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
v-model="advSearchWindowVisible"
no-resize
dark
title="Advanced Search Cheatsheet"
:height="480"
:width="425"

View file

@ -10,7 +10,7 @@
<q-card-section class="row justify-center q-mx-xl">
<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>
<span class="text-caption">(unless a previous export of the project exists from earlier time that cointains it)</span>
<br>

View file

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

View file

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

View file

@ -14,7 +14,8 @@
### Bugfixes & Optimizations
- 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
- 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
@ -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 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 typo in delete document confirmation dialog
- Fixed a few typos in `Character` document type
### 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 {
.documentDisplay {

View file

@ -86,7 +86,7 @@ export const chaptersBlueprint: I_Blueprint = {
type: "switch",
icon: "mdi-skull-crossbones",
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>
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",
icon: "mdi-skull-crossbones",
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>
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",
"Arbitrary",
"Argumentative",
"Arrogantt",
"Arrogant",
"Artful",
"Articulate",
"Artificial",
@ -867,7 +867,6 @@ export const charactersBlueprint: I_Blueprint = {
"Sober",
"Sociable",
"Soft",
"Soft",
"Softheaded",
"Solemn",
"Solid",
@ -883,7 +882,7 @@ export const charactersBlueprint: I_Blueprint = {
"Stern",
"Stiff",
"Stoic",
"Stoiid",
"Stolid",
"Strict",
"Strong-willed",
"Strong",

View file

@ -86,7 +86,7 @@ export const currenciesBlueprint: I_Blueprint = {
type: "switch",
icon: "mdi-skull-crossbones",
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>
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",
icon: "mdi-skull-crossbones",
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>
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",
icon: "mdi-skull-crossbones",
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>
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",
icon: "mdi-skull-crossbones",
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>
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",
icon: "mdi-skull-crossbones",
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>
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",
icon: "mdi-skull-crossbones",
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>
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",
icon: "mdi-skull-crossbones",
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>
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",
icon: "mdi-skull-crossbones",
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>
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",
icon: "mdi-skull-crossbones",
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>
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",
icon: "mdi-skull-crossbones",
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>
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",
icon: "mdi-skull-crossbones",
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>
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",
icon: "mdi-skull-crossbones",
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>
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",
icon: "mdi-skull-crossbones",
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>
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?)
- 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!)
- Context menu for tags