Martin Filser
b9178cfcb6
isMiniScreen and showDesktopDragHandles centralized in class Utils
...
- a lot of same code everywhere in many files, this is against the
concept "don't repeat yourself"
4 years ago
helioguardabaxo
b56ea161cd
When list has just one card, to show 'card' instead of 'cards'
4 years ago
Lauri Ojansivu
6ce5ab40a7
Moved many button texts etc to tooltips. Added more tooltips.
...
Thanks to xet7 !
Fixes #3848
4 years ago
Torsten Bronger
5476a5984c
Limited number of cards highlighting to true overbooking.
...
Addresses <https://github.com/wekan/wekan/issues/3467 >.
4 years ago
Lauri Ojansivu
4649553c5e
Try to fix Color picker of lists is empty. Part 6.
...
Thanks to bronger and xet7 !
Related #3418
4 years ago
Lauri Ojansivu
ff8d899266
Try to fix Color picker of lists is empty. Part 5, reverting part 4.
...
Thanks to bronger and xet7 !
Related #3418
4 years ago
Lauri Ojansivu
2e6064ce5c
Try to fix Color picker of lists is empty. Part 4.
...
Thanks to bronger and xet7 !
Related #3418
4 years ago
John R. Supplee
0497d38c1d
Fix bug with new return value for swimlane `colorClass()`
4 years ago
John R. Supplee
e793e71163
Reformat My Cards page
...
* make the page more visually pleasing
* user +viewer to display Markdown in titles
* modify `colorClass()` in Lists model to return 'list-header-{color}'
* modify `colorClass()` of Swimlanes model to return 'swimlane-{color}'
4 years ago
Lauri Ojansivu
4a205fcfcb
Prevent normal user deleting or modifying too much.
...
Allow normal user to export board.
Thanks to Samunosuke, pgh2357 and xet7 !
Related #3377
5 years ago
Marc Hartmayer
6476503137
Fix drag-and-drop and scrolling on mobile devices
...
Use drag handles on "miniscreens" whenever useful, this is especially useful on
mobile device. This should hopefully fix https://github.com/wekan/wekan/issues/2947 .
While at it, simplify the condition
Utils.isMiniScreen() ||
(!Utils.isMiniScreen() && showDesktopDragHandles)
to
Utils.isMiniScreen() || showDesktopDragHandle
5 years ago
Lauri Ojansivu
bf78b093ba
Try to disable dragging Swimlanes/Lists/Cards/Checklists/Subtasks on small mobile smartphones webbrowsers, and hide drag handles on mobile web.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
f6f7705f23
Add Worker role.
...
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
5 years ago
Lauri Ojansivu
cd253522a3
Add more Font Awesome icons. This was originally added
...
at Wekan v3.58, removed at Wekan v3.60, and now
added back at Wekan v3.61.
Thanks to xet7 !
5 years ago
Lauri Ojansivu
27943796ad
Revert to Wekan v3.57 version of client and models directories,
...
removing Worker role temporarily, because Worker role changes
broke saving card.
Thanks to xet7 !
5 years ago
Lauri Ojansivu
2bf004120d
Add Worker role.
...
Add more Font Awesome icons.
Fix browser console errors when editing user profile name etc.
Thanks to xet7 !
Closes #2788
5 years ago
Lauri Ojansivu
4786b0c18d
Use database when logged in. Continued.
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
6a89605477
Some drag handle fixes.
...
Thanks to xet7 !
Related #2081
6 years ago
Lauri Ojansivu
7d6d3af54a
Add Features: allowing lists to be sorted by modifiedAt when not in 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
6 years ago
Sam X. Chen
bc2a20f04e
Add Feature: allow user to sort Lists in Board by his own preference, boardadmin can star list
6 years ago
Sam X. Chen
77f8b76d4e
Add Features: allowing lists to be sorted by modifiedAt when not in draggable mode
6 years ago
Lauri Ojansivu
f3b858ca21
Revert drag handle changes.
6 years ago
Lauri Ojansivu
98c38fe58f
Drag handles continue. In progress.
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
03d7fc02ec
Drag handles. In Progress.
6 years ago
Lauri Ojansivu
57119868bb
Revert drag handle changes.
...
Thanks to Keelan !
Related #2704
6 years ago
Lauri Ojansivu
ff550e9110
Mobile and Desktop drag handles part 1.
...
Thanks to xet7 !
Related #2081
6 years ago
Lauri Ojansivu
a68c928896
Prevent isCommentOnly user adding attachments, editing list names, moving lists,
...
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
6 years ago
Benjamin Tissoires
9bf19f81a4
Fix card count position
...
When introducing markdown in the title (b795115042
), 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
6 years ago
Lauri Ojansivu
b795115042
- [View markdown on List names, Custom Fields (Text and Dropdown), Label names,
...
All Boards view Board names and Board descriptions](https://github.com/wekan/wekan/issues/2334 ).
Thanks to shaygover and xet7 !
Related #2334
6 years ago
Benjamin Tissoires
33977b2282
lists-color: only colorize the bottom border
...
And make the background clearer to visually separate the header from
the list of cards
6 years ago
Benjamin Tissoires
97d95b4bcb
ui: lists: make sure all lists boxes are the same height
...
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.
6 years ago
Benjamin Tissoires
d0a9d8c581
colors: add per list color
...
Hamburger menu only.
Note that I am definitively not responsible for the resulting Christmas
tree.
fixes #328
6 years ago
Benjamin Tissoires
e57269ed57
UI: lists: only output the number of cards for each swimlane
7 years ago
Benjamin Tissoires
05e0fb8fbe
UI: list headers: show the card count smaller
...
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
7 years ago
Lauri Ojansivu
49c7a6c223
Separate translations for cards in Recycle Bin and cards count.
7 years ago
Lauri Ojansivu
9711945e48
- Removed forcing "cards" translations to lowercase in count of cards.
...
- Finnish translation of cards to lowercase.
Thanks to Chartman123 and xet7 !
Closes #1571
7 years ago
nztqa
c31d7455f7
Optimize for mobile web, show single list per page with navigate bar
8 years ago
Lauri Ojansivu
e015e4245e
Make it possible to translate text Soft WIP Limit.
8 years ago
amadilsons
fdd1aad80d
added soft wip limit feature, fixed wipLimit=0 bug (??)
8 years ago
Jacob Weisz
58fbe8e6f2
Permit editing the WIP limit
...
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**
8 years ago
Lauri Ojansivu
2edced5467
Fix: User with comment only permission can add cards. Thanks to xet7 ! Closes #1301
8 years ago
Lauri Ojansivu
a5daf5dc29
Fix: When WIP limit in use, hide also add card + button at top of list. Thanks to xet7 !
8 years ago
amadilsons
f77da76c68
added i18n translation, minor fix
8 years ago
amadilsons
214fe6a61f
feature implemented, known bugs fixed
8 years ago
amadilsons
c865bfe497
most work concluded, code needs clean up, further testing required
8 years ago
amadilsons
089dbf0cf6
on its way
8 years ago
amadilsons
a918d36533
mostly frontend work, lists coll update with wipLimit field
8 years ago
amadilsons
c9c650664f
basic frontend setup, List model updated with wipLimit field
8 years ago
Mário Orlický
3fa969eb26
#1233 Added plus button to add card on top of the list
8 years ago
BaobabCoder
de5589a987
Fix missing popup title
8 years ago