forked from chrisbenincasa/tunarr
-
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 Settings Save/Reset Options (chrisbenincasa#301)
* update ux for setting saves * remove fetch from settings pages * fixes * remove logs * disable field in xmltv * fix button display on xmltv
- Loading branch information
1 parent
2d04084
commit f29e772
Showing
7 changed files
with
262 additions
and
83 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
import { Button, Stack } from '@mui/material'; | ||
import DarkModeButton from '../../components/settings/DarkModeButton.tsx'; | ||
|
||
export default function GeneralSettingsPage() { | ||
return ( | ||
<> | ||
<DarkModeButton /> | ||
<Stack spacing={2} direction="row" justifyContent="right" sx={{ mt: 2 }}> | ||
{/* This is currently not needed for this page as Dark Mode saves automatically */} | ||
{/* <Stack spacing={2} direction="row" justifyContent="right" sx={{ mt: 2 }}> | ||
<Button variant="outlined">Reset Options</Button> | ||
<Button variant="contained">Save</Button> | ||
</Stack> | ||
</Stack> */} | ||
</> | ||
); | ||
} |
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.