small fixes

This commit is contained in:
zadam
2022-12-23 15:07:48 +01:00
parent 698eb53006
commit 0441e7396a
13 changed files with 58 additions and 38 deletions

View File

@@ -13,7 +13,7 @@ const LBTPL_CUSTOM_WIDGET = "_lbTplCustomWidget";
const HIDDEN_SUBTREE_DEFINITION = {
id: '_hidden',
title: '_hidden',
title: 'Hidden Notes',
type: 'doc',
icon: 'bx bx-chip',
// we want to keep the hidden subtree always last, otherwise there will be problems with e.g. keyboard navigation
@@ -52,7 +52,7 @@ const HIDDEN_SUBTREE_DEFINITION = {
},
{
id: '_bulkAction',
title: 'Bulk action',
title: 'Bulk Action',
type: 'doc',
},
{
@@ -153,7 +153,7 @@ const HIDDEN_SUBTREE_DEFINITION = {
},
{
id: '_lbRoot',
title: 'Launch bar',
title: 'Launch Bar',
type: 'doc',
icon: 'bx-sidebar',
isExpanded: true,