This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
feat(select): Add new UX styles and behavior to select #1097
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
5e244b7
WIP
amsheehan 570f1fd
WIP
amsheehan 226ad9e
feat(select): Update styles and add ripples
amsheehan b4b46f1
WIP
amsheehan 3cda334
feat(select): Improve style of select
amsheehan 274343b
feat(select): Implement suggestions in PR comments
amsheehan 257238f
WIP
amsheehan c185392
Merge branch 'master' into feat/select-improvements
amsheehan cbb0bf5
chore(select): try and merge these
amsheehan f0319c9
Merge branch 'master' into feat/select-improvements
amsheehan 1f0ae99
feat(select): Remove hover ink wash
amsheehan 28a8c11
feat(select): Add style updates to MDC Select, update tests and docs
amsheehan 689cf23
feat(select): Change stylelint directive, update dependencies, add ri…
amsheehan 14bf9a6
Merge branch 'master' into feat/select-improvements
amsheehan 845576e
WIP
amsheehan 98ef434
Merge branch 'feat/select-improvements' of github.com:material-compon…
amsheehan d52cb82
feat(select): Update styles for select
amsheehan fb7e70b
feat(select): Fix merge conflicts
amsheehan 2314b5f
feat(select): Fix breaking tests
amsheehan b9d0baf
feat(select): Implement new styles. Patch up RTL context
amsheehan 661708b
feat(select): Add styles for ripple in dark theme
amsheehan b0dc987
feat(select): Fix different height bottom lines, remove hover state f…
amsheehan 6121632
feat(select): Change language in README, remove invalid attribute fro…
amsheehan b611d17
WIP
amsheehan a08578b
feat(select): Remove unnecessary constructor method
amsheehan 5bc86c6
feat(select): Address comments
amsheehan 84a4108
feat(select): Improve language in README
amsheehan 1a68a35
WIP
amsheehan 65ff407
feat(select): Revert menu foundation
amsheehan 7b819aa
feat(select): Resolve conflict with menu
amsheehan 9a8abe8
WIP
amsheehan 40d5442
feat(select): Add flex-grow to appease Microsoft browsers, update tests
amsheehan d9ef1df
feat(select): Fix css linter comment
amsheehan c932e62
WIP
amsheehan a5fdc64
feat(select): Fix disabled behavior
amsheehan 9b6553d
feat(select): Revert README to former glory
amsheehan 1063e6d
feat(select): Add styles to change bottom line to primary color when …
amsheehan 4d1ba25
Merge branch 'master' into feat/select-improvements
amsheehan 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 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.
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.
Why were these (and not Vegetables) removed? More specifically, removing these and leaving a disabled option (with the intent of being a group header) as the last item seems like bad/confusing UX.
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.
The intention is not about making a group header. It is about a disabled option. The others were removed for the sake of brevity.