Tomasz Borychowski
d887e553ce
fix(scrollbar): remove custom scrollbar
5 years ago
Lauri Ojansivu
ba24c4e40c
All logged in users are now allowed to reorder boards by dragging at All Boards page and Public Boards page.
...
Thanks to xet7 !
Fixes #3147
5 years ago
Lauri Ojansivu
39519d1cc9
1) Public board default view to Swimlane.
...
2) When changing Public board view (sets view cookie), also reload page so view is changed immediately.
Thanks to xet7 !
5 years ago
Lauri Ojansivu
7f6d500cbe
Default view Swimlanes part 3: Change dropdown order to Swimlanes/Lists/Calendar.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
8c3322f9a9
Change default view to Swimlanes.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
f73ea218ee
Add Calendar Month Event List view.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
6a1bc167cf
Add some changes to Modern theme.
...
Thanks to jeroenstoker and xet7 !
Related #3086
5 years ago
Lauri Ojansivu
f9018fc3a8
Sorry marc1006, I had to revert deepcode.ai arrow function fixes because
...
Python API docs generator does not work all when code has arrow functions.
Thanks to xet7 !
5 years ago
Marc Hartmayer
fc9f0d8392
Sort callback should return 0 if values are equal
...
Fixes:
"The callback [:381] provided to sort [:381] should return 0 if the compared values are equal."
5 years ago
Marc Hartmayer
b2fee6a6c1
Use an arrow function inside forEach() instead of an anonymous function
...
Suggested by deepcode.ai.
5 years ago
helioguardabaxo
3b50b2c59f
Added Modern theme with Poppins font
5 years ago
helioguardabaxo
7a576f9ae4
Added natural theme
5 years ago
Lauri Ojansivu
3718dd4d45
Fix lint.
5 years ago
Lauri Ojansivu
98e255ccec
Fix Can't Scroll on All Boards on mobile phone. Added drag handles.
...
Thanks to xet7 !
Fixes #3096
5 years ago
CidKramer
45dea737bf
Added clearblue theme
5 years ago
Nico
3cc0a93e0e
Card vote options in new fork
5 years ago
Lauri Ojansivu
6afc9259f0
Smaller height for Add Board button.
...
Thanks to xet7 !
5 years ago
Marc Hartmayer
eddcb2260b
Reactivate the touch event fix for the boards list
...
This fixes https://github.com/wekan/wekan/issues/3049 .
5 years ago
Marc Hartmayer
ed0c64a270
Allow words in title/description to be able to break and wrap onto the next line
5 years ago
Marc Hartmayer
e63e7b1131
Allow variable height for board list items
...
This fixes https://github.com/wekan/wekan/issues/3041 .
5 years ago
Marc Hartmayer
f1b18d79cd
Don't interpret dragging an element as a click
...
Remove `enableClickOnTouch` as this behavior is not intuitive.
5 years ago
Marc Hartmayer
6476503137
Fix drag-and-drop and scrolling on mobile devices
...
Use drag handles on "miniscreens" whenever useful, this is especially useful on
mobile device. This should hopefully fix https://github.com/wekan/wekan/issues/2947 .
While at it, simplify the condition
Utils.isMiniScreen() ||
(!Utils.isMiniScreen() && showDesktopDragHandles)
to
Utils.isMiniScreen() || showDesktopDragHandle
5 years ago
Lauri Ojansivu
9e95c06415
Fix lint errors in lint error fix.
...
Thanks to xet7 !
5 years ago
Marc Hartmayer
b2acc3ba45
Multiple lint issue fixes
...
Found by using the command `meteor npm run lint:eslint:fix`.
5 years ago
boeserwolf
1a065ff351
Refactor variable names
5 years ago
boeserwolf
ef5f38f431
Make boards sortable
5 years ago
boeserwolf
10fcc19b7f
Add sortDefault helper for sorting boards
5 years ago
salleman
35ae07e2a6
debug isBoardAdmin on main page
5 years ago
Nico
edf52bc438
Public boards overview
5 years ago
Nico
f09219cbfd
Remove export button if WITH_API is not enabled
...
#2938
https://github.com/wekan/wekan/issues/2938#issuecomment-589782402
5 years ago
Lauri Ojansivu
e7d2343593
Move "Rules" from "Board View" to "Board Settings".
...
Thanks to helioguardabaxo and xet7 !
Closes #2973
5 years ago
Lauri Ojansivu
bf78b093ba
Try to disable dragging Swimlanes/Lists/Cards/Checklists/Subtasks on small mobile smartphones webbrowsers, and hide drag handles on mobile web.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
1350694538
Add Board Card Settings to Show on Card only some of it's fields.
...
Default WYSIWYG comment editor not enabled, use markdown instead.
5 years ago
dollybean
0b00a8095c
Customize of some card's functions
5 years ago
Lauri Ojansivu
d5a8ec1c36
Remove 1st implementation of collapse swimlanes. I will do it
...
differently in next 2nd implementation.
Thanks to xet7 !
6 years ago
Lauri Ojansivu
8898862d36
Fix lint errors.
6 years ago
Lauri Ojansivu
788dd0a81a
Fix lint errors.
6 years ago
Lauri Ojansivu
115d23f929
Use database when logged in. Continued.
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
4786b0c18d
Use database when logged in. Continued.
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
351d4767d7
When logged in, use database for setting, so that changes are
...
immediate. Only on public board use cookies.
Comment out Collapse CSS that is not in use.
Thanks to xet7 !
6 years ago
Lauri Ojansivu
96abe3c691
New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.
...
New feature, not set visible yet, because switching to it does not
work properly yet: Collapsible Swimlanes #2804
Fix: Public board now loads correctly. When you select one of Lists/Swimlanes/Calendar view and
reload webbrowser page, it can change view. Closes #2311
Fix: List sorting commented out. Closes #2800
Fix: Errors hasHiddenMinicardText, hasShowDragHandles, showSort, hasSortBy, profile,
FirefoxAndroid/IE11/Vivaldi/Chromium browsers not working by using
cookies instead of database.
More details at https://github.com/wekan/wekan/issues/2643#issuecomment-554907955
Note: Cookie changes are not always immediate, if there is no effect,
you may need to reload webbrowser page.
Closes #2643 .
Thanks to xet7 !
6 years ago
Lauri Ojansivu
274a997e62
Fix card, list and swimlane move.
...
Allow moving cards in multiselect mode.
Closes #2771 ,
closes #2743 ,
closes #2704 ,
related #2081
6 years ago
Lauri Ojansivu
537a48bede
Fix card, list and swimlane move.
...
Closes #2771 ,
closes #2743 ,
closes #2704 ,
related #2081
6 years ago
Lauri Ojansivu
7d6d3af54a
Add Features: allowing lists to be sorted by modifiedAt when not in draggable mode.
...
Bug Fix #2093 : the broken should be prior to file attachment feature introduced, and tested export board is working.
Thanks to whowillcare !
( xet7 merged this pull request manually from https://github.com/wekan/wekan/pull/2756 )
Closes #2093
6 years ago
Sam X. Chen
bc2a20f04e
Add Feature: allow user to sort Lists in Board by his own preference, boardadmin can star list
6 years ago
Lauri Ojansivu
5bc355f9a5
Drag handles. In progress.
6 years ago
Sam X. Chen
62b72a03c4
Add feature: Add due timeline into Calendar view
6 years ago
Lauri Ojansivu
03d7fc02ec
Drag handles. In Progress.
6 years ago
Lauri Ojansivu
57119868bb
Revert drag handle changes.
...
Thanks to Keelan !
Related #2704
6 years ago
Lauri Ojansivu
ff550e9110
Mobile and Desktop drag handles part 1.
...
Thanks to xet7 !
Related #2081
6 years ago