-
Notifications
You must be signed in to change notification settings - Fork 2
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
refactor: Remove makeStyles
classes in favour of styled components
#1707
Closed
Closed
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
c2eb00c
feat: InputLabel
DafyddLlyr 65b2af8
feat: ListManager
DafyddLlyr 47b9cee
feat: StatusPage
DafyddLlyr d5a6515
feat: ReconciliationPage
DafyddLlyr 0468ac3
feat: Settings
DafyddLlyr 6e11962
feat: FormModal
DafyddLlyr 51bf448
feat: FlowEditor
DafyddLlyr f2ca10c
feat: Teams
DafyddLlyr a87052e
feat: ErrorSummary
DafyddLlyr 55413f4
feat: Card
DafyddLlyr 02af69e
feat: Presentational
DafyddLlyr 4ca84ad
feat: FileUpload
DafyddLlyr 115a9eb
feat: Notice
DafyddLlyr 1e842ac
feat: ButtonBase
DafyddLlyr 54e35e9
feat: ImageButton
DafyddLlyr 5ded860
feat: PreviewBrowser
DafyddLlyr f9a3d43
feat: Calculate
DafyddLlyr 802b946
feat: Confirmation
DafyddLlyr b757a86
feat: DateInput
DafyddLlyr 5ec6860
feat: Question
DafyddLlyr 1b0bbdf
feat: Result
DafyddLlyr ab3bf94
feat: ResultReason
DafyddLlyr 28505a1
feat: SimpleExpand
DafyddLlyr 1d31aff
feat: DelayedLoadingIndicator
DafyddLlyr f610df5
feat: ContentPage
DafyddLlyr 7d09ad3
feat: Questions
DafyddLlyr 6534812
feat: DateInput
DafyddLlyr 5586881
feat: ChecklistItem
DafyddLlyr eaf6494
feat: InputRowLabel
DafyddLlyr 65c13f0
feat: Section
DafyddLlyr 48328b0
feat: InputField
DafyddLlyr d5163a0
feat: NumberedList
DafyddLlyr e1655a1
feat: Checkbox
DafyddLlyr c58f0d7
fix: First tidy up pass
DafyddLlyr b9c4191
fix: Drop changes to card and fileupload
DafyddLlyr 09fa3ed
fix: More tidy ups
DafyddLlyr 1ae31b0
chore: Bump timeout
DafyddLlyr adb6d53
chore: Standard imports
DafyddLlyr 0edd1f5
fix: Resolve build issue with latest MUI version
DafyddLlyr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
This version bump fixed the annoying bug where the "Change" text within a button on the SummaryList wasn't correctly inheriting the font-family.
mui/material-ui#33621
However, upgrading right to the latest version (5.13.1) was causing issues which I spent a lot of time trying to resolve. This version just came out a few days ago so hopefully it's something that will get ironed out shortly.