Add new cards to top or bottom#8181
Open
theoholl wants to merge 14 commits into
Open
Conversation
Signed-off-by: Theo <36564257+theoholl@users.noreply.github.com>
Signed-off-by: Theo <36564257+theoholl@users.noreply.github.com>
…but make it stick in visible area on overflow Signed-off-by: Theo <36564257+theoholl@users.noreply.github.com>
Signed-off-by: Theo <36564257+theoholl@users.noreply.github.com>
…image` was cutting of dragged cards. Signed-off-by: Theo <36564257+theoholl@users.noreply.github.com>
Signed-off-by: Theo <36564257+theoholl@users.noreply.github.com>
…or-bottom # Conflicts: # src/components/board/Stack.vue
…s set to 'add to bottom' Signed-off-by: Theo <36564257+theoholl@users.noreply.github.com>
Signed-off-by: Theo <36564257+theoholl@users.noreply.github.com>
Signed-off-by: Theo <36564257+theoholl@users.noreply.github.com>
Signed-off-by: Theo <36564257+theoholl@users.noreply.github.com>
theoholl
marked this pull request as ready for review
July 19, 2026 17:16
Signed-off-by: Theo <36564257+theoholl@users.noreply.github.com>
theoholl
force-pushed
the
add-new-cards-to-top-or-bottom
branch
from
July 20, 2026 07:55
e5aa08a to
050a23d
Compare
theoholl
force-pushed
the
add-new-cards-to-top-or-bottom
branch
from
July 20, 2026 09:27
f911c83 to
7d7651c
Compare
Contributor
|
🐢 Performance warning. |
Signed-off-by: Theo <36564257+theoholl@users.noreply.github.com>
theoholl
force-pushed
the
add-new-cards-to-top-or-bottom
branch
from
July 20, 2026 09:42
7d7651c to
bcaea9d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Users can now toggle between adding cards to the top or the bottom of the stack. There is a new 'Add card' button that is on the side of the stack where the new card will be added. Settings has an option to toggle between adding new cards to the top or adding them to the bottom of the stack.
The default settings remains adding cards to the bottom of the stack.
Settings toggle for changing between adding cards to the top or the bottom of the stack:
Adding cards to the top of the stack:
Adding cards to the bottom of the stack:
Note: When using the 'add card to bottom of list' option, a dragged card must be dragged above the 'Add card' button and not within the whole height of the list like it when using the 'add card to top of list' option. I think this okay but it's a behavior change and worth thinking about.
Checklist