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
bfb3837ee4
Fix: On mobile infinite scrolling didn't work anymore
...
- listBody.js:755 doesn't trigger an event when scrolling
2021-11-25 23:42:07 +01:00
Martin Filser
6245982025
Settings, add some space between radio buttons
...
- Fixes : #4159
2021-11-25 23:28:30 +01:00
Martin Filser
f0cadf858d
New card comments have now the same color as card comment editing
2021-11-25 23:21:45 +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
6d3ecdea55
Changed copy icon to a "href" link
...
- mouse hover changes the icon
2021-11-25 23:16:09 +01:00
Martin Filser
7db1445d09
Added copy button to all editor's
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
2b7c5cfcb1
List adding has now a cancel button
2021-11-25 23:04:33 +01:00
Martin Filser
3c7ca87625
Don't scroll the screen more than the scrollbar would scroll
2021-11-25 22:42:06 +01:00
Martin Filser
126c9ab853
The Minicard dragging scrolls now the board at screen outside
2021-11-25 22:42:06 +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
Martin Filser
292e43466e
Card drag/drop scrolls now the list at top/bottom
2021-11-25 22:42:06 +01:00
Lauri Ojansivu
9e0de569dc
Merge pull request #4180 from mfilser/app_reconnect_link_not_clickable
...
App reconnect link wasn't clickable
2021-11-25 23:40:13 +02: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
Lauri Ojansivu
47540df916
Merge branch 'Emile840-master'
2021-11-25 23:34:28 +02:00
Martin Filser
4a19790b11
App reconnect link wasn't clickable
2021-11-25 22:33:40 +01:00
Ben0it-T
533eb41249
Show or hide members and assignee(s) on minicard
2021-11-25 22:27:19 +01:00
Emile NDAGIJIMANA
8662fd59fb
possibility of adding a custom legal notice page url
2021-11-25 19:31:20 +01:00
Martin Filser
38eccdb95b
Fixed label popup at desktop view (add and remove labels)
...
Fixes : #4156
2021-11-25 19:31:20 +01:00
Martin Filser
fae4d0be08
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-25 19:31:20 +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
Emile NDAGIJIMANA
f18658c0d2
Fix bug from issue #4173
2021-11-25 16:01:43 +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
Lauri Ojansivu
7aafb5e26e
Fix typo.
2021-11-17 00:36:42 +02:00
Lauri Ojansivu
02b6df320f
Show Nodejs heap stats only at Standalone WeKan.
...
Not shown at Sandstorm WeKan, because there's a bunch of machine performance data
Sandstorm doesn't expose to apps to prevent side channel attacks.
Thanks to ocdtrekkie and xet7 !
Fixes #4154
2021-11-17 00:26:40 +02:00
Lauri Ojansivu
1975673152
Merge pull request #4153 from marook/multi-selection-panel-opening
...
improve multi selection sidebar opening and closing
2021-11-16 18:05:52 +02:00
Markus Peröbner
1d523c1ede
improve multi selection sidebar opening and closing
...
this patch changes the open/close behavior of the sidebar when
activating and deactiviting the multi selection.
in the past activating the multi selection on a mini screen will hide
the cards and show the multi selection sidebar on the whole screen. a
user would need to hide the sidebar in order to select multiple
cards. this patch changes this behavior. the sidebar will no longer be
opened if the user is on a mini screen while activating the multi
selection.
in the past deactivating the multi selection would show the default
sidebar instead of the multi selection sidebar. after this patch the
default sidebar will only be shown if the sidebar was visible before
activating the multi selection.
2021-11-16 08:19:21 +01:00
Martin Filser
0fb6b6e519
List add always at the end of all lists
...
- if a sort number is higher than the count of lists, the list wasn't
added at the end
2021-11-15 18:56:12 +01:00
Martin Filser
fa9641ba7b
Fix adding list at mobile view, every list had a sort number 1
...
- html class list doesn't exist at mobile view. class js-list exists on
mobile and desktop view
2021-11-15 18:56:12 +01:00
Lauri Ojansivu
b392e515ca
Updated translations.
2021-11-15 19:20:31 +02:00
Lauri Ojansivu
b7928a9538
Updated translations.
2021-11-15 18:17:27 +02:00
Martin Filser
ba3fa2aaea
Boards view has now drag handles at desktop view if drag handles are enabled
2021-11-15 12:51:11 +01:00
Martin Filser
c5a7cf56bc
Fixed placeholder was not visible at list view (mobile view)
2021-11-15 12:35:25 +01:00
Martin Filser
8fe2e073c5
App reconnect is now possible if the connection was interrupted and takes to long for automatic reconnect
2021-11-15 12:08:43 +01:00
Lauri Ojansivu
e8e5616832
Merge pull request #4146 from mfilser/fix_trim_whitespace_at_multiline_editor_fields
...
Fixed trim whitespace at multiline editor fields
2021-11-15 13:05:04 +02:00
Martin Filser
a4ac34d8aa
Fixed trim whitespace at multiline editor fields
...
- before whitespaces were only trimmed if 2 or more whitespaces were at
the end of the line
- now every whitespace is trimmed at the end of each line
2021-11-15 11:58:08 +01:00
Lauri Ojansivu
e47f26a390
Merge pull request #4143 from Ben0it-T/master
...
[Adding organisations to the board] Layout improvement
2021-11-15 12:58:04 +02:00
Ben0it-T
1f6d96c873
[Adding organisations to the board] Layout improvement
2021-11-13 09:16:39 +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