-
Notifications
You must be signed in to change notification settings - Fork 347
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
35
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
35 commits
Select commit
Hold shift + click to select a range
e444694
Adds settings for creating new cards at the top or bottom of stacks
theoholl e2b6939
Add a button for adding cards to the top or bottom of a stack
theoholl 8e62890
Move 'Add card' button at bottom of stack right underneath last card …
theoholl 8912d67
Add fade-out gradient for overflowing stacks
theoholl ef6b136
Use a different approach for the overflow gradient because CSS `mask-…
theoholl 60aa2d0
Forms to add a new card can be close by pressing enter key
theoholl 0487058
Merge remote-tracking branch 'origin/main' into add-new-cards-to-top-…
theoholl 6e41520
Improve position of 'Add card' button for empty stacks when setting i…
theoholl 8988831
Keep the default setting adding cards to the bottom of a list
theoholl 5a12a1a
Use a real + icon instead of using text for 'Add card' button
theoholl 5744226
Removed duplicated user account check and improved method naming
theoholl 050a23d
Fix cypress tests
theoholl fb0be1c
Merge branch 'main' into add-new-cards-to-top-or-bottom
theoholl bcaea9d
Fix a cypress test
theoholl 1971a97
Simplify JS, use CSS for layout instead if possible
theoholl 405dc44
Avoid layout shift when clicking the 'Add to card' button in add-to-t…
theoholl 08aaf0f
Use muted colors for 'Add card' button
theoholl d98a261
Fix dropzone for empty add-to-bottom stacks
theoholl 95dd1c0
Remove all transitions and make remove padding from empty card lists …
theoholl fc05c33
Clean up CSS selectors
theoholl edfa253
Improve drop behaviour for empty stacks
theoholl 7b48ec8
Simplify add-cards-to-bottom stacks
theoholl a6ef37c
Fix new card focus animation for add-to-top stacks
theoholl 1b86b77
Merge remote-tracking branch 'origin/main' into add-new-cards-to-top-…
theoholl 50a55b7
Revert package-lock.json to `origin/main`
theoholl c61e8e7
Remove add button form duplication
theoholl d09e436
Extract add card form to keep tab order intact
theoholl 4b351c0
Merge remote-tracking branch 'origin/main' into add-new-cards-to-top-…
theoholl 7e606fa
Fix card insertion position
theoholl 7e5bc4c
fix(create): centralize insert-at-position handling and close add-car…
theoholl 2d224ee
Revert(create): restore explicit insertAtPosition opt-in
theoholl 5cd6419
Remove unused stack__cards-list class and reorderCard return value
theoholl da424bd
Clean up review findings
theoholl f5fbe5a
Simplify bottom add-card layout
theoholl 9a937d4
Restore bottom add-card spacing
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.