Martin Filser
|
16130b3f73
|
Move ReactiveCache to imports
- so it's available for the Server too
|
2023-07-18 21:25:27 +02:00 |
|
Martin Filser
|
47427f89b0
|
Adding new ReactiveCache
|
2023-07-18 21:25:27 +02:00 |
|
Martin Filser
|
384d80a647
|
card.js, clean up redudant code
|
2023-07-18 21:25:27 +02:00 |
|
Martin Filser
|
43d11af631
|
Performance, improving page load about 40% faster
|
2023-07-18 21:25:27 +02:00 |
|
Lauri Ojansivu
|
4431ec5a27
|
Added missing character.
Thanks to xet7 !
|
2023-07-10 15:04:46 +03:00 |
|
Vid Smole
|
2c4ed5f298
|
Fix setting background image
|
2023-07-10 13:19:19 +02:00 |
|
Lauri Ojansivu
|
c7dc912dd4
|
Reverted bold of minicard title.
Thanks to xet7 !
|
2023-07-10 06:25:37 +03:00 |
|
Vid Smole
|
a3837ccbc7
|
Fix attachment viewer not being hidden
|
2023-07-08 19:22:40 +02:00 |
|
Lauri Ojansivu
|
140a134a11
|
Fixed maximum call stack exceeded by removing bootstrap 3, datepicker and summernote. Updated jquery. Disabled attachments viewer that opens empty when opening card. Fixes all npm audit errors.
Fixes #4994,
fixes #3614
Thanks to xet7 !
|
2023-07-08 03:52:42 +03: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 |
|
Lauri Ojansivu
|
999323526c
|
Merge pull request #4993 from VidVidex/master
Small UI improvements
|
2023-07-08 01:30:14 +03:00 |
|
Vid Smole
|
7a98445370
|
Better attachment viewer
|
2023-07-06 20:35:49 +02:00 |
|
Vid Smole
|
7ef3bba9f7
|
Better attachment gallery
|
2023-07-06 20:29:36 +02:00 |
|
Vid Smole
|
492306453c
|
Fix first list being narrower than others
|
2023-07-06 13:22:38 +02:00 |
|
Vid Smole
|
a3622ddc1d
|
Display card title in bold
|
2023-07-06 12:57:06 +02:00 |
|
Lauri Ojansivu
|
4be5727a18
|
Fix PDF preview to have full width, close at top, and improve viewing at mobile.
Thanks to xet7 !
|
2023-07-01 00:30:05 +03:00 |
|
Lauri Ojansivu
|
83ae1d4a19
|
Added translation to support viewing PDFs.
Thanks to xet7 !
Fixes https://github.com/wekan/wekan/pull/4989#pullrequestreview-1507053336
|
2023-06-30 17:31:17 +03:00 |
|
Vid Smole
|
a8af5343a7
|
Fix typo
|
2023-06-30 12:48:23 +02:00 |
|
Vid Smole
|
070e8831b4
|
Add support for viewing pdfs
|
2023-06-30 12:48:18 +02:00 |
|
Lauri Ojansivu
|
ffea7aff99
|
If there is no Custom Field label at minicard, show value full width.
Thanks to koluka and xet7 !
Fixes #4988
|
2023-06-29 12:05:25 +03:00 |
|
Lauri Ojansivu
|
549b15000b
|
Set background color only if it exists. Part 3.
Thanks to xet7 !
|
2023-06-29 00:31:44 +03:00 |
|
Lauri Ojansivu
|
c6cad13f1e
|
Set background color only if it exists. Part 2.
Thanks to xet7 !
|
2023-06-29 00:22:25 +03:00 |
|
Lauri Ojansivu
|
45d33fa2e4
|
Set background color only if it exists.
Thanks to xet7 !
|
2023-06-29 00:03:00 +03:00 |
|
Martin Filser
|
583f114c68
|
Utils of canModifyCard and canModifyBoard + move this general functions to Utils class
|
2023-06-28 22:21:36 +02:00 |
|
Martin Filser
|
a7721b9048
|
Global search, found cards count is now substituted by the translation function itself
|
2023-06-28 22:08:58 +02:00 |
|
Martin Filser
|
23218d3808
|
Admin Report, fixing filesize if not a number
|
2023-06-28 22:02:28 +02:00 |
|
Martin Filser
|
cad55d57d7
|
Admin attachment view was missing the column header "S3FileId"
|
2023-06-28 21:30:01 +02:00 |
|
Martin Filser
|
ce94433c46
|
Copy Checklist dialog now set's the last selected board
|
2023-06-26 18:28:07 +02:00 |
|
Martin Filser
|
8557d91468
|
new popup scrolls to top and restore it's previous position after closing again works now at attachments too
|
2023-06-25 10:44:20 +02:00 |
|
Martin Filser
|
949a3a1337
|
new popup scrolls to top and restore it's previous position after closing again
|
2023-06-25 10:44:20 +02:00 |
|
Martin Filser
|
9aa8bc8921
|
reduce list scroll speed while drag/drop the minicard
|
2023-06-22 17:17:40 +02:00 |
|
Martin Filser
|
b869e3efb6
|
after moving, e.g. minicards, to the list start / end the index is rounded to the next index
|
2023-06-21 23:16:55 +02:00 |
|
Martin Filser
|
7e8073d621
|
after moving, e.g. the minicard, round the index to the next integer
- before: at index -1 and -9 the new index was -5
- now : at index -1 (or -1.1) and -9 the new index is -2
|
2023-06-21 23:16:55 +02:00 |
|
Martin Filser
|
c10f7b6134
|
Utils#calculateIndex re-uses the logic of Utils#calculateIndexData
- nearly the same implementation, so use common code base
|
2023-06-21 23:16:55 +02:00 |
|
Martin Filser
|
23595674cf
|
Add checklist-item at top
|
2023-06-21 23:09:29 +02:00 |
|
Martin Filser
|
52d54f35a3
|
Add checklist at top
|
2023-06-21 21:59:48 +02:00 |
|
Johannes Zellner
|
123789aff0
|
Always fetch favicons from / path
|
2023-06-19 14:33:36 +02:00 |
|
simon816
|
c39403c307
|
Wait until user has logged in before fetching language preference. Fixes #4967
|
2023-06-18 00:58:16 +01:00 |
|
mark
|
26d2efdedb
|
make swimlane height adjustable
|
2023-06-13 13:43:09 -05:00 |
|
mark
|
0ec9c4c37b
|
min working example with listWidth
|
2023-06-13 12:54:18 -05:00 |
|
mark
|
f2e4a280d7
|
add listWidths to user profile
|
2023-06-12 22:14:06 -05:00 |
|
Lauri Ojansivu
|
7a3c340d65
|
Try to fix SVG image failed to render.
Thanks to xet7 !
Fixes #4830
|
2023-06-10 09:33:43 +03:00 |
|
Lauri Ojansivu
|
af63259f09
|
Fixed drag-drop at Ubuntu Touch Morph Browser and WeKan OpenStore app by changing jquery-ui-touch-punch to newer updated @rwap/jquery-ui-touch-punch.
Thanks to xet7 !
|
2023-06-10 02:59:35 +03:00 |
|
Lauri Ojansivu
|
9ab0efe87a
|
Fixed Bug Board icons random dance. Hide disabled buggy features of All Boards settings: Cards Count and Board Members.
Thanks to xet7 !
Fixes #4214
|
2023-06-09 18:22:07 +03: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 |
|
Lauri Ojansivu
|
3d1c70b96b
|
Merge pull request #4953 from helioguardabaxo/due-date-card-filter
Fix due date filter for next and this week.
|
2023-06-08 19:37:53 +03:00 |
|
helioguardabaxo
|
946c288925
|
Fix due date filter for next and this week.
|
2023-06-08 12:43:26 -03:00 |
|
Lauri Ojansivu
|
95efcbe717
|
Revert smaller swimlane height.
Thanks to kovacs-andras and xet7 !
Related #4904,
related 04aaa6f30c
|
2023-06-07 12:46:40 -04:00 |
|
Lauri Ojansivu
|
04aaa6f30c
|
Fix 6.93 with brackground image breaks scrolling on lists within swimlanes.
Thanks to xet7 !
Fixes #4936
|
2023-06-03 20:38:03 -04:00 |
|