summaryrefslogtreecommitdiffstats
path: root/client/components/lists/listHeader.jade
Commit message (Collapse)AuthorAgeFilesLines
* Try to disable dragging Swimlanes/Lists/Cards/Checklists/Subtasks on small ↵Lauri Ojansivu2020-02-071-2/+2
| | | | | | mobile smartphones webbrowsers, and hide drag handles on mobile web. Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-051-14/+17
| | | | | | | | | | 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
* Add more Font Awesome icons. This was originally addedLauri Ojansivu2020-01-031-10/+30
| | | | | | | at Wekan v3.58, removed at Wekan v3.60, and now added back at Wekan v3.61. Thanks to xet7 !
* Revert to Wekan v3.57 version of client and models directories,Lauri Ojansivu2020-01-031-35/+12
| | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-031-12/+35
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* Use database when logged in. Continued.Lauri Ojansivu2019-11-191-2/+2
| | | | Thanks to xet7 !
* Some drag handle fixes.Lauri Ojansivu2019-11-041-3/+3
| | | | | | Thanks to xet7 ! Related #2081
* Add Features: allowing lists to be sorted by modifiedAt when not in ↵Lauri Ojansivu2019-10-291-0/+7
| | | | | | | | | | | | 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-5/+0
|
* Drag handles continue. In progress.Lauri Ojansivu2019-10-011-1/+2
| | | | Thanks to xet7 !
* Drag handles. In Progress.Lauri Ojansivu2019-09-171-0/+4
|
* Revert drag handle changes.Lauri Ojansivu2019-09-141-3/+0
| | | | | | Thanks to Keelan ! Related #2704
* Mobile and Desktop drag handles part 1.Lauri Ojansivu2019-09-131-0/+3
| | | | | | Thanks to xet7 ! Related #2081
* Prevent isCommentOnly user adding attachments, editing list names, moving lists,Lauri Ojansivu2019-07-241-1/+1
| | | | | | | | | | and seeing board settings menu. Show non-editable Custom Fields to isCommentOnly user. Thanks to xet7 ! Closes wekan/wekan-snap#97, closes #2416, closes #2255
* Fix card count positionBenjamin Tissoires2019-05-141-1/+1
| | | | | | | | | | When introducing markdown in the title (b795115042c2eb6bccb), the card count got pushed outside of the List Header. Add its own style (by manually merge small and quiet), and restore its original placement. Fixes #2403
* - [View markdown on List names, Custom Fields (Text and Dropdown), Label names,Lauri Ojansivu2019-05-111-1/+2
| | | | | | | | All Boards view Board names and Board descriptions](https://github.com/wekan/wekan/issues/2334). Thanks to shaygover and xet7 ! Related #2334
* lists-color: only colorize the bottom borderBenjamin Tissoires2019-01-251-1/+2
| | | | | And make the background clearer to visually separate the header from the list of cards
* ui: lists: make sure all lists boxes are the same heightBenjamin Tissoires2019-01-251-0/+1
| | | | | | | | When `Show card count` is enabled, the lists with the card counts have two lines of text while the lists without have only one. This results in the box around the list headers are not of the same size and this is visible when setting a color to the list.
* colors: add per list colorBenjamin Tissoires2019-01-251-1/+14
| | | | | | | | | 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-1/+1
|
* UI: list headers: show the card count smallerBenjamin Tissoires2018-10-251-3/+2
| | | | | | The card count was at the same level than the title, which made reading the list title harder. Use the quiet and small class to put it in the following line and not make it jump out of the screen
* Separate translations for cards in Recycle Bin and cards count.Lauri Ojansivu2018-04-051-1/+1
|
* - Removed forcing "cards" translations to lowercase in count of cards.Lauri Ojansivu2018-04-051-1/+1
| | | | | | | | - Finnish translation of cards to lowercase. Thanks to Chartman123 and xet7 ! Closes #1571
* Optimize for mobile web, show single list per page with navigate barnztqa2017-11-291-6/+20
|
* Make it possible to translate text Soft WIP Limit.Lauri Ojansivu2017-11-021-1/+1
|
* added soft wip limit feature, fixed wipLimit=0 bug (??)amadilsons2017-10-311-5/+11
|
* Permit editing the WIP limitJacob Weisz2017-10-261-2/+2
| | | | | | | This is a fix for #1310 and required for Edge users to be able to edit the WIP limit. (The up/down buttons appear to be "optional" according to the HTML5 spec, and can't be assumed to be present.) I also believe I fixed a spelling error in the same section. This PR is **NOT TESTED**
* Fix: User with comment only permission can add cards. Thanks to xet7 ! ↵Lauri Ojansivu2017-10-201-3/+4
| | | | Closes #1301
* Fix: When WIP limit in use, hide also add card + button at top of list. ↵Lauri Ojansivu2017-10-091-1/+2
| | | | Thanks to xet7 !
* added i18n translation, minor fixamadilsons2017-10-051-3/+3
|
* feature implemented, known bugs fixedamadilsons2017-10-051-4/+4
|
* most work concluded, code needs clean up, further testing requiredamadilsons2017-10-041-7/+6
|
* on its wayamadilsons2017-10-041-6/+20
|
* mostly frontend work, lists coll update with wipLimit fieldamadilsons2017-09-291-7/+8
|
* basic frontend setup, List model updated with wipLimit fieldamadilsons2017-09-281-0/+12
|
* #1233 Added plus button to add card on top of the listMário Orlický2017-09-241-3/+4
|
* Merge branch 'devel' of https://github.com/BaobabCoder/wekan into ↵Lauri Ojansivu2017-06-021-1/+18
|\ | | | | | | BaobabCoder-devel
| * Fix missing popup titleBaobabCoder2017-06-021-1/+1
| |
| * Change the way to remove a list (card like)BaobabCoder2017-06-021-1/+18
| |
* | current progressRyan Helsing2017-03-181-1/+1
| |
* | dont show list optionsRyan Helsing2017-03-181-10/+11
|/
* merge weforkBéranger Campardou2017-01-131-0/+4
|\
| * New option to set up minimum limit to show cards count for each list in boardMario Orlicky2016-11-251-0/+4
| |
* | Remove a listBéranger Campardou2017-01-121-0/+3
|/
* Add notification, allow watch boards / lists / cardsLiming Xie2016-01-051-0/+5
|
* 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
* add: support compact mode for mobile web, auto adapt to small screen/windowLiming Xie2015-12-171-1/+1
|
* Remove the move and archive all cards of a list featureMaxime Quandalle2015-12-091-9/+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.
* Import board: added UIXavier Priour2015-10-171-9/+0
|
* Import single card: proper error handlingXavier Priour2015-10-141-0/+2
|