mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
boxicons 2.0.5
This commit is contained in:
parent
2fa41b44c5
commit
9337564075
File diff suppressed because it is too large
Load Diff
2
libraries/boxicons/css/boxicons.min.css
vendored
2
libraries/boxicons/css/boxicons.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 797 KiB After Width: | Height: | Size: 912 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -68,7 +68,7 @@ class TreeContextMenu {
|
|||||||
enabled: isNotRoot && parentNotSearch && noSelectedNotes},
|
enabled: isNotRoot && parentNotSearch && noSelectedNotes},
|
||||||
{ title: "Advanced", uiIcon: "empty", enabled: true, items: [
|
{ title: "Advanced", uiIcon: "empty", enabled: true, items: [
|
||||||
{ title: 'Collapse subtree <kbd data-kb-action="CollapseSubtree"></kbd>', cmd: "collapseSubtree", uiIcon: "align-justify", enabled: noSelectedNotes },
|
{ title: 'Collapse subtree <kbd data-kb-action="CollapseSubtree"></kbd>', cmd: "collapseSubtree", uiIcon: "align-justify", enabled: noSelectedNotes },
|
||||||
{ title: "Force note sync", cmd: "forceNoteSync", uiIcon: "recycle", enabled: noSelectedNotes },
|
{ title: "Force note sync", cmd: "forceNoteSync", uiIcon: "refresh", enabled: noSelectedNotes },
|
||||||
{ title: 'Sort alphabetically <kbd data-kb-action="SortChildNotes"></kbd>', cmd: "sortAlphabetically", uiIcon: "empty", enabled: noSelectedNotes && notSearch }
|
{ title: 'Sort alphabetically <kbd data-kb-action="SortChildNotes"></kbd>', cmd: "sortAlphabetically", uiIcon: "empty", enabled: noSelectedNotes && notSearch }
|
||||||
] },
|
] },
|
||||||
{ title: "----" },
|
{ title: "----" },
|
||||||
|
@ -35,7 +35,7 @@ const TPL = `
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="dropdown-item sync-now-button" title="Trigger sync">
|
<a class="dropdown-item sync-now-button" title="Trigger sync">
|
||||||
<span class="bx bx-recycle"></span>
|
<span class="bx bx-refresh"></span>
|
||||||
Sync (<span id="outstanding-syncs-count">0</span>)
|
Sync (<span id="outstanding-syncs-count">0</span>)
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
@ -206,7 +206,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
|
|||||||
const note = await treeCache.getNote(node.data.noteId);
|
const note = await treeCache.getNote(node.data.noteId);
|
||||||
|
|
||||||
if (note.type === 'search' && $span.find('.refresh-search-button').length === 0) {
|
if (note.type === 'search' && $span.find('.refresh-search-button').length === 0) {
|
||||||
const refreshSearchButton = $('<span> <span class="refresh-search-button bx bx-recycle" title="Refresh saved search results"></span></span>');
|
const refreshSearchButton = $('<span> <span class="refresh-search-button bx bx-refresh" title="Refresh saved search results"></span></span>');
|
||||||
|
|
||||||
$span.append(refreshSearchButton);
|
$span.append(refreshSearchButton);
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ const TPL = `
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button type="button"
|
<button type="button"
|
||||||
class="btn btn-sm icon-button bx bx-shield unprotect-button"
|
class="btn btn-sm icon-button bx bx-shield-x unprotect-button"
|
||||||
title="Not protected note can be viewed without entering password">
|
title="Not protected note can be viewed without entering password">
|
||||||
</button>
|
</button>
|
||||||
</div>`;
|
</div>`;
|
||||||
|
@ -59,7 +59,7 @@ ul.fancytree-container {
|
|||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
content: "\e9fa";
|
content: "\ea1d";
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -2px;
|
top: -2px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
@ -72,7 +72,7 @@ ul.fancytree-container {
|
|||||||
|
|
||||||
.fancytree-node.fancytree-expanded .fancytree-expander:before {
|
.fancytree-node.fancytree-expanded .fancytree-expander:before {
|
||||||
font-family: 'boxicons' !important;
|
font-family: 'boxicons' !important;
|
||||||
content: "\e9f8";
|
content: "\ea17";
|
||||||
}
|
}
|
||||||
|
|
||||||
/** some common text styling for cssClass label */
|
/** some common text styling for cssClass label */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user