mirror of
https://github.com/mue/mue.git
synced 2026-07-23 08:47:19 +02:00
feat: pomodoro UI + general changes
- Remove settingsitem line at end - Convert more divs to settingsitem - Pomodoro Settings - Add more descriptions - Changes loaders Co-authored-by: David Ralph <me@davidcralph.co.uk>
This commit is contained in:
@@ -50,10 +50,10 @@ export default function Navbar() {
|
||||
{showRefreshOptions ? (
|
||||
<SettingsItem
|
||||
title={getMessage('modals.main.settings.sections.appearance.navbar.refresh')}
|
||||
subtitle='Choose what is refreshed when you click the refresh button'
|
||||
final={true}
|
||||
>
|
||||
<Dropdown
|
||||
label={getMessage('modals.main.settings.sections.appearance.navbar.refresh')}
|
||||
name="refreshOption"
|
||||
category="navbar"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user