diff --git a/README.md b/README.md index 7da9ad3..db9b7f7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Fantasia archive (fantasiaarchive) +# Fantasia Archive (fantasiaarchive) A database manager for world building @@ -23,14 +23,16 @@ npm install ** Prep for build Due to issues with this package being written in somewhat older version of nodeJS, the script will fizzle out upon building due to wrong version of `.d.ts` file in one of the included NPM packages. - - The proper replacement file can be found in `_typeFix/index.d.ts` - - The faulty file can be found in `node_modules\builder-util\node_modules\@types\fs-extra\index.d.ts` - - To fix this issue, simply copy the contents of the proper replacement over the buggy faulty file (or just replace its contents) - - Once this is done, the build should run as normal without any issues + +- The proper replacement file can be found in `_typeFix/index.d.ts` +- The faulty file can be found in `node_modules\builder-util\node_modules\@types\fs-extra\index.d.ts` +- To fix this issue, simply copy the contents of the proper replacement over the buggy faulty file (or just replace its contents) +- Once this is done, the build should run as normal without any issues ## Optional: Start the app in development mode (hot-code reloading, error reporting, etc.) If you don't know what's going on, skip this step. + ```bash npm run dev ``` diff --git a/package.json b/package.json index aca94bb..84e63ad 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "fantasiaarchive", "version": "0.1.5", "description": "A database manager for world building", - "productName": "Fantasia archive", + "productName": "Fantasia Archive", "author": "Elvanos ", "license": "GNU GENERAL PUBLIC LICENSE", "private": true, @@ -81,4 +81,4 @@ "npm": ">= 6.13.4", "yarn": ">= 1.21.1" } -} +} \ No newline at end of file diff --git a/quasar.conf.js b/quasar.conf.js index c695488..07724c0 100644 --- a/quasar.conf.js +++ b/quasar.conf.js @@ -149,8 +149,8 @@ module.exports = configure(function (ctx) { workboxPluginMode: "GenerateSW", // 'GenerateSW' or 'InjectManifest' workboxOptions: {}, // only for GenerateSW manifest: { - name: "Fantasia archive", - short_name: "Fantasia archive", + name: "Fantasia Archive", + short_name: "Fantasia Archive", description: "A database manager for world building", display: "standalone", orientation: "portrait", diff --git a/src/components/dialogs/ProgramSettings.vue b/src/components/dialogs/ProgramSettings.vue index f91d565..e1f1940 100644 --- a/src/components/dialogs/ProgramSettings.vue +++ b/src/components/dialogs/ProgramSettings.vue @@ -66,7 +66,7 @@ -
+
Dark mode @@ -87,7 +87,7 @@
-
+
Accessibility - Text shadow @@ -102,7 +102,7 @@ />
-
+
Accessibility - Pronounced count divider @@ -117,7 +117,7 @@ />
-
+
Accessibility - Hide strike-through @@ -138,7 +138,7 @@
-
+
Hide Welcome screen social links @@ -153,7 +153,7 @@ />
-
+
Hide tips popup on start screen @@ -168,7 +168,7 @@ />
-
+
Hide tips on project screen @@ -183,7 +183,7 @@ />
-
+
Hide Fantasia mascot @@ -224,7 +224,7 @@
-
+
Disable document control bar @@ -241,7 +241,7 @@ />
-
+
Disable document guides @@ -262,7 +262,7 @@
-
+
Disable document tooltips @@ -277,7 +277,7 @@ />
-
+
Hide empty fields @@ -294,7 +294,7 @@ />
-
+
Prevent auto-scrolling @@ -333,7 +333,7 @@
-
+
Close quick popups with same key @@ -354,7 +354,7 @@
-
+
Stop quick-search close after selection @@ -371,7 +371,7 @@ />
-
+
Don't precheck category filter @@ -412,7 +412,7 @@
-
+
Hide tags in tree @@ -427,7 +427,7 @@ />
-
+
Top tags in tree @@ -442,7 +442,7 @@ />
-
+
Compact tags @@ -463,7 +463,7 @@
-
+
Stop sublevel collapse in tree @@ -478,7 +478,7 @@ />
-
+
Hide project name in tree @@ -493,7 +493,7 @@ />
-
+
Invert tree custom order sorting @@ -516,7 +516,7 @@
-
+
Hide document count entirely @@ -531,7 +531,7 @@ />
-
+
Hide category count @@ -546,7 +546,7 @@ />
-
+
Invert category position @@ -561,12 +561,12 @@ />
-
+
Hide order numbers - This option disabled showing of the custom order numbers left of the names. + This option hides the custom order numbers left of the names.
@@ -582,7 +582,7 @@
-
+
Hide extra icons @@ -599,7 +599,7 @@ />
-
+
Hide "Add under" icon @@ -614,7 +614,7 @@ />
-
+
Hide "Edit" icon @@ -629,7 +629,7 @@ />
-
+
Hide "Open" icon @@ -1265,10 +1265,10 @@ body.body--dark { margin-top: 16px; margin-bottom: 8px; font-weight: 500; - align-items: center; + align-items: flex-start; justify-content: flex-start; display: flex; - flex-wrap: wrap; + width: calc(100% - 45px); margin-left: 10px; } diff --git a/src/pages/DocumentDisplay.vue b/src/pages/DocumentDisplay.vue index f39aa0e..920074c 100644 --- a/src/pages/DocumentDisplay.vue +++ b/src/pages/DocumentDisplay.vue @@ -108,11 +108,16 @@
+ :class="` + col-12 + col-md-${determineSize_MD(field)} + col-lg-${determineSize_LG(field)} + col-xl-${determineSize_XL(field)} + q-mb-md + `"> - + -
+