0.1.5 - RC-5

This commit is contained in:
Elvanos 2021-04-17 16:43:13 +02:00
parent 7495baa804
commit 206762d3c6
22 changed files with 41 additions and 22 deletions

View file

@ -5,6 +5,7 @@
<q-window <q-window
v-model="advSearchWindowVisible" v-model="advSearchWindowVisible"
no-resize no-resize
dark
title="Advanced Search Cheatsheet" title="Advanced Search Cheatsheet"
:height="480" :height="480"
:width="425" :width="425"

View file

@ -10,7 +10,7 @@
<q-card-section class="row justify-center q-mx-xl"> <q-card-section class="row justify-center q-mx-xl">
<div> <div>
The document will be delete <span class="text-bold text-secondary">FOREVER</span> with no way to retrieve it. The document will be deleted <span class="text-bold text-secondary">FOREVER</span> with no way to retrieve it.
<br> <br>
<span class="text-caption">(unless a previous export of the project exists from earlier time that cointains it)</span> <span class="text-caption">(unless a previous export of the project exists from earlier time that cointains it)</span>
<br> <br>

View file

@ -58,6 +58,7 @@
<q-select <q-select
style="width: 100%;" style="width: 100%;"
dense dense
class="listAtributeSelect"
:options="localExtraInput" :options="localExtraInput"
use-input use-input
:hide-dropdown-icon="!editMode" :hide-dropdown-icon="!editMode"
@ -67,6 +68,7 @@
:readonly="!editMode" :readonly="!editMode"
input-debounce="0" input-debounce="0"
new-value-mode="add" new-value-mode="add"
dark
@input="signalInput" @input="signalInput"
@keydown="signalInput" @keydown="signalInput"
:label="(inputAffix) ? inputAffix : ''" :label="(inputAffix) ? inputAffix : ''"

View file

@ -306,12 +306,14 @@ a {
.singleRelashionshipSelect, .singleRelashionshipSelect,
.multiRelashionshipSelect, .multiRelashionshipSelect,
.existingDocumentSelect, .existingDocumentSelect,
.newDocumentSelect { .newDocumentSelect,
.listAtributeSelect {
&.q-field--dark .q-field__control::before { &.q-field--dark .q-field__control::before {
border: 1px solid rgba(0, 0, 0, 0.24); border: 1px solid rgba(0, 0, 0, 0.24);
} }
.q-field__input, .q-field__input,
.q-field__label,
.q-icon, .q-icon,
.q-field__native span { .q-field__native span {
color: #000 !important; color: #000 !important;
@ -321,6 +323,7 @@ a {
.tagSelect, .tagSelect,
.singleSelect, .singleSelect,
.multiSelect, .multiSelect,
.listAtributeSelect,
.singleRelashionshipSelect, .singleRelashionshipSelect,
.multiRelashionshipSelect { .multiRelashionshipSelect {
.q-chip { .q-chip {
@ -368,6 +371,7 @@ a {
.q-menu { .q-menu {
z-index: 99999999 !important; z-index: 99999999 !important;
background-color: $dark; background-color: $dark;
color: $accent;
} }
.text-underline { .text-underline {

View file

@ -14,7 +14,8 @@
### Bugfixes & Optimizations ### Bugfixes & Optimizations
- Fixed a typo in the `Type of being` field in the `Species/Races/Flora/Faunas` document type - Fixed a typo in the `Type of being` field in the `Species/Races/Flora/Faunas` document type
- Fixed even more random types I don't even recall T_T - Fixed even more random typos I don't even recall T_T
- Fixed a bug in light mode that was coloring the `List` field type's addition atributes dropdown wrong
- Fixed a bug that was causing the relationship dropdowns sometimes not to be clickable and instead caused dragging of the app window when shown over the top of the drag-bar at the top of the app - Fixed a bug that was causing the relationship dropdowns sometimes not to be clickable and instead caused dragging of the app window when shown over the top of the drag-bar at the top of the app
- Updated advanced search guide with missing information about full-text search - Updated advanced search guide with missing information about full-text search
- Changes a small bug when the `New Object` dialog wasn't respecting option changes being done in the same session of the program being opened - Changes a small bug when the `New Object` dialog wasn't respecting option changes being done in the same session of the program being opened
@ -28,6 +29,8 @@
- Fixed a bug that was allowing for an attempted deletion of a document while the document data was still being retrieved. This resulted in an error that both made a mess of a UI and didn't delete the desired document - Fixed a bug that was allowing for an attempted deletion of a document while the document data was still being retrieved. This resulted in an error that both made a mess of a UI and didn't delete the desired document
- Fixed a bug in the scroll of the hierarchical tree that was causing it to not display the last 1-2 items when scrolling down - Fixed a bug in the scroll of the hierarchical tree that was causing it to not display the last 1-2 items when scrolling down
- Fixed a bug that was causing the hierarchical tree-resizing drag-bar to not scroll down with the rest of the page when viewing documents - Fixed a bug that was causing the hierarchical tree-resizing drag-bar to not scroll down with the rest of the page when viewing documents
- Fixed a typo in delete document confirmation dialog
- Fixed a few typos in `Character` document type
### New features ### New features

View file

@ -996,6 +996,14 @@ export default class PageDocumentDisplay extends BaseClass {
} }
} }
body:not(.body--dark) {
.documentDisplay {
.isDead {
text-decoration-color: #000;
}
}
}
body.body--dark { body.body--dark {
.documentDisplay { .documentDisplay {

View file

@ -86,7 +86,7 @@ export const chaptersBlueprint: I_Blueprint = {
type: "switch", type: "switch",
icon: "mdi-skull-crossbones", icon: "mdi-skull-crossbones",
tooltip: tooltip:
`This setting allows for setting the current document to dead/gone/estroyed mode. `This setting allows for setting the current document to dead/gone/destroyed mode.
<br> <br>
A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline. A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline.
`, `,

View file

@ -86,7 +86,7 @@ export const charactersBlueprint: I_Blueprint = {
type: "switch", type: "switch",
icon: "mdi-skull-crossbones", icon: "mdi-skull-crossbones",
tooltip: tooltip:
`This setting allows for setting the current document to dead/gone/estroyed mode. `This setting allows for setting the current document to dead/gone/destroyed mode.
<br> <br>
A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline. A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline.
`, `,
@ -373,7 +373,7 @@ export const charactersBlueprint: I_Blueprint = {
"Appreciative", "Appreciative",
"Arbitrary", "Arbitrary",
"Argumentative", "Argumentative",
"Arrogantt", "Arrogant",
"Artful", "Artful",
"Articulate", "Articulate",
"Artificial", "Artificial",
@ -867,7 +867,6 @@ export const charactersBlueprint: I_Blueprint = {
"Sober", "Sober",
"Sociable", "Sociable",
"Soft", "Soft",
"Soft",
"Softheaded", "Softheaded",
"Solemn", "Solemn",
"Solid", "Solid",
@ -883,7 +882,7 @@ export const charactersBlueprint: I_Blueprint = {
"Stern", "Stern",
"Stiff", "Stiff",
"Stoic", "Stoic",
"Stoiid", "Stolid",
"Strict", "Strict",
"Strong-willed", "Strong-willed",
"Strong", "Strong",

View file

@ -86,7 +86,7 @@ export const currenciesBlueprint: I_Blueprint = {
type: "switch", type: "switch",
icon: "mdi-skull-crossbones", icon: "mdi-skull-crossbones",
tooltip: tooltip:
`This setting allows for setting the current document to dead/gone/estroyed mode. `This setting allows for setting the current document to dead/gone/destroyed mode.
<br> <br>
A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline. A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline.
`, `,

View file

@ -86,7 +86,7 @@ export const eventsBlueprint: I_Blueprint = {
type: "switch", type: "switch",
icon: "mdi-skull-crossbones", icon: "mdi-skull-crossbones",
tooltip: tooltip:
`This setting allows for setting the current document to dead/gone/estroyed mode. `This setting allows for setting the current document to dead/gone/destroyed mode.
<br> <br>
A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline. A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline.
`, `,

View file

@ -86,7 +86,7 @@ export const guildsBlueprint: I_Blueprint = {
type: "switch", type: "switch",
icon: "mdi-skull-crossbones", icon: "mdi-skull-crossbones",
tooltip: tooltip:
`This setting allows for setting the current document to dead/gone/estroyed mode. `This setting allows for setting the current document to dead/gone/destroyed mode.
<br> <br>
A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline. A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline.
`, `,

View file

@ -86,7 +86,7 @@ export const itemsBlueprint: I_Blueprint = {
type: "switch", type: "switch",
icon: "mdi-skull-crossbones", icon: "mdi-skull-crossbones",
tooltip: tooltip:
`This setting allows for setting the current document to dead/gone/estroyed mode. `This setting allows for setting the current document to dead/gone/destroyed mode.
<br> <br>
A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline. A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline.
`, `,

View file

@ -86,7 +86,7 @@ export const languagesBlueprint: I_Blueprint = {
type: "switch", type: "switch",
icon: "mdi-skull-crossbones", icon: "mdi-skull-crossbones",
tooltip: tooltip:
`This setting allows for setting the current document to dead/gone/estroyed mode. `This setting allows for setting the current document to dead/gone/destroyed mode.
<br> <br>
A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline. A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline.
`, `,

View file

@ -86,7 +86,7 @@ export const locationsBlueprint: I_Blueprint = {
type: "switch", type: "switch",
icon: "mdi-skull-crossbones", icon: "mdi-skull-crossbones",
tooltip: tooltip:
`This setting allows for setting the current document to dead/gone/estroyed mode. `This setting allows for setting the current document to dead/gone/destroyed mode.
<br> <br>
A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline. A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline.
`, `,

View file

@ -86,7 +86,7 @@ export const loreNotesBlueprint: I_Blueprint = {
type: "switch", type: "switch",
icon: "mdi-skull-crossbones", icon: "mdi-skull-crossbones",
tooltip: tooltip:
`This setting allows for setting the current document to dead/gone/estroyed mode. `This setting allows for setting the current document to dead/gone/destroyed mode.
<br> <br>
A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline. A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline.
`, `,

View file

@ -86,7 +86,7 @@ export const magicBlueprint: I_Blueprint = {
type: "switch", type: "switch",
icon: "mdi-skull-crossbones", icon: "mdi-skull-crossbones",
tooltip: tooltip:
`This setting allows for setting the current document to dead/gone/estroyed mode. `This setting allows for setting the current document to dead/gone/destroyed mode.
<br> <br>
A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline. A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline.
`, `,

View file

@ -86,7 +86,7 @@ export const mythsBlueprint: I_Blueprint = {
type: "switch", type: "switch",
icon: "mdi-skull-crossbones", icon: "mdi-skull-crossbones",
tooltip: tooltip:
`This setting allows for setting the current document to dead/gone/estroyed mode. `This setting allows for setting the current document to dead/gone/destroyed mode.
<br> <br>
A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline. A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline.
`, `,

View file

@ -86,7 +86,7 @@ export const politicalGroupsBlueprint: I_Blueprint = {
type: "switch", type: "switch",
icon: "mdi-skull-crossbones", icon: "mdi-skull-crossbones",
tooltip: tooltip:
`This setting allows for setting the current document to dead/gone/estroyed mode. `This setting allows for setting the current document to dead/gone/destroyed mode.
<br> <br>
A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline. A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline.
`, `,

View file

@ -86,7 +86,7 @@ export const racesBlueprint: I_Blueprint = {
type: "switch", type: "switch",
icon: "mdi-skull-crossbones", icon: "mdi-skull-crossbones",
tooltip: tooltip:
`This setting allows for setting the current document to dead/gone/estroyed mode. `This setting allows for setting the current document to dead/gone/destroyed mode.
<br> <br>
A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline. A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline.
`, `,

View file

@ -86,7 +86,7 @@ export const religionsBlueprint: I_Blueprint = {
type: "switch", type: "switch",
icon: "mdi-skull-crossbones", icon: "mdi-skull-crossbones",
tooltip: tooltip:
`This setting allows for setting the current document to dead/gone/estroyed mode. `This setting allows for setting the current document to dead/gone/destroyed mode.
<br> <br>
A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline. A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline.
`, `,

View file

@ -86,7 +86,7 @@ export const techBlueprint: I_Blueprint = {
type: "switch", type: "switch",
icon: "mdi-skull-crossbones", icon: "mdi-skull-crossbones",
tooltip: tooltip:
`This setting allows for setting the current document to dead/gone/estroyed mode. `This setting allows for setting the current document to dead/gone/destroyed mode.
<br> <br>
A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline. A document with dead/gone/destroyed mode toggled on will have a crossed-over text modifier applied to it - showing that it is no longer a part of the current timeline.
`, `,

View file

@ -12,8 +12,10 @@
- Add HTML webcolor cheatsheet in floating window (look for JSON of them somewhere?) - Add HTML webcolor cheatsheet in floating window (look for JSON of them somewhere?)
- Word count for editor fields - Word count for editor fields
- Add "Open app folder" to help menu
- Try to get field titles to show in full-screen edit of text editor fields
- Add dropdown of all opened document for tab context menu (submenu) - Consider reworking the save document mechanic (save doesnt close, open/exit edit mode instead)
- Mass tag rename/deletion (done via document saving!) - Mass tag rename/deletion (done via document saving!)
- Context menu for tags - Context menu for tags