Martin Filser
53aa5ebc17
listHeader, simpler code logic at collapsed if conditions
10 months ago
Martin Filser
517d1bb7fa
Bugfix, Cards Count on mobile view was missing
...
introduced by:
a601ba542a
10 months ago
Martin Filser
c76959ff25
Dragscroll possible, scroll the screen with the mouse at desktop view
...
- click on a empty list area and drag the view left/right to scroll
10 months ago
Lauri Ojansivu
4156b6f932
Temporarily revert collapse per user that did not work yet.
...
Thanks to xet7 !
Related #5388
1 year ago
Lauri Ojansivu
902f86d363
Collapse Lists to be per user, not per board. In Progress.
...
Related #5388
Thanks to xet7 !
1 year ago
Lauri Ojansivu
a601ba542a
Collapse Lists.
...
Thanks to xet7 !
1 year ago
Lauri Ojansivu
7baf7d2256
Don't translate width and height minimum value.
...
Thanks to xet7 !
2 years ago
Martin Filser
7673c77c57
Move every Cards.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
2 years ago
mark
26d2efdedb
make swimlane height adjustable
2 years ago
mark
f2e4a280d7
add listWidths to user profile
2 years ago
Repmovs
d7bb0b4cc0
Set drag handle on touch screen not miniscreen
3 years ago
Martin Filser
f660dcaa86
List header menu in the right of "cards count"
4 years ago
Martin Filser
a2cefc595e
Move "Add card to bottom" to hamburger menu
4 years ago
Martin Filser
9cf8af0416
Plus and arrow icon as "one icon", no space between them
4 years ago
Martin Filser
2767c444b2
Add arrow up icon in the right of the plus icon
4 years ago
Martin Filser
b5ee0649db
Changed plus-square icon back to plus icon
4 years ago
Martin Filser
a7b7bfafb5
Add arrow down icon in the right of the plus icon
...
- there isn't a good plus icon which means the card is added at the
bottom, so i try to use 2 icons for this feature
4 years ago
Martin Filser
861b98ea37
List header contains now a button to add the card to the bottom of the list
4 years ago
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