| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Fix authentication dropdown
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
mobile browser
Thanks to xet7 !
Closes #2183
|
| |
| |
| |
| |
| |
| |
| |
| | |
mobile browser
Thanks to xet7 !
Closes #2183
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Since 7cc185ac "Properly fix horizontal rendering on Chrome and Firefox"
The rendering of the new design of the swimlanes was correct, but this
commit broke the reordering capability. Having the swimlane header at
the same level than the lists of cards makes the whole sortable
pattern fail.
2 solutions:
- revert to only have 1 div per swimlane. But this introduces the firefox
bug mentioned in 7cc185ac, so not ideal
- force the sortable pattern to do what we want.
To force the sortable pattern, we need:
- add in the helper a clone of the list of cards (to not just move the
header)
- make sure the placeholder never get placed between the header and the
list of cards in a swimlane
- fix the finding of the next and previous list of cards.
For all of this to be successful, we need to resize the swimlanes to a
known value. This can lead to some visual jumps with scrolling when you
drag or drop the swimlanea. I tried to remedy that by computing the new
scroll value. Still not ideal however, as there are still some jumps when
dropping.
Fixes #2159
|
|\|
| |
| |
| | |
feature-improve-authentication
|
| | |
|
| |
| |
| |
| | |
Thanks to xet7 !
|
| | |
|
| |
| |
| |
| | |
Thanks to ChronikEwok !
|
|/
|
|
|
|
|
|
|
|
|
| |
Sandstorm Shared Wekan Board
Link](https://github.com/wekan/wekan/issues/1623) with
[code from ChronikEwok](https://github.com/ChronikEwok/wekan/commit/cad9b20451bb6149bfb527a99b5001873b06c3de).
Thanks to ChronikEwok !
Closes #1623
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Thanks to xet7 !
Closes #2061
|
|
|
|
|
|
|
| |
We actually want the vertical scrolling to be fixed when opening the
card details.
I am not sure where the `100` value comes from, but this makes the
scrolling happy on the swimlane view and on the lists view.
|
|
|
|
| |
We should take a full screen minus the header height
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 74cf9e2573 "- Fix Firefox left-rigth scrollbar."
This reverts commit 9dd8216dfb.
"- Fix cards below swimlane title in Firefox by making
[previous fix](https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb)"
And this partially reverts commit dd88eb4cc
The root of the issue was that I was adding a new div and nesting
the list of lists in this new list. This resulted in some
weird behavior that Firefox could not handled properly
Revert to a code colser to v2.02, by just having the
swimlane header in a separate line, and keep only one
flex element.
fixes #2137
|
|
|
|
|
|
| |
Thanks to xet7 !
Closes #2137
|
|
|
|
|
|
|
|
| |
fix](https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb)
Firefox-only.
Thanks to xet7 !
|
|
|
|
|
|
|
|
| |
bug](https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb).
Thanks to xet7 !
Closes #2134
|
|
|
|
|
|
|
|
|
|
|
| |
When a list have more cards that can fit in the screen, the members icons
are drawn on top of the swimlane below and the scrollbar is not available.
According to https://github.com/utatti/perfect-scrollbar the container
must have an `overflow: hidden` css style.
When changing the swimlane header from vertical to horizontal, dd88eb4cc19
broke this which led to this weird bug.
|
|
|
|
|
| |
Jade allows a simpler approach than my initial manual update.
Just declare the correct ReactiveVar and accessor, and done.
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
When moving around the swimlanes or the lists, if one element has a sort
with a null value, the computation of the new sort value is aborted,
meaning that there are glitches in the UI.
This happens on the first swimlane created with the new board, or when
a swimlane or a list gets added through the API.
|
|
|
|
| |
fixes #1688
|
| |
|
|
|
|
|
| |
Still need to create the swimlane right after the one that has been
created
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
| |
To unset the color through the IFTTT, we need a white entry.
However, we do not want to show the white enry in the hamburger
`Set Color` entry.
We can also give the `white` capability to the API, it won't hurt
and be more straightforward.
|
| |
|
| |
|
|
|
|
|
| |
This allows to show checks on the color with the correct color instead
of plain white.
|
|
|
|
|
|
|
| |
This fixes commit 44e4df2492b95226f1297e7f556d61b1afaab714.
When the label has a name, not setting `translatedname` results in a
blank item in the IFTTT label trigger.
|
|
|
|
| |
Thanks to xet7 !
|
|
|
|
| |
When triggered from the hamburger
|
| |
|
|
|
|
|
|
| |
Currently only dropdown, no palette
Fixes: #428
|
|
|
|
| |
Currently the only way to set it is via the REST API
|
|
|
|
| |
Thanks to xet7 !
|
|
|
|
| |
Thanks to xet7 !
|
|
|
|
| |
Thanks to xet7 !
|
|\
| |
| |
| | |
Angtrim-feature-rules
|
| | |
|
| | |
|
| | |
|
| | |
|