You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* initial impl for overflow behaviour
* scroll behaviour initial commit - wip
* overflow and scroll behaviour and styles
* introduce scroll arrow buttons
* scroll behaviour in dept
* revert back stories to original state
* Fix types and align/variant issues
* Use separate component for arrow buttons
* fade out affects on scroll ends
* type issues and some refactor
* style refactor & theming & scrollIntoView from primer behaviour
* Update documentation
* Update documentation
* add changeset
* remove scroll story until finding a way to simulate coarse pointer
* add single variant selection to ActionList
* take more button into account when calculating & code review feedback
* remove scroll behaviour - due to accessibility concerns
* hover state remove on mobile and improvments on more btn functionality
* remove prop controls and align story
* update tests and docs
* update docs
* overflow effect improvments
* Revert "remove scroll behaviour - due to accessibility concerns"
This reverts commit eade73d.
* scroll behaviour feedback
* update tests
* keyboard navigation tab through
* Update .changeset/sweet-eggs-complain.md
Co-authored-by: Cole Bemis <[email protected]>
* Update docs/content/drafts/UnderlineNav2.mdx
Co-authored-by: Pavithra Kodmad <[email protected]>
Co-authored-by: Cole Bemis <[email protected]>
When overflow occurs, the component first hides icons if present to optimize for space and show as many items as possible. (Only for fine pointer devices)
0 commit comments