summaryrefslogtreecommitdiffstats
path: root/client/components/lists/listHeader.js
Commit message (Collapse)AuthorAgeFilesLines
* Add Worker role.Lauri Ojansivu2020-01-051-3/+4
| | | | | | | | | | This was originally added at Wekan v3.58, reverted at Wekan v3.60 because of bugs, and now after fixes added back. Thanks to xet7 ! Closes #2788
* Revert to Wekan v3.57 version of client and models directories,Lauri Ojansivu2020-01-031-4/+3
| | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-031-8/+7
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* Fix lint errors.Lauri Ojansivu2019-11-261-11/+11
|
* Fix lint errors.Lauri Ojansivu2019-11-201-9/+11
|
* When logged in, use database for setting, so that changes areLauri Ojansivu2019-11-191-5/+10
| | | | | | | immediate. Only on public board use cookies. Comment out Collapse CSS that is not in use. Thanks to xet7 !
* New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.Lauri Ojansivu2019-11-181-4/+12
| | | | | | | | | | | | | | | | | | | | New feature, not set visible yet, because switching to it does not work properly yet: Collapsible Swimlanes #2804 Fix: Public board now loads correctly. When you select one of Lists/Swimlanes/Calendar view and reload webbrowser page, it can change view. Closes #2311 Fix: List sorting commented out. Closes #2800 Fix: Errors hasHiddenMinicardText, hasShowDragHandles, showSort, hasSortBy, profile, FirefoxAndroid/IE11/Vivaldi/Chromium browsers not working by using cookies instead of database. More details at https://github.com/wekan/wekan/issues/2643#issuecomment-554907955 Note: Cookie changes are not always immediate, if there is no effect, you may need to reload webbrowser page. Closes #2643 . Thanks to xet7 !
* Add Features: allowing lists to be sorted by modifiedAt when not in ↵Lauri Ojansivu2019-10-291-0/+24
| | | | | | | | | | | | draggable mode. Bug Fix #2093: the broken should be prior to file attachment feature introduced, and tested export board is working. Thanks to whowillcare ! ( xet7 merged this pull request manually from https://github.com/wekan/wekan/pull/2756 ) Closes #2093
* Revert drag handle changes.Lauri Ojansivu2019-10-031-6/+0
|
* Drag handles. In Progress.Lauri Ojansivu2019-09-171-0/+6
|
* Prettier & eslint project style updateJustin Reynolds2019-06-281-55/+87
|
* Fix missing profile checksJustin Reynolds2019-05-081-1/+1
|
* colors: add per list colorBenjamin Tissoires2019-01-251-0/+37
| | | | | | | | | Hamburger menu only. Note that I am definitively not responsible for the resulting Christmas tree. fixes #328
* UI: lists: only output the number of cards for each swimlaneBenjamin Tissoires2018-10-251-0/+10
|
* Fix #1570, now zero means hide cards countAndrés Manelli2018-04-161-1/+2
|
* Fix #1577Andrés Manelli2018-04-161-2/+2
|
* Optimize for mobile web, show single list per page with navigate barnztqa2017-11-291-0/+3
|
* added soft wip limit feature, fixed wipLimit=0 bug (??)amadilsons2017-10-311-10/+26
|
* added i18n translation, minor fixamadilsons2017-10-051-2/+2
|
* feature implemented, known bugs fixedamadilsons2017-10-051-33/+21
|
* most work concluded, code needs clean up, further testing requiredamadilsons2017-10-041-59/+42
|
* on its wayamadilsons2017-10-041-6/+71
|
* mostly frontend work, lists coll update with wipLimit fieldamadilsons2017-09-291-5/+15
|
* basic frontend setup, List model updated with wipLimit fieldamadilsons2017-09-281-0/+6
|
* #1233 Added plus button to add card on top of the listMário Orlický2017-09-241-8/+7
|
* Add delete the card belonging to when deleting the listnztqa2017-06-071-0/+1
|
* Fix lint errors.Lauri Ojansivu2017-06-021-1/+1
|
* Fix lint errors.Lauri Ojansivu2017-06-021-35/+36
|
* Fix some lint errors.Lauri Ojansivu2017-06-021-58/+59
|
* Change the way to remove a list (card like)BaobabCoder2017-06-021-57/+60
|
* Fix activity message for list deletionBéranger Campardou2017-01-201-0/+1
|
* merge weforkBéranger Campardou2017-01-131-0/+8
|\
| * New option to set up minimum limit to show cards count for each list in boardMario Orlicky2016-11-251-0/+8
| |
* | missing comaBéranger Campardou2017-01-131-1/+1
| |
* | Remove a listBéranger Campardou2017-01-121-0/+5
|/
* Add notification, allow watch boards / lists / cardsLiming Xie2016-01-051-0/+18
|
* Remove unnecessary template name declarationMaxime Quandalle2016-01-031-4/+0
| | | | | | This code was duplicate with the name we use to `register` the component. A update of blaze-component removed the need to duplicate this declaration.
* Remove the import trello card featureMaxime Quandalle2015-12-221-1/+0
| | | | | | See the following discussion for rationale: https://github.com/wekan/wekan/issues/113#issuecomment-163039089
* Remove the move and archive all cards of a list featureMaxime Quandalle2015-12-091-19/+0
| | | | | | | | | | This operation should now be handled using the multi-selection feature, ie “select all cards” and then move them or click the “archive selection” button. This new process add an extra click which I consider reasonable enough for a relatively rare operation -- plus I want to encourage mutli-selection usage. Closes #390.
* Finish the minicard editor auto-completion featureMaxime Quandalle2015-11-081-1/+1
| | | | | | | | | | | This commit stands on the initial support implemented in #342. We now avoid error-prone parsing step by adding the member or the label directly to the card object. We also added support for `Tab` to completion on our textComplete component. Closes #342
* Fix some bugs introduced in aa974aaMaxime Quandalle2015-10-291-2/+2
| | | | | Yes Wekan need some tests. Yes I need to stop refactoring my code when I’m halp-sleeping in my bed at 4am.
* Upgrade Meteor to 1.2.1-rc4Maxime Quandalle2015-10-231-3/+3
| | | | | | This version includes a more complete selection of ES2015 polyfills that I started used across the code base, for instance by replacing `$.trim(str)` by `str.trim()`.
* Upgrade peerlibrary:blaze-components to v0.14Maxime Quandalle2015-10-211-1/+1
| | | | | This change includes method renames and others UI related packages updates.
* Import board: added UIXavier Priour2015-10-171-39/+0
|
* Add some ESLint rules and fix some related issuesMaxime Quandalle2015-10-141-4/+2
|
* Import single card: proper error handlingXavier Priour2015-10-141-23/+39
|
* Import single card: refactor to meteor methodXavier Priour2015-10-141-54/+14
|
* Import single card: archived cardXavier Priour2015-10-141-0/+1
|
* Import single card: map labelsXavier Priour2015-10-141-10/+33
|
* Import single card: now with description and commentsXavier Priour2015-10-141-1/+16
|