Martin Filser
7aaa853d1b
Edit list title on mobile view uses whole grid layout
4 years ago
Martin Filser
e32225e18f
Vertical center align list hamburger menu on mobile view
4 years ago
Martin Filser
d7f903f3cd
Fixed inlined form (title edit) on mobile view
4 years ago
Martin Filser
f0ebfb7f58
List header styling on mobile view
...
- nearly to the same as in desktop view
4 years ago
Martin Filser
f660dcaa86
List header menu in the right of "cards count"
4 years ago
Martin Filser
daa5de7011
Move list header menu to top
...
- fix overflow bug if list name is too long
https://github.com/wekan/wekan/pull/4195#issuecomment-981878664
4 years ago
Martin Filser
4a4bfef888
Restored padding-left to 4px
4 years ago
Martin Filser
a2cefc595e
Move "Add card to bottom" to hamburger menu
4 years ago
Martin Filser
892828c02e
Restored icon color
4 years ago
Martin Filser
9cf8af0416
Plus and arrow icon as "one icon", no space between them
4 years ago
Martin Filser
2767c444b2
Add arrow up icon in the right of the plus icon
4 years ago
Martin Filser
a7b7bfafb5
Add arrow down icon in the right of the plus icon
...
- there isn't a good plus icon which means the card is added at the
bottom, so i try to use 2 icons for this feature
4 years ago
Martin Filser
861b98ea37
List header contains now a button to add the card to the bottom of the list
4 years ago
Martin Filser
bfb3837ee4
Fix: On mobile infinite scrolling didn't work anymore
...
- listBody.js:755 doesn't trigger an event when scrolling
4 years ago
Martin Filser
c5a7cf56bc
Fixed placeholder was not visible at list view (mobile view)
4 years ago
Martin Filser
f852474b56
Mobile View, list header is now always at top and only lists/cards view have a scroll area
4 years ago
Tomasz Borychowski
d887e553ce
fix(scrollbar): remove custom scrollbar
5 years ago
Marc Hartmayer
9b9e3c9e0c
Fix list header height when cards count is shown
5 years ago
Lauri Ojansivu
6a89605477
Some drag handle fixes.
...
Thanks to xet7 !
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
Lauri Ojansivu
f3b858ca21
Revert drag handle changes.
6 years ago
Sam X. Chen
e60926f847
#2738 adding all pertinent help file for due days, plus modified the .list-header-name when in mobile mode
6 years ago
Lauri Ojansivu
98c38fe58f
Drag handles continue. In progress.
...
Thanks to xet7 !
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
Lauri Ojansivu
34b2168d0d
Add Wekan v2.95-v2.97 master branch features and fixes to meteor-1.8 branch.
...
Thanks to xet7 !
6 years ago
Benjamin Tissoires
9bf19f81a4
Fix card count position
...
When introducing markdown in the title (b795115042
), the card
count got pushed outside of the List Header.
Add its own style (by manually merge small and quiet), and restore its
original placement.
Fixes #2403
6 years ago
hupptechnologies
14ef0ab6d1
Issue : Mobile UI Center cards in list view #2371
...
Resolved #2371
6 years ago
hupp-mac-4
dc11e0c79c
Issue: Full width of lists and space before first list #2336
...
Resolved #2336
6 years ago
Lauri Ojansivu
2ca98e477d
- Fix2: Remove overlap of side bar button with card/list menu button on mobile browser
...
Thanks to xet7 !
Closes #2183
6 years ago
Benjamin Tissoires
66bc1f28dd
Use infinite-scrolling on lists
...
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
6 years ago
Benjamin Tissoires
30d082e709
Use infinite-scrolling on lists
...
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
6 years ago
Benjamin Tissoires
33977b2282
lists-color: only colorize the bottom border
...
And make the background clearer to visually separate the header from
the list of cards
6 years ago
Benjamin Tissoires
97d95b4bcb
ui: lists: make sure all lists boxes are the same height
...
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.
6 years ago
Benjamin Tissoires
d0a9d8c581
colors: add per list color
...
Hamburger menu only.
Note that I am definitively not responsible for the resulting Christmas
tree.
fixes #328
6 years ago
Benjamin Tissoires
78c779faaf
client: lists headers: use padding instead of margin
...
No visual changes but allows to set a background color to the list header.
6 years ago
Benjamin Tissoires
dd88eb4cc1
swimlane-view: have the swimlane header horizontal
...
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.
6 years ago
Andrés Manelli
f76d8e47a8
Refactor imported -> linked in components
7 years ago
Andrés Manelli
dcc7b2970f
Add UI for importing card-as-card and board-as-card
7 years ago
Andrés Manelli
ed8471be9b
Fix scroll when dragging elements. Remove scrollbars from swimlanes.
7 years ago
Lauri Ojansivu
128a356b92
- Fix Scrollbar near top of screen when using internet explorer on Win7
...
Thanks to lunatic4ever ! Closes #1524
7 years ago
Lauri Ojansivu
b6d3e79548
Remove list max-height 350px. Thanks to xet7 !
...
Closes #1512 , closes wekan/wekan-snap#35
7 years ago
Andrés Manelli
a033c35a34
Fix scrollbar inside list and outer scroll
7 years ago
Andrés Manelli
ee2a43dd5b
Add siwmlane button. Allow card drop between swimlanes
7 years ago
DPLV\dpoz
e5193870fc
working fix for wekan/wekan#476 in lists
...
working fix for wekan/wekan#476 in lists
7 years ago
Thuan Pham Quoc
d5d661b131
Fixed - make it easier to see the Adding Card btn at top of list
8 years ago
nztqa
c31d7455f7
Optimize for mobile web, show single list per page with navigate bar
8 years ago
amadilsons
fdd1aad80d
added soft wip limit feature, fixed wipLimit=0 bug (??)
8 years ago
amadilsons
089dbf0cf6
on its way
8 years ago