-
Notifications
You must be signed in to change notification settings - Fork 23
Collapse/expand for the queue sections #178
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
theMackabu
wants to merge
12
commits into
stylessh:main
Choose a base branch
from
theMackabu:themackabu/persist-collapse
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
12 commits
Select commit
Hold shift + click to select a range
38580a4
make command palette items flush
theMackabu d51b876
prevent miniflare gc crash
theMackabu 800f652
persist collapse state in issues/repo
theMackabu 8e8e141
grouping logic disabled state
theMackabu da694d8
animate collapse/expand
theMackabu 1333b9a
undo changes to package.json to prevent conflict
theMackabu fc6cf34
reduce code duplication, add unique by id count for header/nav
theMackabu 7f5548f
centralize animated header and prevent long lists from accordion snap…
theMackabu 3c54865
expand and scroll to selected item from card stats
theMackabu 3d15031
apply coderabbit suggestions
theMackabu 34872e2
remove the dropdown animation
theMackabu fb028be
Merge branch 'main' into themackabu/persist-collapse
theMackabu 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
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.
🧩 Analysis chain
🏁 Script executed:
Repository: stylessh/diffkit
Length of output: 144
🏁 Script executed:
Repository: stylessh/diffkit
Length of output: 4094
🏁 Script executed:
Repository: stylessh/diffkit
Length of output: 6903
🏁 Script executed:
Repository: stylessh/diffkit
Length of output: 2251
Breaking API change requires fixes in consuming modules.
DetailPageSkeletonLayoutno longer acceptsmainItemCountparameter and no longer exportsStaggerItem. However, both are still imported and used in:workflow-job-page.tsx(line 20 importsStaggerItem; line 236 passesmainItemCount={2}; lines 237–253 render<StaggerItem>components)workflow-run-page.tsx(line 12 importsStaggerItem; line 168 passesmainItemCount={3}; lines 169–190 render<StaggerItem>components)These imports and usages will fail type-check and build until both files are updated to use the new
sidebarSectionCountprop instead and removeStaggerItemwrapping.🤖 Prompt for AI Agents