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
Lauri Ojansivu
12e50d93df
Merge pull request #5581 from NadavTasher/feature/default-lists-to-space-evenly
...
Make lists fill up space evenly, change listWidth to max-width
2024-11-18 03:24:56 +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
Nadav Tasher
d0024d397a
Add missing semicolon
2024-11-16 23:35:39 +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
Lauri Ojansivu
c44b99d515
Merge pull request #5577 from NadavTasher/feature/new-keyboard-shortcut-for-assigning-user
...
Potential bug(fix?) - Add assign-self keyboard shortcut (old shortcut actually adds)
2024-11-16 20:18:42 +02:00
Lauri Ojansivu
0f283e6cdf
Merge pull request #5576 from NadavTasher/bugfix/change-archive-shortcut-to-minus
...
Change move-to-archive keyboard shortcut to '-', because of Ctrl + C shortcut
2024-11-16 20:17:30 +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
Nadav Tasher
e1168b5107
Added keyboard shortcut to "assign self" and rename old shortcut to "add self"
2024-11-16 17:40:35 +02:00
Nadav Tasher
cecb4b8336
Change move-to-archive keyboard shortcut to '-'
2024-11-16 17:34:16 +02:00
Lauri Ojansivu
5bbbf9d0e6
Merge pull request #5575 from NadavTasher/feature/disable-filter-menu-popup-when-using-keyboard-filters
...
Disable sidebar showing when filtering using keyboard shortcut
2024-11-16 17:33:15 +02:00
Lauri Ojansivu
3f3e645c96
Merge pull request #5574 from NadavTasher/feature/support-shortcuts-when-not-using-english-keyboard-layout
...
Patch to allow shortcuts to work when another keyboard layout is used
2024-11-16 17:27:59 +02:00
Nadav Tasher
ebece3f961
Disable sidebar showing when filtering using keyboard shortcut
2024-11-16 17:25:42 +02:00
Nadav Tasher
cf90511f3c
Added multi-language support for keyboard shortcuts
2024-11-16 17:21:47 +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
Lauri Ojansivu
18b74e7a61
Merge pull request #5572 from NadavTasher/feature/right-to-left
...
Fix some text alignment issues when using RTL languages
2024-11-16 17:16:20 +02:00
Lauri Ojansivu
c60961cbb1
Merge pull request #5571 from NadavTasher/feature/always-close-sidebar-on-escape
...
Always close sidebar when user clicks ESC
2024-11-16 17:15:48 +02:00
Nadav Tasher
79cbf25b73
Fix some text alignment issues when using RTL languages
2024-11-16 17:14:03 +02:00
Nadav Tasher
7963118032
Always close sidebar on escape button
2024-11-16 17:07:25 +02:00
Nadav Tasher
35e6c938dc
Added 'n' shortcut for adding new minicards
2024-11-16 17:03:59 +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
Dmytro Novash
3359559ad2
Merge branch 'wekan:main' into templ_upd
2024-08-28 14:24:28 +03:00
Dmytro Novash
b4aa464473
use label instead of span
2024-08-28 14:23:35 +03:00
walster001
c020ce8895
Remove vertical-align - doesn't fix for all board themes
2024-08-27 19:53:19 +09:30
walster001
f3562525db
Create boardColors.css
2024-08-27 19:50:01 +09:30
walster001
cc89c35c8d
Merge branch 'main' of https://github.com/walster001/wekan-atlanz
2024-08-27 19:38:38 +09:30