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

Update MUI to v5 #218

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Update MUI to v5 #218

merged 1 commit into from
Jun 6, 2024

Conversation

jvaclavik
Copy link
Collaborator

No description provided.

Copy link

vercel bot commented Dec 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
osmapp ✅ Ready (Inspect) Visit Preview Jun 6, 2024 4:43am

@jvaclavik jvaclavik merged commit fae4f1b into master Jun 6, 2024
2 checks passed
@jvaclavik jvaclavik deleted the update-mui-to-v5 branch June 6, 2024 04:44
Copy link
Owner

@zbycz zbycz left a comment

Choose a reason for hiding this comment

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

👍👍👍👍👍❤️❤️❤️

@@ -21,8 +21,8 @@ export const useConfig = () => {
anchorBorderColor: borderColor,
anchorBorderColorSelected: inactiveColor,

pathBorderWidth: 6 / photoZoom.scale,
pathBorderWidth: 5.1 / photoZoom.scale,
Copy link
Owner

Choose a reason for hiding this comment

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

getting thinner ❤️

@@ -199,7 +199,7 @@ export const renderOptionFactory =
);
}

const { name, osm_key: tagKey, osm_value: tagValue } = properties;
const { name, osm_key: tagKey, osm_value: tagValue } = properties; // @TODO
Copy link
Owner

Choose a reason for hiding this comment

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

TODO ?

@@ -80,7 +80,12 @@ const darkTheme = createMuiTheme({
border: '#ffffffff',
selected: '#ffffff',
},
} as unknown,
Copy link
Owner

Choose a reason for hiding this comment

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

wow, dokonce vyřešený typy! ❤️

Comment on lines +23 to +34
interface PaletteOptions extends MuiPaletteOptions {
tertiary?: MuiPaletteOptions['primary'];
invertFilter?: string;
climbing?: {
primary: string;
secondary: string;
tertiary: string;
tick: string;
active: string;
inactive: string;
border: string;
selected: string;
Copy link
Owner

Choose a reason for hiding this comment

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

wow!

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.

None yet

2 participants