-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add expandable subcategories with lazy loading #6325
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
EugenBodanov
wants to merge
17
commits into
saleor:main
Choose a base branch
from
EugenBodanov:main
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 8 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
741e2b5
feat(datagrid): add optional controlled row selection API
EugenBodanov 030ad7b
feat(selection): extend row selection hook with partial update helpers
EugenBodanov ad3d5fe
feat(categories): add expandable categories with lazy child loading a…
EugenBodanov 5fad13a
chore(vite): allow overriding dev server port via PORT_DEVSERVER
EugenBodanov 9307297
chore(deps): bump eslint-plugin-storybook to ^10.2.7
EugenBodanov 197e017
chore: update translations
EugenBodanov 8fd6fbc
Add changeset
EugenBodanov f5ccc28
feat(categories): add ripple for expandable rows
EugenBodanov 96a9b3e
Merge branch 'main' into main
lkostrowski 85d9f15
style(categories): replace ASCII arrows with Unicode chevrons
EugenBodanov f4cc146
feat(categories): persist expanded tree state and add collapse-all ac…
EugenBodanov 82d7af6
test(categories): add test coverage for expandable category list beha…
EugenBodanov 145d279
test(core): cover row selection helpers and vite dev server port over…
EugenBodanov 7f9b95b
feat(categories): replace expand glyphs with custom datagrid chevron …
EugenBodanov aa7641c
chore: add type declaration for vite.config.js
EugenBodanov b641c0b
Merge branch 'main' into main-custom
EugenBodanov 21981f2
test(categories): add test coverage for ChevronCell
EugenBodanov 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "saleor-dashboard": minor | ||
| --- | ||
|
|
||
| Added expandable rows to the Category list with lazy loading of subcategories and improved nested selection logic. |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.