Nadav Tasher
d1e2db9cb8
Replace Session.get with utility call
2024-12-07 21:26:25 +02:00
Nadav Tasher
52a02409f0
Use utility function instead of Session.get
2024-12-07 20:37:11 +02:00
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
efe50a65ee
Add list constraint support in set-width popup
2024-12-07 18:59:01 +02:00
Nadav Tasher
fb34dd6114
Add auto-width board-header toggle
2024-12-07 18:57:34 +02:00
Nadav Tasher
0097674fc0
Added initial support for auto-width lists option
2024-12-05 21:46:35 +02:00
Lauri Ojansivu
46327f19a1
To menu right top username, added Support, to have info about from where to get support.
...
Thanks to xet7 !
2024-12-05 10:29:15 +02:00
walster001
1d9a710e3b
Fix issue with comments not showing
2024-11-27 22:05:43 +10:30
Nadav Tasher
d764047c1f
Remove non-effective height property (does nothing here)
2024-11-21 00:42:23 +02:00
Nadav Tasher
65015ea7c7
Remove non-required sidebar-shadow div in favor of direct sidebar background
2024-11-21 00:41:57 +02:00
Nadav Tasher
6ef2d9cb9d
Remove bottom margin from sidebar (causes an out-of-theme white gap)
2024-11-21 00:24:40 +02:00
Nadav Tasher
c39fdab11d
Disable scrollbar hiding in swimlanes
2024-11-21 00:14:04 +02:00
Nadav Tasher
547261abb6
Disable scrollbar hiding in sidebar
2024-11-21 00:13:50 +02:00
Nadav Tasher
7696b7b769
Disable scrollbar hiding in list
2024-11-21 00:13:34 +02:00
Nadav Tasher
585635494a
Disable scrollbar hiding in cardDetails
2024-11-21 00:13:22 +02:00
Nadav Tasher
a36e80099a
Revert "Revert some scrollbar, sidebar and list width changes."
...
This reverts commit 096fe130f6
.
2024-11-21 00:10:49 +02:00
Lauri Ojansivu
096fe130f6
Revert some scrollbar, sidebar and list width changes.
...
Thanks to xet7 !
Fixes #5585 ,
fixes https://github.com/wekan/wekan/pull/5583
2024-11-20 21:08:06 +02:00
Lauri Ojansivu
6f60235a3f
Merge pull request #5584 from NadavTasher/feature/fix-minimum-width-on-list-auto-width
...
Improve list auto-width, fix regressions
2024-11-20 02:47:45 +02:00
Nadav Tasher
6c32c210f8
Disable scrollbars in swimlanes
2024-11-20 01:20:40 +02:00
Nadav Tasher
aca665ae4e
Changed method of scrollbar hiding
2024-11-20 01:20:10 +02:00
Nadav Tasher
87d53f6f93
Fix dragscroll inside swimlanes
2024-11-20 00:48:13 +02:00
Nadav Tasher
98cf7ec715
Change max-width to min-width so that lists will only shrink when there is no space left
2024-11-20 00:47:45 +02:00
Nadav Tasher
30a5b87370
Change list width to max width, default to even spacing
2024-11-17 23:05:21 +02:00
Nadav Tasher
465e2b1b6a
Remove swimlane size limit
2024-11-17 23:03:56 +02:00
Lauri Ojansivu
fbb2e6e261
Merge pull request #5578 from NadavTasher/feature/various-style-improvements
...
Sidebar style overhaul - absolute positioning, weird style fixes, disable sidebar scrollbar
2024-11-16 20:19:18 +02:00
Nadav Tasher
b7e8f796a3
Sidebar overhaul - change position to absolute, fix weird style bugs, disable scrollbar
2024-11-16 18:56:38 +02:00
Nadav Tasher
d63507dd97
Add margin to member and assignee avatars
2024-11-16 17:53:36 +02:00
Lauri Ojansivu
4ec0e63d99
Merge pull request #5573 from NadavTasher/feature/hide-scrollbars-in-card-details-and-lists
...
Hide scrollbars where they interrupt
2024-11-16 17:21:29 +02:00
Nadav Tasher
08843a9dd6
Hide scrollbars from lists (middle of the screen)
2024-11-16 17:18:46 +02:00
Nadav Tasher
b3f229dc86
Hide scrollbars from card details popup
2024-11-16 17:17:05 +02:00
Nadav Tasher
79cbf25b73
Fix some text alignment issues when using RTL languages
2024-11-16 17:14:03 +02:00
Martin Filser
0783b733b0
Checklist, hide all checklist items possible, regardless if the checklist item is finished or not
2024-11-15 21:00:06 +01:00
Martin Filser
bb17feaa17
Checklist, hide checked checklist items (configureable at each checklist)
2024-11-15 21:00:06 +01:00
Martin Filser
1d7eb8a03b
Checklist, adding many items set's now the sorting correctly
2024-11-15 20:56:36 +01:00
Martin Filser
c5712f5ae0
Checklist multiline option, adding description to both checkbox options
2024-11-15 20:54:30 +01:00
Martin Filser
00e5808a4c
Checklist multiline option, adding option to keep the origin order if many items are added at the checklist top
2024-11-15 20:54:29 +01:00
Martin Filser
8448068d22
hide empty checklist if checklist items are hidden
...
conditions are:
- the checklist must have at least 1 checklist item
- all checklist items have to be finished
- the option "hide checked checklist items" is set at card details
2024-11-15 20:35:18 +01:00
Martin Filser
9fa36c3991
hide checklist-items per card now
...
- performance relevant
- more granular setting
2024-11-15 20:35:18 +01:00
Martin Filser
d949753d54
preparation hide checklist-items per card
2024-11-15 20:35:17 +01:00
Martin Filser
8a446de3e9
added comment section on card details to avoid loading the card comment activities from the server
...
- and added to show only the activities a card
- to display the card comments a connection to the server was needed to get the activities of the card comments, now, it's not necessary
- also performance relevant. until now there were a lot of activities loaded, now only of the current card
2024-11-15 19:55:07 +01:00
Lauri Ojansivu
a27f8ecfa9
Fix Warning: missing space before text for line 210 of jade file client/components/activities/activities.jade
...
Thanks to xet7 !
2024-11-02 18:55:33 +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
Aden Koziol
12af3a5d10
renaming list shows in activities
2024-10-16 16:40:20 -05:00
Denis Perov
718c1a393d
Switch from kadira:flow-router to ostrio:flow-router-extra
2024-09-23 19:25:55 +03:00
walster001
a8f09011e9
Exodark Margin Fix
...
Added 10px margin to ExoDark lists also (following on from Clearblue fix) as with those rounded backgrounded lists I feel it looks nicer to give it some padding.
Open to other contributors perspective however.
2024-09-04 14:17:11 +09:30
walster001
2e1675969a
Clearblue Margin - comment
...
Add comment to explain changes to margin in case someone wants to revert in future
2024-09-04 14:10:31 +09:30
walster001
a71973cc80
Clearblue Margin Fix
...
Fix ClearBlue lists being butted up against the left hand side of the screen when viewed from a non-editor account (IE comment only).
2024-09-04 14:09:28 +09:30
walster001
608ec63899
Large updates to UI
...
- Added a wide range of updates/tweaks to various board themes
- Better defined theme start/endpoints in code
- Added modern scrollbars matching each theme
- Added styling to scrollbars in pop-over and horizontally across screen
- Tweaks to opacity/themes to work better with board backgrounds.
2024-09-04 13:56:06 +09:30