walster001
1d339ec17e
Update boardColors.css
2024-08-12 21:28:14 +09:30
walster001
206abc8c68
Fix board backgrounds not showing correctly.
...
Fixed board backgrounds not showing correctly on the following themes. Various code modified as different themes have used different code to implement the background.
Have tried to stick with board-wrapper as a standard to apply the background colour to.
Board background image will override board-wrapper colour every time.
Dark
Relax
Natural
Modern
ModernDark
Exodark
CleanDark
CleanLight
- Updated pull due to original file I had stored on my pc 139 commits behind! So synced that and then redid code changes to bring it all up to date.
2024-08-08 23:34:09 +09:30
Martin Filser
3db265d57f
fix error on console when user logout (Part 2)
2024-08-06 17:24:43 +02:00
Martin Filser
38a32824ea
fix error on console when user logout (Part 1)
2024-08-06 17:24:43 +02:00
Lauri Ojansivu
45674806d7
Fix dragscroll package name.
...
Thanks to xet7 !
2024-08-03 21:35:04 +03:00
Martin Filser
95740eaa01
Board Menu Popup's were opened twice because of 2 same event creation
2024-08-03 19:58:25 +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
13940f0663
Merge pull request #5458 from abramchikd/clean-theme
...
Clean theme fixes
2024-06-29 16:05:54 +03:00
Dmitrij Abramov
09e87f207c
Some tweaks to clean light and clean dark themes
2024-06-28 00:38:45 +03:00
walster001
c002cf759e
Fix ModernDark Card Alignment
...
Fix position from absolute to fixed, so it moves with the viewport when horizonally scrolling.
Fix card top border due to changing position, adjust top border px to 82px
2024-06-27 18:49:01 +09:30
walster001
5fee0b05e0
Fix ModernDark Card Alignment
2024-06-27 18:39:48 +09:30
walster001
48bc176bdf
Merge branch 'wekan:main' into main
2024-06-27 18:10:43 +09:30
walster001
ec56dc73c4
Merge branch 'main' of https://github.com/walster001/wekan-atlanz
2024-06-27 18:09:59 +09:30
walster001
83e9d681d7
Fix ModernDark Card Alignment
...
Fix cards not showing up properly in ModernDark theme, when more lists are created than will fit on a single screen, inciting a horizontal scrollbar, and then scrolling across trying to open cards.
Due to position being absolute, this then opened the card off-screen
2024-06-27 18:09:51 +09:30
Dmitrij Abramov
954ec05d41
Clean themes tweaks
2024-06-25 01:57:31 +03:00
Dmitrij Abramov
6d66e60830
Fixes for clean light theme
2024-06-19 02:33:02 +03:00
Dmitrij Abramov
930f0a7f82
Added clean dark and clean light themes
2024-06-19 01:37:55 +03:00
Lauri Ojansivu
5e2b423ef8
Only show Board name edit button to BoardAdmin.
...
Thanks to xet7 !
2024-06-03 04:03:31 +03:00
Jelger Haanstra
ef31fffa40
Small tweaks to moderndark theme
2024-03-28 19:27:35 +01:00
Lauri Ojansivu
b756150f76
Fix Add List button too wide at themes: Clearblue, Modern, Exodark.
...
Thanks to xet7 !
Fixes #5179
2023-11-03 01:12:18 +02:00
Martin Filser
0f1b57fee4
remove old open card code
2023-10-19 21:51:43 +02:00
Lauri Ojansivu
53e569d285
Fixed can not close sidebar at Modern theme.
...
Thanks to xet7 !
2023-10-03 09:56:37 -04:00
Martin Filser
ea39cfbf5a
FontAwesome 6.4.2, adding back the previous icons because now all icons are included into Wekan
2023-09-16 13:12:47 +02:00
Lauri Ojansivu
05c6e101ff
Fix mini width of add list also to moderndark theme.
...
Thanks to xet7 !
2023-09-15 00:33:40 +03:00
helioguardabaxo
ffdeed099e
Update Font Awesome version to 6.4.2
2023-09-08 20:23:58 -03:00
DimDz
0be4eff3f4
Update boardBody.js
...
Fix for create card.
2023-08-25 12:42:28 +03:00
Christian
c8a743bb8e
Fixing positioning of opened cards
2023-08-08 00:05:19 +00:00
Lauri Ojansivu
62c2d59f46
Drag board made translateable.
...
Thanks to xet7 !
2023-08-01 16:25:41 +03:00
DimDz
be8374d100
Update boardBody.js
2023-07-20 14:30:42 +03:00
DimDz
399f63cef6
Update boardBody.css
2023-07-20 14:28:31 +03:00
Martin Filser
f483b162ce
Speed up board loading, skip loading the full sidebar
...
- only load the sidebar when viewing
2023-07-18 21:25:29 +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
4a8dcde8ee
Move every Lists.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
2023-07-18 21:25:28 +02:00
Martin Filser
66c2140911
replace Array#forEach() ... Array#push with Array#map
2023-07-18 21:25:28 +02:00
Martin Filser
ea3144492e
board page didn't always show the list counters
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
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
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
b7dbeba7de
add currentSetting to ReactiveCache
2023-07-18 21:25:28 +02:00
Vid Smole
a8af5343a7
Fix typo
2023-06-30 12:48:23 +02:00
Martin Filser
583f114c68
Utils of canModifyCard and canModifyBoard + move this general functions to Utils class
2023-06-28 22:21:36 +02:00
Lauri Ojansivu
e1a00090ba
Fixed Rare bug: All Boards page icons random dance. Reverted changing migrations. Fixed reordering cards. Part 2.
...
Fixes #4214
Thanks to xet7 !
2023-06-09 18:03:28 +03:00
Lauri Ojansivu
b75e16f104
Fixed Rare bug: All Boards page icons random dance. Commented out All Boards show members, cards counts, and some migrations.
...
Fixes #4214
Thanks to xet7 !
2023-06-09 16:27:04 +03:00
DimDz
977c63eb2f
Update boardHeader.jade
2023-06-02 12:01:32 +03:00
Jelger Haanstra
aa8926e61c
Layout fixes for modern-dark after shuffling labels and date field on minicard
2023-05-29 19:16:45 +02:00
DimDz
301580d61a
css fixes for modal
2023-05-29 16:38:50 +03:00
DimDz
b0a2c590fe
Made X close button
2023-05-29 16:38:08 +03:00