Nadav Tasher
08843a9dd6
Hide scrollbars from lists (middle of the screen)
2024-11-16 17:18:46 +02:00
Martin Filser
c925a27870
Fixing opening cards and slow performance of closing cards
...
Fixes : #5533
Fixes : #5548
Revert "Switch from kadira:flow-router to ostrio:flow-router-extra"
This reverts commit 718c1a393d .
2024-10-22 21:45:36 +02:00
Denis Perov
718c1a393d
Switch from kadira:flow-router to ostrio:flow-router-extra
2024-09-23 19:25:55 +03:00
walster001
2457084db2
Update padding values/display for Mobile Devices
...
Have modified this in my test dev server, it appears this is the property that defines the spacing/containment of text for lists. When tested on iOS device this appears to work correctly.
Last commit removing vertical align, and iinitial commit unsetting line height for ModernDark fixes an issue where text was super spaced out on ModernDark theme only.
2024-08-27 19:31:13 +09:30
Martin Filser
53aa5ebc17
listHeader, simpler code logic at collapsed if conditions
2024-08-06 23:12:31 +02:00
Martin Filser
517d1bb7fa
Bugfix, Cards Count on mobile view was missing
...
introduced by:
a601ba542a
2024-08-06 23:10:30 +02:00
Martin Filser
c157ecec38
board view, first column to add a new list was too large
2024-08-06 22:53:53 +02:00
Martin Filser
28893cf637
Bugfix, in View "Lists" the first column only showed the first 10 minicards, now all minicards again
2024-08-06 22:53:53 +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
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
2024-08-03 19:45:45 +02:00
Lauri Ojansivu
ec0e88ad2e
Try to show more of title of collapsed list.
...
Thanks to C0rn3j and xet7 !
Related #5428
2024-06-06 01:39:57 +03:00
Lauri Ojansivu
69a2a76b2e
Merge pull request #5400 from C0rn3j/fix-white-list-color
...
Fix white List color and define Silver in CSS instead of leaving it unset
2024-05-04 23:01:05 +03:00
Martin Rys
7fd894f33d
Do not leave silver color unset in Swimlane and List CSS
2024-05-04 21:59:05 +02:00
Martin Rys
3f366844e2
Fix white List color
2024-05-04 21:58:08 +02:00
Lauri Ojansivu
4156b6f932
Temporarily revert collapse per user that did not work yet.
...
Thanks to xet7 !
Related #5388
2024-05-04 22:57:13 +03:00
Lauri Ojansivu
ed801f7082
Collapse Swimlane. In Progress.
...
Thanks to xet7 !
Related #5388
2024-05-04 22:50:13 +03:00
Lauri Ojansivu
902f86d363
Collapse Lists to be per user, not per board. In Progress.
...
Related #5388
Thanks to xet7 !
2024-05-01 23:58:57 +03:00
Lauri Ojansivu
a601ba542a
Collapse Lists.
...
Thanks to xet7 !
2024-04-26 07:33:06 +03:00
Fabian Kromer
4b61f38cba
Fixes issue #5131 (at least partly)
...
You still have to click on "Template" twice to trigger the popup but IMHO it's better than the feature being completely broken.
2023-10-10 14:48:15 +02:00
Lauri Ojansivu
73a25775e1
Fix Swimlane Default title from "key default returned an object instead of string" to translated title of "Default".
...
Thanks to titho85, hpvb and xet7 !
Fixes #4763 ,
fixes #4742
2023-09-14 21:10:18 +03:00
Lauri Ojansivu
7baf7d2256
Don't translate width and height minimum value.
...
Thanks to xet7 !
2023-07-30 01:55:40 +03: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
a37caf459e
back to ReactiveCache.getCards and still fixing the flip "Card Drag/Drop" issue
2023-07-18 21:25:29 +02:00
Martin Filser
726fd5d60d
Card Drag/Drop doesn't flip anymore
...
- .fetch() is causing a short flip after card dragging
2023-07-18 21:25:29 +02:00
Martin Filser
47c70f03a2
Move every CustomFields.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
2023-07-18 21:25:28 +02:00
Martin Filser
33a8de7bb5
Move every Swimlanes.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2023-07-18 21:25:28 +02:00
Martin Filser
9125ab440d
Move every Swimlanes.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
2023-07-18 21:25:28 +02:00
Martin Filser
6a4b03324c
Move every Lists.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2023-07-18 21:25:28 +02:00
Martin Filser
4a8dcde8ee
Move every Lists.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
2023-07-18 21:25:28 +02: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
10a9306abd
Move every Boards.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
2023-07-18 21:25:28 +02:00
Martin Filser
06e374f0ff
Move every Cards.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
48ba81eb3d
Move every Swimlanes.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
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
6e1ef3d94a
Move every Users.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
bf48d4371c
Move every Swimlanes.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
2f2aa7b08a
insert linked card at search dialog set's now the next card number too
2023-07-18 21:25:28 +02:00
Martin Filser
20b0422024
insert linked board set's now the next card number too
2023-07-18 21:25:28 +02:00
Martin Filser
dcb9fb7465
insert linked card set's now the next card number too
2023-07-18 21:25:28 +02:00
Martin Filser
3a287a494b
insert linked card at search dialog also add the card at top/bottom
2023-07-18 21:25:28 +02:00
Martin Filser
06e26d8d89
insert linked card dialog, sort swimlanes, lists and cards by field "sort"
2023-07-18 21:25:28 +02:00
Martin Filser
94953a1c97
use card.getRealId()
2023-07-18 21:25:28 +02:00
Martin Filser
02e9795816
insert linked board at top/bottom
2023-07-18 21:25:28 +02:00
Martin Filser
c29cff3822
insert linked card, move sortIndex to function
2023-07-18 21:25:28 +02:00
Martin Filser
29216599e4
insert linked card at top/bottom of list
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
a182482cfb
Move every Boards.findOne(boardId) to the ReactiveCache (Part 2)
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
384d80a647
card.js, clean up redudant code
2023-07-18 21:25:27 +02:00
Lauri Ojansivu
b637a8e8ea
Revert first list width change.
...
Related https://github.com/wekan/wekan/pull/4993
Thanks to xet7 !
2023-07-08 01:30:55 +03:00