Martin Filser
2b33d7890c
Labels in Minicard are now centered if the label is wrapped
2021-10-25 13:46:55 +02:00
Martin Filser
e8c9222283
Labels in Card Details are now centered if the label is wrapped
2021-10-25 13:46:51 +02:00
Martin Filser
e954df4d8e
Labels, wrap long text
...
CSS initial:
https://stackoverflow.com/questions/15901030/reset-remove-css-styles-for-element-only/15903168#15903168
2021-10-25 13:43:24 +02:00
Martin Filser
ce30c7e1b7
Card Details, show card link in mobile view
2021-10-25 12:53:04 +02:00
Martin Filser
0313e21ca1
Fix, move to top now works after moving the card (card details action popup)
2021-10-25 12:53:04 +02:00
Martin Filser
e6f94c9d16
Move card to top - close Popup / back to previous popup
2021-10-25 12:53:04 +02:00
Martin Filser
cdc4be3a13
Card Details Popup in Desktop View has (for now) no maximize button
2021-10-25 12:53:04 +02:00
Martin Filser
4131dd89d4
Global search open the minicard as Popup
2021-10-25 12:53:04 +02:00
Martin Filser
4936e580fd
Board search open the minicard as Popup
2021-10-25 12:53:04 +02:00
Martin Filser
b9250e4be4
Use Popup.back() instead of Popup.close() to get no conflicts if a Popup is opened as "Sub Popup"
...
- .back() is also .close() if there is no "popup layer" left
2021-10-25 12:53:04 +02:00
Martin Filser
a59dfa8fc0
Card Details Popup, every "Sub-Popup" must use .back() instead of .close()
...
- .close() closes the popup. Until now it was ok, but as the Card
Details are opened in a popup too, .back() must be used to get the
same behaviour back
- .back() is also .close() if there is no "popup layer" left
2021-10-25 12:53:04 +02:00
Martin Filser
5e29c68154
Card Details, add plus button in custom fields section
2021-10-25 12:44:03 +02:00
Martin Filser
6b26b5d62b
Card Details, moving the custom field sort switch after the last custom field
2021-10-25 12:44:03 +02:00
Martin Filser
81e617a149
Card Details, hr line occured twice if any date or any user isn't displayed
2021-10-25 12:44:03 +02:00
Martin Filser
95719cbd24
Boards weren't loaded because of missing filter
2021-10-25 12:32:48 +02:00
Martin Filser
367823ea5e
Add card button has now a cancel button
2021-10-24 15:42:51 +02:00
Lauri Ojansivu
b8e0dfa07d
Merge pull request #4066 from Ben0it-T/master
...
Fix : Filter List by Card Title #3594
2021-10-24 14:39:12 +03:00
Ben0it-T
5b5b8fe427
Fix : Filter List by Card Title #3594
2021-10-23 13:16:33 +02:00
Martin Filser
6d701cda2e
Mobile View quick list access show markdown
2021-10-21 18:24:49 +02:00
Martin Filser
8bb27e2762
Starred boards show markdown at the top starred line (Mobile View)
...
- Fixes : #4058
2021-10-21 18:24:49 +02:00
Martin Filser
437b62eb97
Starred boards show markdown at the top starred line
...
- Fixes : #4058
2021-10-21 18:24:49 +02:00
Martin Filser
ababeebbf0
Fixed scrollbar, occured twice at home screen (mobile view)
2021-10-21 11:28:32 +02:00
Martin Filser
fdb3f83d1f
Fixed scrollbar, occured twice at admin panel
2021-10-21 11:28:32 +02:00
Martin Filser
a0e6fc4611
Fixed scrollbar, occured twice when opening a card
2021-10-21 11:28:32 +02:00
Martin Filser
2af5e9c209
Card Details Popup, Checklist Drag/Drop works in mobile view again
2021-10-21 09:46:05 +02:00
Martin Filser
21a3749086
Card Details Popup, Checklistitem Drag/Drop works in mobile view again
2021-10-21 09:46:05 +02:00
Martin Filser
7ced602be4
More robust logic if isMiniScreen or isShowDesktopDragHandles
2021-10-20 22:28:49 +02:00
Martin Filser
b59e4d8fc7
Swimlade, List drag/drop now works again
...
happened at commit:
b9178cfcb6 isMiniScreen and showDesktopDragHandles centralized in class Utils
2021-10-20 22:28:49 +02:00
Martin Filser
ea7136816d
Card Details Popup, edit dates now closes not the Popup
2021-10-20 18:41:33 +02:00
Martin Filser
73872202ec
Card Details mobile view, copy link contains now the URL/id to the current card
2021-10-20 18:41:33 +02:00
Martin Filser
a72f1ae8de
Card Details Popup close, list moved to top -> fixed
2021-10-20 18:41:33 +02:00
Martin Filser
fdf40f4584
Use Utils#getCurrentCard() everywhere in the code
2021-10-20 18:41:33 +02:00
Martin Filser
7a6cfcb498
Card Details Popup, Labels assign now works
2021-10-20 18:41:33 +02:00
Martin Filser
4994f23134
textarea, remove every whitespace at line end
...
- whitespaces aren't needed at the end of the line, that's why
String.trim() is already implemented at input fields
2021-10-20 18:41:33 +02:00
Martin Filser
8c3ce4bb73
Card Details Popup possible on desktop view
...
- until now a new form in the popup closed the popup itself
2021-10-20 18:41:33 +02:00
Martin Filser
48b2e3dd88
Card Details in the new on mobile view have now the normal view again
2021-10-20 18:41:33 +02:00
Martin Filser
bcb5cfb235
Card Details can be opened in a new tab on mobile view
2021-10-20 18:41:33 +02:00
Martin Filser
27213245ef
Card Details Popup, Session variable popupCard is deleted on popup close
2021-10-20 18:41:33 +02:00
Martin Filser
c07a1412f7
Card Details Popup and Sub-Popup's same look as the desktop view
2021-10-20 18:41:33 +02:00
Martin Filser
dae58d11c2
Card Details Popup only opened if not another popup is opened yet
...
e.g. this Popup's didn't opened:
- card sorting number
- edit received date
2021-10-20 18:41:33 +02:00
Martin Filser
fb66b84b58
Card Details, description edit is now saved at popup
2021-10-20 18:41:33 +02:00
Martin Filser
125c84b6b5
Card Details, Ctrl+Enter at description editing raised an error
...
Console:
Uncaught TypeError: can't access property "click", this.find(...) is null
2021-10-20 18:41:33 +02:00
Martin Filser
5f58ede7e3
Card Details Popup, edit of Checklist, Checklistitems and Description now works
...
- problem is that if a inlined-form is opened within a popup, the popup
is closed first
2021-10-20 18:41:30 +02:00
Martin Filser
0f69282eec
Card Details Popup, Activities (comments) are now displayed
2021-10-20 18:40:41 +02:00
Martin Filser
24b0613bac
Card Details Popup, Checklist is now displayed
2021-10-20 18:40:41 +02:00
Martin Filser
4a87d5f0f3
Card Details Popup, Labels and Checklistitems were too much displayed at the "bottom"
2021-10-20 18:40:41 +02:00
Martin Filser
09b127b648
Card Details as Popup
2021-10-20 18:40:41 +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