Lauri Ojansivu
e3a29ae82f
Merge pull request #3559 from lindhork/header_padding
...
added padding
2021-02-11 16:21:51 +02:00
Lauri Ojansivu
d6d40b35a5
Merge pull request #3557 from lindhork/master
...
Added possibility to specify hours in single digits in 24 hour format
2021-02-11 16:18:02 +02:00
lindhork
5c7b060f19
moved the house icon slightly right
2021-02-11 13:39:51 +01:00
Martin Filser
1f544fff52
Minicard, remove red line below member avatar icon
...
- fixes comment at #3515
https://github.com/wekan/wekan/issues/3515#issuecomment-777312174
2021-02-11 12:04:22 +01:00
lindhork
019520a793
added padding
2021-02-11 04:26:56 +01:00
lindhork
29c22efed0
Error message corrected
2021-02-11 03:55:16 +01:00
lindhork
650519683c
Added compatibility for single digit hours in 24 hours format
2021-02-11 03:54:12 +01:00
Martin Filser
e8b6b78dfa
Checklistitems are now inserted always at the end of the checklist
2021-02-09 16:08:05 +01:00
Lauri Ojansivu
60fedad3fe
Fixed lint.
...
Thanks to xet7 !
2021-02-08 21:11:13 +02:00
Martin Filser
8475201db8
Settings, "Show cards count" now shows also 1 card
2021-02-08 18:22:55 +01:00
Martin Filser
40907ef1d8
Settings, "Show cards count" max value now endless
...
- there could be users who want to enter moren than 99
2021-02-08 18:22:55 +01:00
Martin Filser
b79fc53265
Settings, "Show cards count" keyboard input possible
2021-02-08 18:22:55 +01:00
John R. Supplee
9a6a0b0047
Fix bug in adding new users
...
New `importUsernames` was not being parsed into an array before
calling `setCreateUser()`
Issue #3539
2021-02-08 18:48:59 +02:00
Martin Filser
e13fa0d2d1
Notifications, enable line wrapping #3527
2021-02-06 12:46:06 +01: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
b0522836e6
Set the language on TAPi18n when user selects language
...
When the `TAPi18n` initialization code was removed from an `autorun()`
it no longer is rerun when a user's profile language is changed.
2021-02-03 12:20:29 +02:00
Martin Filser
6c6cba51fa
Notification trash link was not visible if actifity text is too long
2021-02-03 00:20:56 +01:00
Martin Filser
28e23f9d87
Notification, each notification has now more space at top
2021-02-02 23:07:28 +01:00
Martin Filser
e31192e97e
Notification, split line was missing at mobile view
2021-02-02 23:02:45 +01:00
Martin Filser
26b7137b5c
Notification, Avatar overlaped at mobile view
2021-02-02 23:02:33 +01:00
Lauri Ojansivu
41e1f8fbc3
Merge branch 'sorted-archives' of https://github.com/bronger/wekan into bronger-sorted-archives
2021-02-02 20:56:09 +02:00
Lauri Ojansivu
f40c9804f8
Disable some console.log code, that is only needed while developing.
...
Thanks to xet7 !
2021-02-02 18:31:13 +02:00
Lauri Ojansivu
76ef6a81ab
Merge pull request #3519 from jrsupplee/issue-2074
...
Hopeful fix for i18n not working in `onRendered()`
2021-02-02 18:07:25 +02:00
John R. Supplee
e4f50d4713
Hopeful fix for i18n not working in onRendered()
...
* Remove the i18n initialization code from an `autorun()` block
* Add some console statements to help with debugging production.
* Add functions to `Boards` for label colors and color mapping
2021-02-02 17:56:18 +02:00
Torsten Bronger
678c8f6bf6
Printed archivedAt under every item in the archive.
2021-02-02 14:52:14 +01:00
Torsten Bronger
786c27bbec
Added sorting by archivedAt in the archive.
...
I use modifiedAt as a fall back for legacy cards which don't have archivedAt
set yet.
2021-02-02 14:52:12 +01:00
Martin Filser
e595aba189
Minicard, assignee and red line now aligned again
2021-02-02 09:24:26 +01:00
Martin Filser
ea67e94c47
Notification, fixed avatar icon (was an ellipse)
2021-02-02 08:45:37 +01:00
Martin Filser
b2c2067f7d
Avatar overlaped notifications #3515
2021-02-01 18:26:18 +01:00
John R. Supplee
b2af684c4d
JSON import: add note about unmapped members
2021-01-30 11:44:53 +02:00
John R. Supplee
0446999c63
Add new importUsernames field for import user mapping
2021-01-30 02:35:29 +02:00
John R. Supplee
3435192640
only use new RegExp(...) to define regex (not slashes)
2021-01-29 13:15:53 +02:00
John R. Supplee
6ba4da9711
Remove added backticks from regex
2021-01-28 23:42:47 +02:00
Lauri Ojansivu
f7cc1abc8e
Merge pull request #3500 from jrsupplee/patch-5
...
Fix some bugs when importing Wekan JSON
2021-01-28 19:08:34 +02:00
John R. Supplee
ad6da9bf37
Create unique board names when importing
2021-01-28 18:21:56 +02:00
John R. Supplee
d647884b91
Make sure user data is retrieved before proceeding with import
2021-01-28 18:18:31 +02:00
Lauri Ojansivu
0ff215f78f
Try to fix quotes in Global Search.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/3492
2021-01-28 17:51:35 +02:00
Lauri Ojansivu
334dfa5cb6
Added back Global Search related code that caused Snap to not build.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/3492
2021-01-28 16:31:49 +02:00
Lauri Ojansivu
442a7b0fcd
Removed Global Search related code that caused Snap to not build.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/3492
2021-01-28 01:29:52 +02:00
Lauri Ojansivu
c10f32cc30
Merge pull request #3492 from jrsupplee/new-search
...
Global Search Update
2021-01-27 19:11:21 +02:00
John R. Supplee
78a1d08a17
Bug fixes and buttons for previous and next page
...
* Use buttons for next and previous page in search results
* Add custom routine for stringifying and parsing the selector to JSON
so RegExp objects are preserved
2021-01-27 16:57:31 +02:00
Martin Filser
4effccf96e
Header, Quick Access, show boards at mobile view
2021-01-27 12:20:21 +01:00
Martin Filser
282505cde2
Header, Quick Access, Desktop and Mobile have now the same view
2021-01-27 12:20:06 +01:00
Martin Filser
d2d4c19196
Header, Scrollbar now also at desktop version if needed
2021-01-27 12:20:06 +01:00
Martin Filser
e6d42f21a2
Header, improve layout at Quick Access and Notifications on mobile view
2021-01-27 12:20:06 +01:00
Martin Filser
71483e8b04
Header, Notification doesn't overlap the avatar anymore at mobile view
2021-01-27 12:20:06 +01:00
Martin Filser
54a55a4a23
Header, Home-Button is now at the left of the Quick Access and not scrolled anymore
2021-01-27 12:20:06 +01:00
Martin Filser
bad4cc12b4
Header, Quick Access Navigation now scrollable
2021-01-27 12:20:06 +01:00
John R. Supplee
4e8fc46475
Start work on paging search results
2021-01-27 02:21:12 +02:00
John R. Supplee
6a32424a08
Add support for searching archived cards
...
* Add logic to search for archived or all cards
* Add icons to board, swimlane and list titles to indicate if they are archived
* Update search instructions
2021-01-26 18:39:09 +02:00