-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update `@mui` packages for transition to v6 * Update App.tsx - `Grid` was deprecated in v6. Switch to new `Grid2` component - Switched `main portion` container to use a `Box` instead of plain div, reduced margin on container, and removed extra padding overrides * Update main.tsx - Remove unused theme * Update WorkTimeListing.tsx - Change `WorkTimeListing` to use `Paper` component to respond to the theme changes - Added small amount of margin along x-axis and rounded the border * Update ActiveSession.tsx - Swapped plain div for `Box` component, to keep more inline with mui's styling - Added minWidth of 180 and rounded borders to match our worktime listings * Update wails.json
- Loading branch information
Showing
8 changed files
with
622 additions
and
458 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
343253670ea3b48c97eadde615ab476c | ||
3ec2cee0853e26e0f744b9c2ef98c367 |
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