-
Notifications
You must be signed in to change notification settings - Fork 361
fix(Select): improved label filtering #3891
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
RylanBot
wants to merge
30
commits into
develop
Choose a base branch
from
rylan/feat/select/filterable
base: develop
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 28 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
0c9e573
feat(Select): optimize custom node rendering
RylanBot a95f2db
refactor: optimize value display logic
RylanBot 8ec8e7d
fix(useSingle): update placeholder logic
RylanBot 259ed00
chore(Option): update deps import orders
RylanBot ba42885
fix(useSingle): improve label handling and typing state management
RylanBot 5766fce
chore(useSingle): rename variables for clarity
RylanBot 105862d
fix(Cascader): improve title handling
RylanBot 58394d5
fix: `autoWidth`
RylanBot fb71e06
Merge remote-tracking branch 'origin' into rylan/feat/select/filterable
RylanBot f784914
Merge remote-tracking branch 'origin' into rylan/feat/select/filterable
RylanBot 5e3edce
chore: update snapshots
RylanBot 8ecbc38
Merge remote-tracking branch 'origin' into rylan/feat/select/filterable
RylanBot 817211b
fix: calc width
RylanBot 7abbf3a
chore: update snap
RylanBot 7179cb0
Merge remote-tracking branch 'origin' into rylan/feat/select/filterable
RylanBot 0ab0a21
Merge remote-tracking branch 'origin' into rylan/feat/select/filterable
RylanBot a3a6c55
refactor: use `min-height` instead of `height` for custom element
RylanBot f362de1
Merge remote-tracking branch 'origin' into rylan/feat/select/filterable
RylanBot bf2c5d3
Merge remote-tracking branch 'origin' into rylan/feat/select/filterable
RylanBot 2b9024e
fix: avoid `Cannot read properties of null`
RylanBot 7e9bc75
fix: auto width
RylanBot 59e8937
Merge remote-tracking branch 'origin' into rylan/feat/select/filterable
RylanBot 77f5605
fix: revert lint
RylanBot c7a6af5
fix: min-width
RylanBot 4c00288
fix: calc width
RylanBot dd9f8a0
Merge remote-tracking branch 'origin' into rylan/feat/select/filterable
RylanBot cdb87dd
chore: remove comments
RylanBot 8fb5fbc
chore: optimize code
RylanBot 66f3a46
fix: simplify logic
RylanBot 7056f2d
Merge remote-tracking branch 'origin' into rylan/feat/select/filterable
RylanBot 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 |
|---|---|---|
|
|
@@ -15,3 +15,4 @@ static/ | |
| packages/common | ||
| packages/ai-core | ||
| site/engineering/static | ||
| packages/components/**/type.ts | ||
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
Submodule common
updated
16 files
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
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.