5
11
Fork
You've already forked tomato
1

Frontend cleanup #165

Merged
edwardloveall merged 4 commits from el-cleanup into main 2026年06月08日 06:54:25 +02:00

This formats all the js files with prettier, removes some unused files, and takes care of of couple deprecations.

This formats all the js files with prettier, removes some unused files, and takes care of of couple deprecations.
The fix was to upgrade `@testing-library/react` and install
`@testing-library/dom`
Update the mui theme to prevent deprecation warnings
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
bbc7cdcea3
We've had a deprecation warning for as long as I've been here:
> MUI: adaptV4Theme() is deprecated.
> Follow the upgrade guide on https://mui.com/r/migration-v4#theme.
This showed up when running tests or looking at the console. To fix it, I had to
convert the theme json to the new shape. The documentation for that is here:
https://v5-0-6.mui.com/guides/migration-v4/#migrate-themes-styleoverrides-to-emotion:~:text=The%20components%27%20definitions%20in%20the%20theme%20were%20restructured 
jsilasbailey left a comment
Copy link

Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rootable/tomato!165
Reference in a new issue
rootable/tomato
No description provided.
Delete branch "el-cleanup"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?