diff --git a/src/public/app/widgets/dialogs/options.js b/src/public/app/widgets/dialogs/options.js index 93d338693..4a3e82eb3 100644 --- a/src/public/app/widgets/dialogs/options.js +++ b/src/public/app/widgets/dialogs/options.js @@ -15,6 +15,20 @@ const TPL = ` overflow-y: auto; max-height: 85vh; } + + .options-dialog .options-section:first-of-type h4 { + margin-top: 0; + } + + .options-dialog .options-section h4 { + margin-top: 15px; + margin-bottom: 15px; + } + + .options-dialog .options-section h5 { + margin-top: 10px; + margin-bottom: 10px; + }
This will check that the database is not corrupted on the SQLite level. It might take some time, depending on the DB size.
- -This action will create a new copy of the database and anonymize it (remove all note content and leave only structure and some non-sensitive metadata) - for sharing online for debugging purposes without fear of leaking your personal data.
- -This action will create a new copy of the database and do a light anonymization on it - specifically only content of all notes will be removed, but titles and attributes will remain. Additionally, custom JS frontend/backend script notes and custom widgets will remain. This provides more context to debug the issues.
+ -You can decide yourself if you want to provide fully or lightly anonymized database. Even fully anonymized DB is very useful, however in some cases lightly anonymized database can speed up the process of bug identification and fixing.
+ -This will rebuild the database which will typically result in a smaller database file. No data will be actually changed.
- -`; + `; export default class AdvancedOptions extends OptionsTab { get tabTitle() { return "Advanced" } - + lazyRender() { this.$widget = $(TPL); diff --git a/src/public/app/widgets/dialogs/options/appearance.js b/src/public/app/widgets/dialogs/options/appearance.js index 2e610a687..71234d56a 100644 --- a/src/public/app/widgets/dialogs/options/appearance.js +++ b/src/public/app/widgets/dialogs/options/appearance.js @@ -31,17 +31,25 @@ const FONT_FAMILIES = [ const TPL = `Settings on this options tab are saved automatically after each change.
-