Skip to content
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

UI mobile updates #266

Merged
merged 9 commits into from
Oct 20, 2023
Merged

UI mobile updates #266

merged 9 commits into from
Oct 20, 2023

Conversation

diksipav
Copy link
Contributor

No description provided.

And use accent green color for hover/active states.
Remove theme switcher from vertical bar on desktops.
Use circle mobile close btn on client settings panel.
Update theme switcher to use new theme cokors.
Update colors with theme colors.
Update Run & Close buttons file name to be inside common/ui/mobile/button.
Create ui/mobile/cta for the big link button for mobile screens.
Update mobile button components to RoundButton and Button.
Use InstanceIcon in mobile bottom nav for Instances screen.
@diksipav diksipav changed the title UI updates 01 UI mobile updates Oct 13, 2023
@diksipav diksipav marked this pull request as ready for review October 19, 2023 15:28
@diksipav diksipav requested a review from jaclarke October 19, 2023 15:29
@@ -153,6 +154,7 @@ export function HeaderNavCol<LinkProps>({
/>
) : null}
<span>{item.label}</span>
{item.selected && <CheckIcon />}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the check icon is meant to indicate the currently active item, not the one that's being hovered/selected.

Remove checkIcon from navbar items' dropdowns.
Use btn comp as a button or link.
Update filter buttons' styles.
Show filter err on mobile above the action buttons.
@diksipav diksipav merged commit aedce1a into main Oct 20, 2023
1 of 2 checks passed
@diksipav diksipav deleted the ui-updates-01 branch October 20, 2023 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants