MERGING feature/vite-migration into develop#112
Draft
Conversation
…on, and component files for consistency and compatibility.
…'s useTheme hook, replacing withStyles and improving code readability.
…ponents and MUI's useTheme hook, replacing withStyles for improved maintainability and consistency.
…moving withStyles for improved maintainability. Update package dependencies to MUI version 7.2.0
|
Migrate Grid components from deprecated `item xs={n}` props to new `size={{ xs: n }}` syntax across form panels (ClaimAdministratorFormPanel and EnrolmentOfficerFormPanel) for compatibility with updated Material-UI versions. Remove unused "validityTo" field from user summary projections in actions.js. Add exports for ADMIN_MAIN_MENU_CONTRIBUTION_KEY and StyledPaper to improve module reusability.
Enable automatic JSX runtime with '@emotion/react' as the import source to support Emotion's CSS-in-JS styling, improving performance and developer experience.
The React plugin configuration had a duplicate jsxImportSource entry for '@emotion/react', which is redundant and could potentially cause configuration issues. This change cleans up the config by eliminating the duplicate.
Removed several peer dependencies such as @babel/highlight, sprintf-js, and string-width that were no longer needed, reducing the lock file size and cleaning up the project.
Refactor admin menu configuration from legacy core.MainMenu to new fe-core.menus extension point. Update menu items to use plain text keys and icon names instead of FormattedMessage components and icon JSX, improving maintainability and consistency with the fe-core framework. Remove unused AdminMainMenu import.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




MERGING feature/vite-migration into develop