mirror of
https://github.com/mue/mue.git
synced 2026-07-26 18:21:27 +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:
@@ -203,6 +203,8 @@ export default class Weather extends PureComponent {
|
||||
{enabled('showlocation') ? <span className="loc">{this.state.location}</span> : null}
|
||||
</div>
|
||||
<div className="expanded-info">
|
||||
{enabled('upcomingForecast') ? (
|
||||
<>
|
||||
<span className="subtitle">Upcoming Forecast</span>
|
||||
<div className="upcomingForecast">
|
||||
<div>
|
||||
@@ -221,6 +223,9 @@ export default class Weather extends PureComponent {
|
||||
<span className="minmax">{minmax()}</span>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
) : null}
|
||||
|
||||
<span className="subtitle">Extra Information</span>
|
||||
{enabled('cloudiness') ? (
|
||||
<span>
|
||||
|
||||
Reference in New Issue
Block a user