Merge branch 'release/3.5.13'
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
.sk-menu-panel-header
|
.sk-menu-panel-header
|
||||||
.sk-menu-panel-header-title Display
|
.sk-menu-panel-header-title Display
|
||||||
menu-row(
|
menu-row(
|
||||||
action="self.selectedMenuItem(); self.toggleWebPrefKey('showArchived')"
|
action="self.selectedMenuItem(); self.togglePrefKey('showArchived')"
|
||||||
circle="self.state.showArchived ? 'success' : 'danger'"
|
circle="self.state.showArchived ? 'success' : 'danger'"
|
||||||
desc=`'Archived notes are usually hidden.
|
desc=`'Archived notes are usually hidden.
|
||||||
You can explicitly show them with this option.'`
|
You can explicitly show them with this option.'`
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
label="'Archived Notes'"
|
label="'Archived Notes'"
|
||||||
)
|
)
|
||||||
menu-row(
|
menu-row(
|
||||||
action="self.selectedMenuItem(); self.toggleWebPrefKey('hidePinned')"
|
action="self.selectedMenuItem(); self.togglePrefKey('hidePinned')"
|
||||||
circle="self.state.hidePinned ? 'danger' : 'success'"
|
circle="self.state.hidePinned ? 'danger' : 'success'"
|
||||||
desc=`'Pinned notes always appear on top. You can hide them temporarily
|
desc=`'Pinned notes always appear on top. You can hide them temporarily
|
||||||
with this option so you can focus on other notes in the list.'`
|
with this option so you can focus on other notes in the list.'`
|
||||||
@@ -81,21 +81,21 @@
|
|||||||
label="'Pinned Notes'"
|
label="'Pinned Notes'"
|
||||||
)
|
)
|
||||||
menu-row(
|
menu-row(
|
||||||
action="self.selectedMenuItem(); self.toggleWebPrefKey('hideNotePreview')"
|
action="self.selectedMenuItem(); self.togglePrefKey('hideNotePreview')"
|
||||||
circle="self.state.hideNotePreview ? 'danger' : 'success'"
|
circle="self.state.hideNotePreview ? 'danger' : 'success'"
|
||||||
desc="'Hide the note preview for a more condensed list of notes'"
|
desc="'Hide the note preview for a more condensed list of notes'"
|
||||||
faded="self.state.hideNotePreview"
|
faded="self.state.hideNotePreview"
|
||||||
label="'Note Preview'"
|
label="'Note Preview'"
|
||||||
)
|
)
|
||||||
menu-row(
|
menu-row(
|
||||||
action="self.selectedMenuItem(); self.toggleWebPrefKey('hideDate')"
|
action="self.selectedMenuItem(); self.togglePrefKey('hideDate')"
|
||||||
circle="self.state.hideDate ? 'danger' : 'success'"
|
circle="self.state.hideDate ? 'danger' : 'success'"
|
||||||
desc="'Hide the date displayed in each row'"
|
desc="'Hide the date displayed in each row'"
|
||||||
faded="self.state.hideDate"
|
faded="self.state.hideDate"
|
||||||
label="'Date'"
|
label="'Date'"
|
||||||
)
|
)
|
||||||
menu-row(
|
menu-row(
|
||||||
action="self.selectedMenuItem(); self.toggleWebPrefKey('hideTags')"
|
action="self.selectedMenuItem(); self.togglePrefKey('hideTags')"
|
||||||
circle="self.state.hideTags ? 'danger' : 'success'"
|
circle="self.state.hideTags ? 'danger' : 'success'"
|
||||||
desc="'Hide the list of tags associated with each note'"
|
desc="'Hide the list of tags associated with each note'"
|
||||||
faded="self.state.hideTags"
|
faded="self.state.hideTags"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "standard-notes-web",
|
"name": "standard-notes-web",
|
||||||
"version": "3.5.11",
|
"version": "3.5.13",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user