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

fix(human-app): footer and navbar width and padding adjustments #6

Merged

Conversation

rozekmichal
Copy link
Collaborator

No description provided.

@rozekmichal rozekmichal self-assigned this Sep 18, 2024
@rozekmichal rozekmichal marked this pull request as ready for review September 23, 2024 12:05
@@ -9,7 +9,8 @@ import { HelpIcon, UserOutlinedIcon, WorkIcon } from '@/components/ui/icons';
import { routerPaths } from '@/router/router-paths';

export const workerDrawerTopMenuItems = (
addressRegistered: boolean
addressRegistered: boolean,
hasSiteKey: boolean
Copy link
Owner

Choose a reason for hiding this comment

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

rename it to labelingEnabled

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

if (link && !href) {
navigate(link);
}
}}
sx={{
Copy link
Owner

Choose a reason for hiding this comment

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

I think that ListItemButton has selected props, use it

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@rozekmichal rozekmichal merged commit 9ffcf80 into fix/layout-improvments Sep 23, 2024
2 of 3 checks passed
@rozekmichal rozekmichal deleted the fix/human-app-improvements-18-09-2024 branch September 23, 2024 12:53
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