| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
| |
All Boards view Board names and Board descriptions](https://github.com/wekan/wekan/issues/2334).
Thanks to shaygover and xet7 !
Related #2334
|
|
|
|
| |
Thanks to justinr1234 !
|
| |
|
|
|
|
| |
Resolved #2371
|
|
|
|
| |
Resolved #2336
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Switch back to a custom spinner detection, as the IntersectionObserver
is eating a lot of CPU resources on idle.
This should also take care of #2250 properly: the previous `onDestroyed()`
was removing the resize and scroll callbacks, but they were not unique
enough, and they were shared across swimlanes. So if a list had 2 swimlanes
with spinners, when one was removed, the other was not triggering its
callbacks anymore.
Related: #2294
|
|
|
|
| |
Thanks to xet7 !
|
|
|
|
|
|
| |
Thanks to gerroon !
Related #2250
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This way, when a list is at the maximum number of cards shown and adding
a new card would make the spinner appear, the list would load the next
N items.
This can happen if user A and B are both looking at the same board,
B adds a new cards, and A will see the spinner and will not be able to
remove it.
|
|
|
|
|
|
|
|
|
|
|
| |
When loading a board on a high resolution screen, there is a chance there
is not enough cards displayed and the spinner is still there, spinning
forever.
Add an idle callback that checks if the spinner is still there, and while
it is there, extend the number of cards to show.
Fixes #2250
|
|
|
|
|
|
| |
Use IntersectionObserver instead of custom made one.
This adds the benefit of not loading any extra cards if the list is
not shown on screen
|
|\
| |
| | |
Fix #2266
|
| | |
|
|/
|
|
|
|
| |
- Fix card copy & move between boards with labels with same name
- Fix activities for labels when copying and moving card
- Fix activities for customFields when copying and moving card
|
| |
|
|
|
|
| |
Add element title modification
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- All Boards page [so it's possible to go back from subtask board](https://github.com/wekan/wekan/issues/2082)
- Board favorites
- New Sandstorm board first user is Admin and [has IFTTT Rules](https://github.com/wekan/wekan/issues/2125)
and Standalone Wekan Admin Panel. Probably some Admin Panel features do not work yet. Please keep backup of your grains before testig Admin Panel.
- Linked Cards and Linked Boards.
- Some not needed options like Logout etc have been hidden from top bar right menu.
- [Import board now works. "Board not found" is not problem anymore](https://github.com/wekan/wekan/issues/1430), because you can go to All Boards page to change to imported board.
and removes the following features:
- Remove Welcome Board from Standalone Wekan, [to fix Welcome board not translated](https://github.com/wekan/wekan/issues/1601).
Sandstorm Wekan does not have Welcome Board.
Thanks to xet7 !
Closes #2125,
closes #2082,
closes #1430,
closes #1601,
related #2205,
related #2070,
related #1695,
related #1192.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Mix lists with same name to avoid duplicates
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Archive all cards in list when list is archived
Remove default board in link popup
Only list non-template boards in card link and search
|
| |
| |
| |
| |
| | |
Allow creation of template boards with a linked card
Avoid changing the name of the template-container swimlanes
|
|/
|
|
|
|
| |
Insert the correct template type in templates board
Allow independant lists in templates board
Add some helpers
|
|
|
|
|
|
|
|
| |
mobile browser
Thanks to xet7 !
Closes #2183
|
|
|
|
|
|
|
|
| |
below,
to continue writing on same minicard 2nd line.
Thanks to bentiss!
|
|
|
|
|
|
|
|
|
|
|
| |
This allows to reduce the loading time of a big board.
Note that there is an infinite scroll implementation in the mixins,
but this doesn't fit well as the cards in the list can have arbitrary
height.
The idea to rely on the visibility of a spinner is based on
http://www.meteorpedia.com/read/Infinite_Scrolling
|
|
|
|
|
| |
And make the background clearer to visually separate the header from
the list of cards
|
|
|
|
|
|
|
|
| |
When `Show card count` is enabled, the lists with the card counts have
two lines of text while the lists without have only one.
This results in the box around the list headers are not of the same size
and this is visible when setting a color to the list.
|
|
|
|
|
|
|
|
|
| |
Hamburger menu only.
Note that I am definitively not responsible for the resulting Christmas
tree.
fixes #328
|
|
|
|
| |
No visual changes but allows to set a background color to the list header.
|
|
|
|
|
|
|
| |
This allows to use the header as a separator between swimlanes.
This will be most useful when we can set the background color of these
headers.
|
|
|
|
| |
Resolved #1772
|
| |
|
| |
|
|
|
|
|
|
|
| |
useful when having multiple boards, and at Sandstorm
there is only one board per grain. Thanks to ocdtrekkie and xet7.
Closes #1982
|
| |
|
|
|
|
|
|
| |
The card count was at the same level than the title, which made
reading the list title harder. Use the quiet and small class
to put it in the following line and not make it jump out of the screen
|
| |
|
| |
|
| |
|