Nadav Tasher
eb3377deb8
Revert "Use utility function is autoWidth function"
...
This reverts commit c06bcac9f3
.
2024-12-07 20:35:15 +02:00
Nadav Tasher
c06bcac9f3
Use utility function is autoWidth function
2024-12-07 19:47:19 +02:00
Nadav Tasher
f7aa5d0871
Add auto-width and constraint support in list
2024-12-07 19:00:08 +02:00
Nadav Tasher
0097674fc0
Added initial support for auto-width lists option
2024-12-05 21:46:35 +02:00
Martin Filser
bff96f6ae2
change Meteor.user() to ReactiveCache.getCurrentUser()
...
- see also: https://github.com/wekan/wekan/issues/5000
2024-08-06 22:33:03 +02:00
Lauri Ojansivu
a2f479f4bd
Merge branch 'master' of https://github.com/mark-i-m/wekan into mark-i-m-master
2023-07-30 01:41:45 +03:00
Martin Filser
7673c77c57
Move every Cards.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
2023-07-18 21:25:28 +02:00
Martin Filser
5e3a9dc059
Move every Meteor.user() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
3b65113d05
Move every Cards.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
9022e9949f
Move every Boards.findOne(Session.get('currentBoard')) to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
9aa8bc8921
reduce list scroll speed while drag/drop the minicard
2023-06-22 17:17:40 +02:00
mark
0ec9c4c37b
min working example with listWidth
2023-06-13 12:54:18 -05:00
Repmovs
d7bb0b4cc0
Set drag handle on touch screen not miniscreen
2022-08-12 17:21:45 +00:00
Jan Küster
60af7766bf
Switch tap:i18n to custom TAPi18n implementation
2022-04-18 18:02:14 +03:00
Martin Filser
e7174107e9
Dragging minicards scrolls now vertically at the end of the screen
2021-11-29 22:19:16 +01:00
Martin Filser
f38e3db93c
Moving many cards with multi selection drag/drop to another list keeps the card order
2021-11-26 00:18:13 +01:00
Martin Filser
3c7ca87625
Don't scroll the screen more than the scrollbar would scroll
2021-11-25 22:42:06 +01:00
Martin Filser
126c9ab853
The Minicard dragging scrolls now the board at screen outside
2021-11-25 22:42:06 +01:00
Martin Filser
292e43466e
Card drag/drop scrolls now the list at top/bottom
2021-11-25 22:42:06 +01:00
Martin Filser
7ced602be4
More robust logic if isMiniScreen or isShowDesktopDragHandles
2021-10-20 22:28:49 +02:00
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"
2021-10-20 18:40:41 +02:00
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 !
2020-10-28 15:45:37 +02:00
Marc Hartmayer
64fa02cdf5
Change the swimlaneid of a card only if a new target swimlaneid is selected
...
Fixes the issue https://github.com/wekan/wekan/issues/2757 . While at it, fix the
same issue also for multi selection.
2020-05-23 17:35:22 +02:00
Marc Hartmayer
f1b18d79cd
Don't interpret dragging an element as a click
...
Remove `enableClickOnTouch` as this behavior is not intuitive.
2020-04-25 09:49:41 +02:00
Marc Hartmayer
6d1cdebfe2
Make it compatible with newer and older versions of jQuery sortable
...
While at it, fix comments and prettify it.
2020-04-25 09:49:10 +02:00
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
2020-04-23 03:02:03 +02:00
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.
2020-04-23 02:55:33 +02:00
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 !
2020-02-07 03:16:16 +02:00
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
2020-01-03 06:49:35 +02:00
Lauri Ojansivu
8898862d36
Fix lint errors.
2019-11-26 02:29:36 +02:00
Lauri Ojansivu
788dd0a81a
Fix lint errors.
2019-11-20 21:10:11 +02:00
Lauri Ojansivu
115d23f929
Use database when logged in. Continued.
...
Thanks to xet7 !
2019-11-19 21:55:43 +02:00
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 !
2019-11-19 14:09:36 +02:00
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 !
2019-11-18 22:23:49 +02:00
Lauri Ojansivu
274a997e62
Fix card, list and swimlane move.
...
Allow moving cards in multiselect mode.
Closes #2771 ,
closes #2743 ,
closes #2704 ,
related #2081
2019-11-13 19:40:48 +02:00
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
2019-10-29 19:05:44 +02:00
Lauri Ojansivu
f3b858ca21
Revert drag handle changes.
2019-10-03 06:03:11 +03:00
Lauri Ojansivu
5bc355f9a5
Drag handles. In progress.
2019-10-03 04:23:33 +03:00
Lauri Ojansivu
98c38fe58f
Drag handles continue. In progress.
...
Thanks to xet7 !
2019-10-01 00:48:36 +03:00
Lauri Ojansivu
872ed4b2f9
Drag handles continue. In progress.
2019-09-25 20:49:19 +03:00
Lauri Ojansivu
03d7fc02ec
Drag handles. In Progress.
2019-09-17 01:39:10 +03:00
Lauri Ojansivu
57119868bb
Revert drag handle changes.
...
Thanks to Keelan !
Related #2704
2019-09-14 05:55:32 +03:00
Lauri Ojansivu
ff550e9110
Mobile and Desktop drag handles part 1.
...
Thanks to xet7 !
Related #2081
2019-09-13 03:45:55 +03:00
Justin Reynolds
3eb4d2c341
Prettier & eslint project style update
2019-06-28 12:56:51 -05:00
Justin Reynolds
daf314b037
Fix missing profile checks
2019-05-08 16:54:15 -05:00
Lauri Ojansivu
f8cbbfc2cd
Merge pull request #2270 from andresmanelli/fix_2266
...
Fix #2266
2019-03-21 00:21:19 +02:00
Andrés Manelli
9651d62b96
Fix #2266
2019-03-18 22:55:56 +01:00
Andrés Manelli
d01fccd949
- Fix card copy & move between boards with customFields
...
- Fix card copy & move between boards with labels with same name
- Fix activities for labels when copying and moving card
- Fix activities for customFields when copying and moving card
2019-03-16 22:49:45 +01:00
Andrés Manelli
1bef3a3f8f
Fix card move with wrong swimlaneId
2019-03-05 22:35:45 +01:00
hupptechnologies
a9be6b17b9
Issue : UI feature suggestion: drag handles and long press #1772
...
Resolved #1772
2018-12-20 14:42:46 +05:30