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
|
f10f80f655
|
Fix missing maximize card.
Thanks to xet7 !
|
2024-01-02 14:52:13 +02:00 |
|
Lauri Ojansivu
|
8ae47cb2f8
|
Fix some public board buttons.
Thanks to xet7 !
|
2024-01-02 13:14:24 +02:00 |
|
Lauri Ojansivu
|
f324286911
|
New feature: Sidebar / Card Settings / Creator at minicard.
Thanks to Roemer and xet7 !
Related https://github.com/wekan/wekan/discussions/5217
|
2023-12-01 13:31:16 +02:00 |
|
Martin Filser
|
7ada41e741
|
FontAwesome 6.4.2, fixing font-size at fa-comment-o icon on minicard
|
2023-09-16 13:12:47 +02:00 |
|
Lauri Ojansivu
|
47468a4750
|
Add back some parts of Show checklist at minicard feature.
Thanks to xet7 !
|
2023-08-25 00:12:08 +03:00 |
|
Lauri Ojansivu
|
75d524f615
|
Hide incomplete feature Show checklist at minicard.
|
2023-08-24 23:00:52 +03:00 |
|
Lauri Ojansivu
|
86814a0fd8
|
At opened card, toggle to show checklist at minicard. Part 4.
Thanks to xet7 !
|
2023-08-22 05:10:02 +03:00 |
|
Lauri Ojansivu
|
2c99d1cecb
|
At opened card, toggle to show checklist at minicard. Part 2.
Thanks to xet7 !
|
2023-08-21 23:57:03 +03:00 |
|
Martin Filser
|
25989b9736
|
Move every CardComments.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
|
2023-07-18 21:25:29 +02:00 |
|
Martin Filser
|
43d11af631
|
Performance, improving page load about 40% faster
|
2023-07-18 21:25:27 +02:00 |
|
Lauri Ojansivu
|
c7dc912dd4
|
Reverted bold of minicard title.
Thanks to xet7 !
|
2023-07-10 06:25:37 +03:00 |
|
Vid Smole
|
a3622ddc1d
|
Display card title in bold
|
2023-07-06 12:57:06 +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 |
|
helioguardabaxo
|
f3ebc4a28e
|
Added option to show/hide some badges on minicard
|
2023-05-31 14:49:02 -03:00 |
|
helioguardabaxo
|
985882a4ad
|
Added option to show/hide cover attachment on minicard
|
2023-05-31 11:52:20 -03:00 |
|
Lauri Ojansivu
|
a3d37e621c
|
Changed Due Date etc dates to be at top of Minicard.
Thanks to xet7 !
|
2023-05-29 19:22:56 +03:00 |
|
Lauri Ojansivu
|
b33a3ef254
|
Moved minicard labels from above minicard title to below minicard title.
Thanks to xet7 !
|
2023-05-27 22:38:46 +03:00 |
|
Lauri Ojansivu
|
1deccf2f4b
|
Added "Move card to archive" to minicard ☰ menu.
Thanks to mohammadZahedian and xet7 !
Fixes #4303
|
2023-02-26 01:35:42 +02:00 |
|
Justin Zhang
|
bfb0c05e83
|
Support subpath deployment
- Make css font reference relative
- Fix cover image loading error
|
2022-10-06 15:04:34 +08:00 |
|
Lauri Ojansivu
|
b70a6cb348
|
Added faster way to do actions on minicard menu.
Thanks to mohammadZahedian, HT-Marley and xet7 !
Fixes #4303
|
2022-10-02 18:45:55 +03:00 |
|
Repmovs
|
d7bb0b4cc0
|
Set drag handle on touch screen not miniscreen
|
2022-08-12 17:21:45 +00:00 |
|
helioguardabaxo
|
536021107e
|
Added HTML tags escape to description on minicard.
|
2022-04-06 07:25:34 -03:00 |
|
helioguardabaxo
|
db4421c7b8
|
Show description on minicard
|
2022-04-05 17:00:39 -03:00 |
|
Martin Filser
|
27ea306c1c
|
Attachments count is now visible on minicard again
|
2022-03-10 23:07:57 +01:00 |
|
David Arnold
|
a15ee068d1
|
hack: Nasty hack for covercard auth
|
2022-02-06 13:19:58 +03:00 |
|
David Arnold
|
2c175f2be6
|
fixup! fix: cover image - works now
|
2022-02-06 13:19:58 +03:00 |
|
David Arnold
|
c7500661b8
|
fix: cover image - works now
|
2022-02-06 13:19:58 +03:00 |
|
Ben0it-T
|
533eb41249
|
Show or hide members and assignee(s) on minicard
|
2021-11-25 22:27:19 +01:00 |
|
Martin Filser
|
e3d52169d7
|
Card labels on minicard withouth text are now at the same line again
Fixes: https://github.com/wekan/wekan/pull/4073#pullrequestreview-793677680
|
2021-10-31 14:59:28 +01:00 |
|
Martin Filser
|
d79a35ea82
|
Minicard, label popup added
|
2021-10-25 22:39:23 +02:00 |
|
Martin Filser
|
4ab290928c
|
minicard, div has no colorClass if not defined
|
2021-10-20 18:40:41 +02:00 |
|
Martin Filser
|
b9178cfcb6
|
isMiniScreen and showDesktopDragHandles centralized in class Utils
- a lot of same code everywhere in many files, this is against the
concept "don't repeat yourself"
|
2021-10-20 18:40:41 +02:00 |
|
Martin Filser
|
b1b2d87045
|
Minicard sort popup, Enter button saves the new sort number
|
2021-10-20 14:36:21 +02:00 |
|
Martin Filser
|
02896e669a
|
Minicard, sort number can be edited in a popup
|
2021-10-20 14:36:21 +02:00 |
|
Kai Lehmann
|
28e9a6ac33
|
show cardNumber in minicard and cardDetails
|
2021-08-02 21:44:37 +02:00 |
|
Martin Filser
|
54640bb125
|
Minicard, show sorting number if board config is enabled
|
2021-06-11 12:35:57 +02:00 |
|
helioguardabaxo
|
fa3d117372
|
Add Feature: Planning Poker
|
2021-06-03 12:01:15 -03:00 |
|
ryanMushy
|
63c1bb9e17
|
count subtasks just like checklists
|
2021-04-27 18:28:23 -07:00 |
|
Lauri Ojansivu
|
decab9256b
|
Merge branch 'admin-reports' of https://github.com/jrsupplee/wekan into jrsupplee-admin-reports
|
2021-04-13 23:50:37 +03:00 |
|
tod31
|
b8dc7ff18e
|
add custom field "stringtemplate"
|
2021-04-09 11:44:49 +02:00 |
|
John R. Supplee
|
5cc6a2f7d0
|
Add an avatar for the card creator
* Add avatar to minicard
* Add field to card details
* Add show option in Board / Card Settings
|
2021-04-01 23:40:07 +02:00 |
|
Martin Filser
|
d2a35453ef
|
Red line below the avatar now correctly on FireFox #3515
|
2021-02-06 11:26:10 +01:00 |
|
John R. Supplee
|
a556953a11
|
Merge branch 'master' of https://github.com/wekan/wekan into issue-3287
|
2021-01-19 18:04:52 +02:00 |
|
John R. Supplee
|
b09d656636
|
Fix custom date to display short version on minicard
|
2021-01-19 16:08:16 +02:00 |
|
John R. Supplee
|
22c868b4e6
|
Use materialCheckBox for displaying checkbox on minicard
|
2021-01-19 15:40:13 +02:00 |
|
John R. Supplee
|
b793716e85
|
Trello custom field import basically working
|
2021-01-18 23:56:08 +02:00 |
|
Lauri Ojansivu
|
aa34da61fe
|
Fixed Display issues with assignee on minicard.
Thanks to bronger and xet7 !
Fixes #3434
|
2021-01-16 04:54:54 +02:00 |
|
Martin Filser
|
3a6e2813a6
|
Minicard, reduce space after assignees label
|
2020-12-08 17:45:57 +01:00 |
|
Nico
|
06b548f12e
|
edit_card start vote
better visibility what was voted
|
2020-06-11 19:52:44 +02:00 |
|