Martin Filser
32af18b33d
Lists now moveable when swimlane requires scrolling
...
Fixes : #4322
3 years ago
Martin Filser
a48e537b2d
List sorting show's now the drag/drop placeholder
3 years ago
Martin Filser
424bc0e7c5
Swimlanes scrolls right/left while sorting the list column at the screen end
3 years ago
Ben0it-T
9eb6a1d6af
Fix : Clicking to view Lists or Swimlanes Archive adds temporarily many empty Lists to board
4 years ago
Martin Filser
bfb3837ee4
Fix: On mobile infinite scrolling didn't work anymore
...
- listBody.js:755 doesn't trigger an event when scrolling
4 years ago
Martin Filser
0fb6b6e519
List add always at the end of all lists
...
- if a sort number is higher than the count of lists, the list wasn't
added at the end
4 years ago
Martin Filser
fa9641ba7b
Fix adding list at mobile view, every list had a sort number 1
...
- html class list doesn't exist at mobile view. class js-list exists on
mobile and desktop view
4 years ago
Ben0it-T
6c83cb5b44
Try to fix : Filter List by Title - prevent showing only the list title - Hiding empty lists in Swimlane view
4 years ago
Martin Filser
b9250e4be4
Use Popup.back() instead of Popup.close() to get no conflicts if a Popup is opened as "Sub Popup"
...
- .back() is also .close() if there is no "popup layer" left
4 years ago
Martin Filser
7ced602be4
More robust logic if isMiniScreen or isShowDesktopDragHandles
4 years ago
Martin Filser
b59e4d8fc7
Swimlade, List drag/drop now works again
...
happened at commit:
b9178cfcb6
isMiniScreen and showDesktopDragHandles centralized in class Utils
4 years ago
Martin Filser
fdf40f4584
Use Utils#getCurrentCard() everywhere in the code
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
Martin Filser
1b06997001
Public boards loaded incompletly
...
seen at: #4024
Console:
Meteor.user().isBoardAdmin() is undefined
4 years ago
John R. Supplee
4940af0573
Add copy swimlane functionality
4 years ago
John R. Supplee
ed54c09b48
Use a method call to move the swimlane server side
4 years ago
John R. Supplee
aad300613d
Add UI code and make some fixes to list move code
...
Still need to add new lists to all swimlanes
4 years ago
Lauri Ojansivu
855151a8d1
Export to Excel XLSX. Does work, but does not export all fields yet correctly. In Progress.
...
Thanks to gameendman, alfredgu and xet7 !
Related #3173
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
Lauri Ojansivu
460b1d3a66
Changed public board changing Swimlanes/Lists/Calendar view
...
and changing Hide minicard label text
from using cookies to using browser localStorage.
Thanks to xet7 !
5 years ago
Marc Hartmayer
1aa8f502ae
Fix condition whether a card is in list
...
This fixes the issues https://github.com/wekan/wekan/issues/3164 ,
https://github.com/wekan/wekan/issues/3162 , and
https://github.com/wekan/wekan/issues/3163 . While at it, remove now useless
comments.
5 years ago
Lauri Ojansivu
61e682470c
Default view Swimlanes part 2.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
8c3322f9a9
Change default view to Swimlanes.
...
Thanks to xet7 !
5 years ago
Marc Hartmayer
f1b18d79cd
Don't interpret dragging an element as a click
...
Remove `enableClickOnTouch` as this behavior is not intuitive.
5 years ago
Marc Hartmayer
6d1cdebfe2
Make it compatible with newer and older versions of jQuery sortable
...
While at it, fix comments and prettify it.
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
Marc Hartmayer
981ed546f1
Newer versions of jQuery sortable use `uiSortable` key
...
Newer versions of jQuery sortable use `uiSortable` as key to store the data.
Let's adapt the code. While at it, refactor the code.
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
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
d5a8ec1c36
Remove 1st implementation of collapse swimlanes. I will do it
...
differently in next 2nd implementation.
Thanks to xet7 !
6 years ago
Lauri Ojansivu
8898862d36
Fix lint errors.
6 years ago
Lauri Ojansivu
788dd0a81a
Fix lint errors.
6 years ago
Lauri Ojansivu
115d23f929
Use database when logged in. Continued.
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
351d4767d7
When logged in, use database for setting, so that changes are
...
immediate. Only on public board use cookies.
Comment out Collapse CSS that is not in use.
Thanks to xet7 !
6 years ago
Lauri Ojansivu
96abe3c691
New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.
...
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 !
6 years ago
Lauri Ojansivu
34bfb09c85
Fix prettier.
6 years ago
Lauri Ojansivu
f652b677d0
Fix prettier.
6 years ago
Lauri Ojansivu
c93ea33d05
Fix prettify.
6 years ago
Lauri Ojansivu
26e0bbce17
Swimlanes collapsed by default.
...
TODO:
- Add count.
- Move list names to top, if possible. I did not get it working yet.
- Try to fit collapse+swimlane name etc at same row.
Related #2804
6 years ago
Lauri Ojansivu
274a997e62
Fix card, list and swimlane move.
...
Allow moving cards in multiselect mode.
Closes #2771 ,
closes #2743 ,
closes #2704 ,
related #2081
6 years ago
Lauri Ojansivu
537a48bede
Fix card, list and swimlane move.
...
Closes #2771 ,
closes #2743 ,
closes #2704 ,
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
5bc355f9a5
Drag handles. In progress.
6 years ago
Lauri Ojansivu
83f81f4586
Fix prettier.
6 years ago
Lauri Ojansivu
4785086e2f
Fix lint.
6 years ago
Lauri Ojansivu
98c38fe58f
Drag handles continue. In progress.
...
Thanks to xet7 !
6 years ago