Commit Graph

1990 Commits

Author SHA1 Message Date
master7
8991fcd553 Translated using Weblate (Polish)
Currently translated at 100.0% (439 of 439 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pl/
2023-01-04 10:45:19 +01:00
Ji-Hyeon Gim
751c7e143a Translated using Weblate (Korean)
Currently translated at 100.0% (439 of 439 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ko/
2023-01-04 10:45:19 +01:00
Milo Ivir
4c7da674db Translated using Weblate (Croatian)
Currently translated at 100.0% (439 of 439 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hr/
2023-01-04 10:45:19 +01:00
Tom De Moor
a755f434ff Translated using Weblate (Dutch)
Currently translated at 100.0% (439 of 439 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/nl/
2023-01-04 10:45:18 +01:00
jprusch
41a5530b4e Translated using Weblate (German)
Currently translated at 100.0% (439 of 439 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/de/
2023-01-04 10:45:18 +01:00
Rajat Dabade
1c9ab89085
Menu consistent for table view (#4392)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Fixes https://github.com/mattermost/focalboard/issues/4281
2023-01-04 15:15:09 +05:30
Rajat Dabade
bad0e5b1de
Fixed the CSV export for created by property (#4348)
Fixes https://github.com/mattermost/focalboard/issues/4134
2022-12-28 12:37:24 +05:30
Scott Bishel
3758988fff Merge remote-tracking branch 'weblate/main' into weblate-fix 2022-12-23 08:49:55 -07:00
Asaad Mahmood
401062d128
GH-4278 - Updating card modal attach btn (#4361)
* GH-4278 - Updating card modal attach btn

* Updating flex

* Updating test

* Updating test
2022-12-20 18:36:02 +05:00
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
jprusch
c495bbbf7d 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/
2022-11-23 20:20:09 +01:00
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
Do Dang Manh
0c765d11da Translated using Weblate (Vietnamese)
Currently translated at 6.3% (27 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/vi/
2022-11-23 17:22:46 +01:00
Intutit
6a70e53e45 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-23 17:22:46 +01:00
Pierre JENICOT
e3ac0f5c38 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-23 17:22:46 +01:00
CI-YU
4bfe1c957d Translated using Weblate (Chinese (Traditional))
Currently translated at 86.2% (365 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 82.2% (348 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 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-23 17:22:45 +01:00
Evgeny Gribanov
b44d4fec46 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-23 17:22:45 +01:00
Pavel Yegorov
8ab76542e6 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-23 17:22:45 +01:00
יקי
7cd99eb91f 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-23 17:22:44 +01:00
Zurab Balamtsarashvili
838691ac90 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-23 17:22:44 +01:00
master7
625b824ed3 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-23 17:22:44 +01:00
Alexey Kuryshko
e2a89f7708 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-23 17:22:43 +01:00
Andrew Wu
2cbb17257c 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-23 17:22:43 +01:00
Hossam Kandil
1a040fd680 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-23 17:22:43 +01:00
kaakaa
c18b2dcd03 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-23 17:22:42 +01:00
JtheBAB
e0e88bced1 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-23 17:22:42 +01:00
MArtin Johnson
a45195cece 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-23 17:22:42 +01:00
Ludovico Besana
e8dff1a59b 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-23 17:22:41 +01:00
Tom De Moor
ad603a086c 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-23 17:22:41 +01:00
jprusch
06e9359d68 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-23 17:22:41 +01:00