diff options
| author | Fuwn <[email protected]> | 2023-10-31 00:10:02 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-10-31 00:10:02 -0700 |
| commit | 12962b307b6562feb6104e41e11f4ddc07809ba6 (patch) | |
| tree | 8e09741a7e7d2b9951f75734a3a3c0122f03fae9 /src/routes/settings | |
| parent | refactor(badges): use http methods (diff) | |
| download | due.moe-12962b307b6562feb6104e41e11f4ddc07809ba6.tar.xz due.moe-12962b307b6562feb6104e41e11f4ddc07809ba6.zip | |
feat(layout): small navigation
Diffstat (limited to 'src/routes/settings')
| -rw-r--r-- | src/routes/settings/+page.svelte | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte index b8d368cc..c08e0af6 100644 --- a/src/routes/settings/+page.svelte +++ b/src/routes/settings/+page.svelte @@ -50,6 +50,16 @@ <SettingCheckboxToggle setting="limitListHeight" text="Limit list area to screen" /> <SettingCheckboxToggle setting="displaySocialButton" text="Show social button" /> <SettingCheckboxToggle setting="displayUnresolved" text="Display unresolved media" /> + + <SettingCheckboxToggle setting="hoverNavigation" text="Display navigation as hover bar"> + <SettingHint lineBreak> + Minimises and moves navigation to the top-left corner of the screen, visible only on hover. + Intended for use on desktop devices. + </SettingHint> + </SettingCheckboxToggle> + + <br /> + <SettingCheckboxToggle setting="displayNotStarted" text="Show media with zero progress"> <SettingHint lineBreak> May cause <a href="https://en.wikipedia.org/wiki/Rate_limiting" target="_blank"> |