diff --git a/.vscode/settings.json b/.vscode/settings.json
index 74eea03..4528e24 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -6,7 +6,7 @@
"editor.tabSize": 4,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
- "source.organizeImports": true
+ "source.organizeImports": "explicit"
},
"editor.suggest.snippetsPreventQuickSuggestions": false
},
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a026b3..6a82af4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ Patches:
* Preserve state after switching to another tab (#56).
* Find view: ask for confirmation before negligently deleting documents when the user has clicked the '-' button (#58).
* Set a deadline for counting documents, and added a button to count documents if the deadline has been exceeded.
+* UI improvements.
Bugfixes:
diff --git a/frontend/src/app.svelte b/frontend/src/app.svelte
index d57f521..07ae7f1 100644
--- a/frontend/src/app.svelte
+++ b/frontend/src/app.svelte
@@ -1,16 +1,12 @@
@@ -64,30 +49,23 @@
diff --git a/frontend/src/organisms/connection/collection/dialogs/export.svelte b/frontend/src/organisms/connection/collection/dialogs/export.svelte
index c4917d3..618f7dc 100644
--- a/frontend/src/organisms/connection/collection/dialogs/export.svelte
+++ b/frontend/src/organisms/connection/collection/dialogs/export.svelte
@@ -16,7 +16,7 @@
}
-
+