1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-26 18:48:15 +02:00

1576 Commits

Author SHA1 Message Date
Asaad Mahmood
42c46ad258
GH-4332 - Updating card editor classes (#4350) 2022-12-16 08:47:03 -07:00
Harshil Sharma
f8bc56bfdc
Fixed flex-wrap to display all emojis (#4355)
* Fixed flex-wrap to display all emojis

* Lint fix
2022-12-16 08:45:45 -07:00
Asaad Mahmood
e092abb45f
Calculation row padding fix (#4338)
* Calculation row padding fix

* Updating table UI
2022-12-16 10:55:37 +05:30
Scott Bishel
97c2d91375
allow empty dates returned from date property (#4282)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-12-15 14:39:56 -07:00
Rajat Dabade
c5919752a4
ToolTip for Table view menu (#4328) 2022-12-15 13:17:55 -07:00
Scott Bishel
be80d3ca82
Fix transparent background on weekends (#4290)
* fix transparent background on weekends

* revert manifest changes
2022-12-14 17:05:38 -07:00
Harshil Sharma
eceb406535
Revert "Revert dnd (#4294)" (#4324)
This reverts commit 9fac8f476ef43dd8d8977397c562f77fc92f64c0.
2022-12-14 14:21:53 +05:30
redhoyasa
eb031cab5f hide dropdown for readonly mode 2022-12-09 16:41:36 +07:00
Muhammad Redho Ayassa
6e605e4f6c
Merge branch 'mattermost:main' into read-only-view 2022-12-09 14:33:18 +07:00
Miguel de la Cruz
9fac8f476e
Revert dnd (#4294)
* Revert "Fixed bug where boards would move to category of a different team (#4284)"

This reverts commit e075f408d340ab71891a667541e7bf333f875d56.

* Revert "Merge branch 'main' into only-explicit-boards-on-default-category"

This reverts commit 7db7e562963fbd0fef317d2b98bd7074c78b0637, reversing
changes made to 3feda10b6d075dd9bd82fa85fcd8b8b9560eaa64.

* Revert "DND support for category and boards in LHS (#3964)"

This reverts commit 9918a0b3f8a249e1fc43afeceddb084edf73a10c.
2022-12-05 15:03:34 -05:00
Scott Bishel
60cafbe6eb
update version to v7.7.0 (#4270) 2022-12-01 17:47:31 -07:00
Scott Bishel
10b8cf775a
Merge pull request #4071 from shadybotros/fix/GH-4070
[GH-4070] Fix focus on new table row
2022-11-28 13:58:07 -07:00
Scott Bishel
ca15e12ceb
Merge pull request #4147 from kamre/multi-select-fix
Improvements for multi-select property
2022-11-28 13:57:50 -07:00
Mattermod
403b80dc4e
Merge branch 'main' into template-selector-fix 2022-11-28 18:59:53 +02:00
Rajat Dabade
09e0f045a7
Optimised Sorting of comments inside cards (#4207)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-11-28 14:39:55 +05:30
Harshil Sharma
864269f37b Not opening template picker if there are no boards 2022-11-25 11:50:03 +05:30
Rajat Dabade
6674402079
File attachment in the card (#4053)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-11-24 17:16:59 +05:30
Harshil Sharma
9918a0b3f8
DND support for category and boards in LHS (#3964)
* WIP

* WIP

* Removed unused webapp util

* Added server tests

* Lint fix

* Updating existing tests

* Updating existing tests

* Updating existing tests

* Fixing existing tests

* Fixing existing tests

* Fixing existing tests

* WIP

* Added category sort order migration

* Added logic to set new category on top

* Implemented api, WS listein logic remining

* finished webapp implementation

* Added category type and tests

* updated tests

* Fixed integration test

* type fix

* WIP

* implemented boards DND to other category and in same category

* removed seconds from boards name

* wip

* debugging cy test

* Enabled hiding views list while DNDing

* Removed some debug logs

* Fixed a bug preventing users from collapsing boards category

* WIP

* Debugging cypress test

* CI

* debugging cy test

* Testing a fix

* reverting test fix

* Handled personal server

* WIP

* WIP

* Adding support for building with esbuild

* Using different index.html templates for esbuild

* WIP

* WIP

* Fixed delete category and rename category

* WIP

* WIP

* Finally, its done.

* Adde suppor tot update board-category mapping in bulk

* Fixed a bug where create category option didn't show up on default category

* Fixed bug where new board was added as last board in Boards category instead of first board

* Minor cleanup

* WIP

* Added support to drab boards onto collapsed categories

* Fixed route order from specific to generic

* Fix linter

* Updated existin server tests

* fixed integration tests

* Fixed webapp test err

* Removed accidental dependencies

* Adding  new server tests

* Finished server tests

* added api to client.go

* Added API integration test

* Fixed existing webapp tests

* WIP

* WIP

* WIP

* WIP

* WIP

* Fixed missing paranthesis

* Some cleanup

* fixed server lint

* noopped down migration

* Fixed issue with DND not working great with newly added category

* Fixed a test

* Fixed a test

* Fixed a test

* Fixed console error while DNDing

* pakg lock restore

* Fixed missing react beautiful dnd in package.lock.json

* updated snapshots

* Fixed webapp test

* Review fixes

* Added API permission check

Co-authored-by: Jesús Espino <jespinog@gmail.com>
2022-11-24 15:31:32 +05:30
Rajat Dabade
300a2e573a
CSS fix for readonly user (#4223)
Fixes https://github.com/mattermost/focalboard/issues/4184
2022-11-24 13:00:57 +05:30
Rajat Dabade
77c798cc7a
Set the default select value for filterOptions (#4221)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Fixes https://github.com/mattermost/focalboard/issues/4206
2022-11-24 13:00:37 +05:30
Asaad Mahmood
9ab0291cb7
Updating board template picker ui (#4209)
* Updating board template picker ui

* Updating UI

* Updating UI

* Updating UI

* Updating modal

* Updating css

* Updating new template screen

* Updating css

* Updating css

* Updating padding
2022-11-23 21:22:28 +05:00
kamre
951a8eceab Fixed ValueSelector after merge with main. 2022-11-22 10:10:17 +07:00
Mattermod
ee9ce5b5b0
Merge branch 'main' into multi-select-fix 2022-11-22 04:06:24 +02:00
Paul Esch-Laurent
aca0107b34
fix: toString propertyValue for lowercasing (#4211)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-11-21 12:06:55 +01:00
Jesús Espino
f915a20c64
Adding the new blocks based editor (#3825)
* Working in the new content block editor

* Moving blocksEditor content block into its own component

* Initial integration with quick development flow

* More WIP

* Adding drag and drop support with server side help

* Some extra work around the styles

* Adding image support

* Adding video and attachments, and fixing edit

* Putting everything behind a feature flag

* Adding support for download attachments

* Fixing compilation error

* Fixing linter errors

* Fixing javascript tests

* Fixing a typescript error

* Moving the move block to an action with undo support

* Fixing ci

* Fixing post merge errors

* Moving to more specific content-blocks api

* Apply suggestions from code review

Co-authored-by: Doug Lauder <wiggin77@warpmail.net>

* Fixing the behavior of certain blocks

* Fixing linter error

* Fixing javascript linter errors

* Adding permission testing for the new move content block api

* Adding some unit tests

* Improving a bit the tests

* Adding more unit tests to the backend

* Fixed PR suggestion

* Adding h1, h2 and h3 tests

* Adding image tests

* Adding video tests

* Adding attachment tests

* Adding quote block tests

* Adding divider tests

* Adding checkbox tests

* Adding list item block tests

* Adding text block tests

* Reorganizing a bit the code to support deveditor eagain

* Fixing dark theme on editor view

* Fixing linter errors

* Fixing tests and removing unneeded data-testid

* Adding root input tests

* Fixing some merge problems

* Fixing text/text.test.tsx test

* Adding more unit tests to the blocks editor

* Fix linter error

* Adding blocksEditor tests

* Fixing linter errors

* Adding tests for blockContent

* Update webapp/src/components/blocksEditor/blockContent.test.tsx

Fix linter warning

* Update webapp/src/components/blocksEditor/blockContent.test.tsx

Fix linter warning

* Update webapp/src/components/blocksEditor/blockContent.test.tsx

Fix linter error

* Fixing test

* Removing unneeded TODO

Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
2022-11-15 16:59:07 +01:00
Harshil Sharma
93698c9574
Set board category if not set (#4200)
* Set board category if not set

* Uncommented a commented test, which was commented for debugging
2022-11-15 11:41:22 +01:00
kamre
d93050fe61 Minor fixes for multi-select property:
- width of delete icon set to 16px so that value text is not truncated
- don't close menu for multi-select when value is selected or unselected
- support `Escape` and `Backspace` keys while editing
- unit tests updated and two more added
2022-11-12 16:57:47 +07:00
Asaad Mahmood
fedcf57fb6
GH-4193 - Updating table view structure for drag (#4194) 2022-11-10 20:02:01 +05:00
Scott Bishel
a30c1692ac
update to version 7.6.0 (#4185) 2022-11-09 17:50:17 +05:30
Muhammad Redho Ayassa
e83b05b661
Fix not filling cell (#4099)
* fix(editable): make autoExpand stretch to parent width

* fix(editable): adjust snapshot against the new editable

* fill URLProperty to parent width

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-11-08 09:37:06 -07:00
Rajat Dabade
bddeeedd75
Added logic for system board category to show last (#4163)
* Added logic for system board category to show last

* NIT
2022-11-08 08:59:09 -07:00
Rajat Dabade
f5e8f4f82d
Minor CSS fix (#4120)
Co-authored-by: Asaad Mahmood <asaadmahmood@users.noreply.github.com>
Fixes https://github.com/mattermost/focalboard/issues/3881
2022-11-08 20:40:05 +05:30
Rajat Dabade
18d3978b82
Case-insensitive filter for text (#4153)
* Case-sensetive filter for text

* Nit

* Resolved merge conflict

* Update: added check if the value is present
2022-11-08 12:51:20 +01:00
Rajat Dabade
f0342097c9
Updated the filter condition for notContains (#4152) 2022-11-07 20:00:41 +01:00
redhoyasa
1da0abd718 disable menu dropdown for readonly mode (#2932) 2022-11-07 22:05:18 +07:00
Vivek K J
e4b4559967
Fix misaligned Product tour for share button (#4023)
Co-authored-by: Harshil Sharma <harshilsharma63@gmail.com>
2022-11-03 13:27:56 -06:00
Asaad Mahmood
bb7b04c78b
Minor UI Changes (#4115)
* Minor UI Changes

* Updating menu overflow
2022-11-02 16:11:01 +05:00
Paul Esch-Laurent
df1b32cdfd
fix: don't send multiple ViewBoard telemetries (#4117) 2022-11-02 07:45:32 +05:30
Paul Esch-Laurent
7b2269d06b
fix: convert multiSelect prop value to [] if required (#4098) 2022-11-01 16:38:02 -05:00
Harshil Sharma
7e10361033
wrap long words in comments (#4101) 2022-11-01 15:33:39 -06:00
Tymoteusz Kossek
ffacc17e35
Remove margin on hover if table readonly (#4022)
Co-authored-by: Rajat-Dabade <rajat.dabade@mattermost.com>
2022-11-01 23:00:04 +05:30
redhoyasa
820cae6725 make view list disabled for readonly mode 2022-10-31 14:52:47 +07:00
Scott Bishel
3df9b42941
Fix double encoding (#4079)
* decode/encode urls in markdown to preven double encoding

* revert manifest change

* update title to htmlEncode, added tests

* remove encoding title

* Update webapp/src/utils.test.ts

Co-authored-by: Paul Esch-Laurent <herppfel@gmail.com>

Co-authored-by: Paul Esch-Laurent <herppfel@gmail.com>
2022-10-27 14:04:09 -06:00
Harshil Sharma
e086941fe9
Removed leftover debug logs (#4088) 2022-10-27 07:16:24 +02:00
Scott Bishel
cf90ce4e52
fix code for portuguese to match codes in i18n.tsx (#4091) 2022-10-27 10:39:01 +05:30
kamre
7be9085b1b
[GH-1007] Fix popup menus visibility (#4069)
* Always show popup menu when it is opened:
- add additional class name `menuOpened` and ensure that menu is visible
- new component `CardActionsMenuIcon` introduced and used for kanban/gallery/calendar card actions menu
- increase `z-index` for `ContentBlock` when menu is opened to avoid overlaps

* Jest snapshots updated: additional classes added to existing elements.

* Jest snapshot for mattermost-plugin test updated.

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-10-26 13:38:09 -06:00
Jesús Espino
218e24b005
Disable patches on unmount on readOnly mode (#4089) 2022-10-26 13:57:03 -05:00
Harshil Sharma
8d17dd820e
Boards as persisted category (#3877)
* WIP

* WIP

* Removed unused webapp util

* Added server tests

* Lint fix

* Updating existing tests

* Updating existing tests

* Updating existing tests

* Fixing existing tests

* Fixing existing tests

* Fixing existing tests

* Added category type and tests

* updated tests

* Fixed integration test

* type fix

* removed seconds from boards name

* wip

* debugging cy test

* Fixed a bug preventing users from collapsing boards category

* Debugging cypress test

* CI

* debugging cy test

* Testing a fix

* reverting test fix

* Handled personal server

* Fixed a case for personal server

* fixed a test
2022-10-26 16:38:03 +05:30
Scott Bishel
ba792191cd
GH 3830 - fix person/multi-person overflow (#4063) 2022-10-26 12:55:50 +05:30
Scott Bishel
e3ae682eea
Display board statistics (#4025)
* initial commit for displaying board statistics

* lint fixes

* i18n-extract, remove log entries, cleanup

* more lint fixes

* add check for standalone mode

* update tests due to change to NotImplemented

* lint fix

* revert removing empty comment lines

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-10-25 14:28:00 -06:00