| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Thanks to xet7 !
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Resolved #953
|
|/
|
|
|
|
|
|
| |
to make login work again.
- Fixes to docker-compose.yml so that Wekan Meteor 1.6.x version would work.
Most likely Meteor 1.8.x version is still broken.
Thanks to xet7 !
|
|\
| |
| |
| | |
https://github.com/hupptechnologies/wekan into hupptechnologies-ui-feature-drag-handler
|
| |
| |
| |
| | |
Resolved #1772
|