-
Notifications
You must be signed in to change notification settings - Fork 350
Add new cards to top or bottom #8181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
theoholl
wants to merge
34
commits into
main
Choose a base branch
from
add-new-cards-to-top-or-bottom
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
56c5726
Adds settings for creating new cards at the top or bottom of stacks
theoholl b90474f
Add a button for adding cards to the top or bottom of a stack
theoholl 0e0e35f
Move 'Add card' button at bottom of stack right underneath last card …
theoholl 5842a1d
Add fade-out gradient for overflowing stacks
theoholl 54abb50
Use a different approach for the overflow gradient because CSS `mask-…
theoholl 8612dd3
Forms to add a new card can be close by pressing enter key
theoholl f5f247e
Improve position of 'Add card' button for empty stacks when setting i…
theoholl 62aabfd
Keep the default setting adding cards to the bottom of a list
theoholl 8fe211c
Use a real + icon instead of using text for 'Add card' button
theoholl d8b2e39
Removed duplicated user account check and improved method naming
theoholl a4b3347
Fix cypress tests
theoholl a1cb383
Fix a cypress test
theoholl b5b1c9a
Simplify JS, use CSS for layout instead if possible
theoholl 35c6435
Avoid layout shift when clicking the 'Add to card' button in add-to-t…
theoholl 0d68151
Use muted colors for 'Add card' button
theoholl 98c0568
Fix dropzone for empty add-to-bottom stacks
theoholl 3d2bcca
Remove all transitions and make remove padding from empty card lists …
theoholl 5afd6e2
Clean up CSS selectors
theoholl e53ab0d
Improve drop behaviour for empty stacks
theoholl d0d3f9b
Simplify add-cards-to-bottom stacks
theoholl 882d01f
Fix new card focus animation for add-to-top stacks
theoholl dd12331
Remove add button form duplication
theoholl eb69900
Extract add card form to keep tab order intact
theoholl 7e06202
Fix card insertion position
theoholl edd23b6
fix(create): centralize insert-at-position handling and close add-car…
theoholl 9082f67
Revert(create): restore explicit insertAtPosition opt-in
theoholl beab02c
Remove unused stack__cards-list class and reorderCard return value
theoholl a64d40f
Clean up review findings
theoholl 2922493
Simplify bottom add-card layout
theoholl 94985b7
Restore bottom add-card spacing
theoholl 6fed78b
Fix StackCardAdd CSS covering card content in bottom mode
Copilot 41f18c6
Add matching bottom list gradient
Copilot f90fc44
Fix flaky Smart picker visibility assertion
Copilot eb4fb1a
Fix Stack.vue conflict resolution
theoholl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Insertion and order normalization are one transaction, so a failed reorder cannot leave the new card stored with conflicting positions.