1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00
Commit Graph

1953 Commits

Author SHA1 Message Date
Rajat Dabade
8927592c57
Fixed the length (#4296) 2022-12-19 12:45:27 -07:00
Rajat Dabade
16095fd2e9
Fixed delete menu hover issue (#4297) 2022-12-19 12:44:31 -07:00
Asaad Mahmood
42c46ad258
GH-4332 - Updating card editor classes (#4350) 2022-12-16 08:47:03 -07:00
Harshil Sharma
1e9f2ac452
Updated nvmrc to use correct node version (#4356) 2022-12-16 16:46:18 +01: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 9fac8f476e.
2022-12-14 14:21:53 +05:30
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 e075f408d3.

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

This reverts commit 7db7e56296, reversing
changes made to 3feda10b6d.

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

This reverts commit 9918a0b3f8.
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
Scott Bishel
4051e1eb05
Merge pull request #4199 from weblate/weblate-focalboard-webapp
Translations update from Mattermost Weblate
2022-11-23 12:20:04 -07:00
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
Intutit
2d31716d59 Translated using Weblate (Korean)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ko/
2022-11-21 12:07:11 +01:00
Pierre JENICOT
ffd4af9828 Translated using Weblate (French)
Currently translated at 96.2% (407 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/fr/
2022-11-21 12:07:11 +01:00
CI-YU
3d0c668ce6 Translated using Weblate (Chinese (Traditional))
Currently translated at 79.9% (338 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/

Translated using Weblate (Chinese (Traditional))

Currently translated at 65.0% (275 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/

Translated using Weblate (Chinese (Traditional))

Currently translated at 62.8% (266 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/
2022-11-21 12:07:10 +01:00
Evgeny Gribanov
86168a24ab Translated using Weblate (Russian)
Currently translated at 71.1% (301 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ru/
2022-11-21 12:07:10 +01:00
Pavel Yegorov
8cc0e61f62 Translated using Weblate (Russian)
Currently translated at 70.9% (300 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ru/
2022-11-21 12:07:10 +01:00
יקי
fb15ee7099 Translated using Weblate (Hebrew)
Currently translated at 27.4% (116 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/he/
2022-11-21 12:07:09 +01:00
Zurab Balamtsarashvili
cbb18e2384 Translated using Weblate (Georgian)
Currently translated at 27.8% (118 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ka/

Added translation using Weblate (Georgian)
2022-11-21 12:07:09 +01:00
master7
c9d3171e8c Translated using Weblate (Polish)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pl/
2022-11-21 12:07:09 +01:00
Alexey Kuryshko
9619c53206 Translated using Weblate (Russian)
Currently translated at 70.3% (296 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ru/
2022-11-21 12:07:08 +01:00
Andrew Wu
0de05c90f0 Translated using Weblate (Chinese (Traditional))
Currently translated at 53.9% (228 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/

Translated using Weblate (Chinese (Traditional))

Currently translated at 53.9% (227 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/
2022-11-21 12:07:08 +01:00
Hossam Kandil
e74dfa7a56 Translated using Weblate (Arabic)
Currently translated at 47.2% (199 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ar/
2022-11-21 12:07:08 +01:00
kaakaa
99f64907f3 Translated using Weblate (Japanese)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ja/

Translated using Weblate (Japanese)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ja/

Translated using Weblate (Japanese)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ja/

Translated using Weblate (Japanese)

Currently translated at 93.8% (395 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ja/
2022-11-21 12:07:07 +01:00
JtheBAB
1e7b11b2bf Translated using Weblate (German)
Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/de/
2022-11-21 12:07:07 +01:00
MArtin Johnson
1df1b52bc5 Translated using Weblate (Swedish)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/sv/

Translated using Weblate (Swedish)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/sv/

Translated using Weblate (Swedish)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/sv/
2022-11-21 12:07:07 +01:00
Ludovico Besana
11150e5d34 Translated using Weblate (Italian)
Currently translated at 70.3% (296 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/it/

Translated using Weblate (Italian)

Currently translated at 65.7% (277 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/it/
2022-11-21 12:07:06 +01:00
Tom De Moor
cd045e415a Translated using Weblate (Dutch)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/nl/

Translated using Weblate (Dutch)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/nl/

Translated using Weblate (Dutch)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/nl/

Translated using Weblate (Dutch)

Currently translated at 96.1% (402 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/nl/

Translated using Weblate (Dutch)

Currently translated at 95.9% (401 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/nl/
2022-11-21 12:07:06 +01:00
jprusch
eed7fc025d Translated using Weblate (German)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/de/

Translated using Weblate (German)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/de/

Translated using Weblate (German)

Currently translated at 100.0% (418 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/de/
2022-11-21 12:07:06 +01:00
Milo Ivir
23f32a64b9 Translated using Weblate (Croatian)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hr/

Translated using Weblate (Croatian)

Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hr/

Translated using Weblate (Croatian)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hr/

Translated using Weblate (Croatian)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hr/

Translated using Weblate (Croatian)

Currently translated at 100.0% (418 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hr/

Translated using Weblate (Croatian)

Currently translated at 99.7% (417 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hr/
2022-11-21 12:07:05 +01:00
Matthew Williams
5d352ecc24 Translated using Weblate (English (Australia))
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/en_AU/

Translated using Weblate (English (Australia))

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/en_AU/

Translated using Weblate (English (Australia))

Currently translated at 99.7% (420 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/en_AU/

Translated using Weblate (English (Australia))

Currently translated at 99.7% (417 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/en_AU/
2022-11-21 12:07:05 +01:00
Tóth Csaba // Online ERP Hungary Kft
9ed6262ddf Translated using Weblate (Hungarian)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hu/

Translated using Weblate (Hungarian)

Currently translated at 98.8% (418 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hu/

Translated using Weblate (Hungarian)

Currently translated at 100.0% (418 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hu/

Translated using Weblate (Hungarian)

Currently translated at 100.0% (418 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hu/

Translated using Weblate (Hungarian)

Currently translated at 99.5% (416 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hu/
2022-11-21 12:07:05 +01:00
Hosted Weblate
625c71d8a9 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/
2022-11-21 12:07:04 +01:00
Ehsan Diary
70b9fb3276 Translated using Weblate (Persian)
Currently translated at 20.3% (82 of 403 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/fa/
2022-11-21 12:07:04 +01:00
master7
a67b2a4334 Translated using Weblate (Polish)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pl/

Translated using Weblate (Polish)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pl/

Translated using Weblate (Polish)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pl/

Translated using Weblate (Polish)

Currently translated at 100.0% (418 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pl/

Translated using Weblate (Polish)

Currently translated at 100.0% (418 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pl/

Translated using Weblate (Polish)

Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pl/

Translated using Weblate (Polish)

Currently translated at 100.0% (403 of 403 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pl/
2022-11-21 12:07:04 +01:00
José Vítor Cruz de Souza
d911c6a770 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (418 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 52.3% (211 of 403 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pt_BR/
2022-11-21 12:07:03 +01:00
Kaya Zeren
314574cab5 Translated using Weblate (Turkish)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/tr/

Translated using Weblate (Turkish)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/tr/

Translated using Weblate (Turkish)

Currently translated at 100.0% (418 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/tr/

Translated using Weblate (Turkish)

Currently translated at 100.0% (403 of 403 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/tr/
2022-11-21 12:07:03 +01:00