-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(ForgeLayout): add modeswitcher, breadcrumb navigation, and … #1550
Conversation
const { "aria-label": ariaLabel = "Search for content", ...textFieldProps } = | ||
props; | ||
return ( | ||
<div className={styles.searchContainer}> |
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.
It looks like the search bar and mode switcher have the same height in the mockup
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.
yeah, unfortunately we don't have a TextField of that size, i checked with design and for now we're going to use a small size TextField
📝 Changes
[x]
ForgeLayout.ModeSwitcher
[x]
ForgeLayout.BreadcrumbsNavigation
[x]
ForgeLayout.BackButton
[x]
ForgeLayout.Breadcrumbs
[x]
ForgeLayout.Breadcrumb
✅ Checklist
Easy UI has certain UX standards that must be met. In general, non-trivial changes should meet the following criteria:
Strikethroughany items that are not applicable to this pull request.