chore: improve lint, run prettier, alex added fade-in thing on navbar

This commit is contained in:
David Ralph
2023-03-13 21:14:09 +00:00
parent 510dc1c023
commit f5d9ad11a5
52 changed files with 1267 additions and 827 deletions

View File

@@ -17,7 +17,11 @@ export default class DateSettings extends PureComponent {
render() {
const longSettings = (
<>
<Dropdown label={variables.getMessage('modals.main.settings.sections.date.long_format')} name="longFormat" category="date">
<Dropdown
label={variables.getMessage('modals.main.settings.sections.date.long_format')}
name="longFormat"
category="date"
>
<option value="DMY">DMY</option>
<option value="MDY">MDY</option>
<option value="YMD">YMD</option>