Lauri Ojansivu
b9d98f58cf
Fix typo.
2021-11-26 00:56:16 +02:00
Martin Filser
a190600934
Custom Field StringTemplates didn't save the last input value on touch devices
2021-11-25 23:48:54 +01:00
Martin Filser
2566286e86
Copied tooptip did only work at mobile view, now on desktop view too
2021-11-25 23:20:35 +01:00
Martin Filser
8bf3841e6c
Added copy button to edit Checklist and Checklist-Items editor
2021-11-25 23:16:09 +01:00
Martin Filser
7a959ef1a2
Added copy button to new Checklist and Checklist-Items editor
2021-11-25 23:16:09 +01:00
Martin Filser
5525247f52
Copied! Tooltip of card link showed also "Copied!" at the comments
2021-11-25 23:16:09 +01:00
Martin Filser
7444c11c82
Moved "copied!" code to Utils
...
- same implementation in all files, so it's better to have one function
for it
2021-11-25 23:16:09 +01:00
Martin Filser
08ee969445
Added animation to tooltip "copied!"
2021-11-25 23:16:09 +01:00
Martin Filser
4bfa727e9e
Show a "copied!" tooltip after successfull URL copy
2021-11-25 23:16:09 +01:00
Martin Filser
0227b38845
Copy card url works now again
...
Fixes : #4155
2021-11-25 23:13:29 +01:00
Martin Filser
c9071a74bc
jquery-ui works now with touch devices
...
- the "old" implementation at wekan source code didn't work anymore with
jquery-ui@1.13.0, so it's necessary to use another package to get it
work again
2021-11-25 22:42:06 +01:00
Lauri Ojansivu
6dbb8c8c68
Merge pull request #4179 from Ben0it-T/master
...
Show or hide members and assignee(s) on minicard
2021-11-25 23:39:35 +02:00
Ben0it-T
533eb41249
Show or hide members and assignee(s) on minicard
2021-11-25 22:27:19 +01:00
Martin Filser
b58e1c0102
Show helper at label drag/drop if label popup opened from card details popup
2021-11-25 17:11:22 +01:00
Martin Filser
37faa41d97
Fixed label popup at desktop view (add and remove labels)
...
Fixes : #4156
2021-11-25 06:59:52 +01:00
Martin Filser
f9c179e9df
Fix label width oversize bug
...
Happens at Firefox zoom level 90%, probably on Windows...
Fixes: https://github.com/wekan/wekan/pull/4073#issuecomment-971563178
2021-11-17 16:57:23 +01:00
Martin Filser
f4a3363f6f
replace Session key popupCard with popupCardId (better meaning of what the variable contains)
2021-11-12 17:45:52 +01:00
Martin Filser
4733afe4eb
Global Search Card Popup has now every data if the search was opened from another board
...
- the global search only returns the card details data needed to display
the search results, but for opening the popup card details a lot more
information is needed. It already worked if the data was already in the
minimongo, but if not, nearly nothing was displayed
2021-11-12 17:45:52 +01:00
Martin Filser
cbf91c1869
Checklist and Checklist-Item have now a bigger area to click (easier clickable)
2021-11-11 21:04:22 +01:00
Martin Filser
70777cfce8
Checklist and Checklist-Items on mobile view scroll the screen when drag/drop them to top/bottom
2021-11-11 20:59:58 +01:00
Martin Filser
f74fab64b6
Checklist and Checklist-Item editing closes all other inlined forms
2021-11-11 20:59:58 +01:00
Martin Filser
67f614ffb0
Card delete closes now the popup after delete confirmation
2021-11-11 19:32:58 +01:00
Martin Filser
7f7ef0a914
Move card to bottom - close Popup / back to previous popup
2021-11-11 19:32:58 +01:00
Martin Filser
4acf3738ca
Card color remove closes now the popup
2021-11-11 19:32:58 +01:00
Ben0it-T
3bc2862ae2
Card Details, add missing hr line (before Activity title)
2021-11-04 23:05:56 +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
a686a18809
Fix: Card color setting reloaded the board (hotfix)
...
- There is another issue why the board get's reloaded again. If i comment
out the whole events() block so the card color is not saved, the boards
get reloaded too ...
2021-10-28 12:41:12 +02:00
Martin Filser
c7ab0403a6
Card watching closes now the popup after confirmation
2021-10-28 12:40:18 +02:00
Martin Filser
f90fb28483
Card archive closes now the popup after confirmation
2021-10-28 12:40:18 +02:00
Martin Filser
fecb9cdb66
Popup#afterConfirm popup broke features like "Archiv Cards", "Upload Attachements" and so on -> fixed
2021-10-28 12:40:18 +02:00
Martin Filser
e9c1b2b2c4
Fix: Labels on desktop view can be added/deleted again
2021-10-27 17:29:11 +02:00
Martin Filser
94f8fb2393
Fix: Labels at desktop view with enabled drag handles were sortable
2021-10-27 17:29:11 +02:00
Martin Filser
2055d916e9
Labels/Drag handles on desktop view with drag handles were too long
2021-10-27 17:29:11 +02:00
Martin Filser
c8b8fb83dc
Labels drag/drop
2021-10-27 08:02:46 +02:00
Martin Filser
0025212b3e
Minicard, label popup only opened if a label is clicked
2021-10-25 22:39:23 +02:00
Martin Filser
d79a35ea82
Minicard, label popup added
2021-10-25 22:39:23 +02:00
Martin Filser
53c827e134
Card dates, if deleted rules didn't apply on "unset date fields"
2021-10-25 17:37:19 +02:00
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
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