feat(sidebar): clean up minibar icons and move support to account menu

This commit is contained in:
Ramesh Mane
2026-03-04 14:42:33 +00:00
parent b420466899
commit ef7f504106
4 changed files with 91 additions and 140 deletions

View File

@@ -506,10 +506,8 @@ defineExpose({
class="nc-sidebar-node base-title-node flex-grow rounded-md group flex items-center w-full"
>
<div
class="flex items-center"
:class="{
'mr-1': !isProjectHeader,
}"
v-if="!isProjectHeader"
class="flex items-center mr-1"
@click="onProjectClick(base)"
@mouseenter="showNodeTooltip = false"
@mouseleave="showNodeTooltip = true"
@@ -523,7 +521,6 @@ defineExpose({
:type="base?.type"
:model-value="parseProp(base.meta).iconColor"
size="small"
:icon-class="isProjectHeader ? 'h-6 w-6' : ''"
:readonly="
(base?.type && base?.type !== 'database') || !isUIAllowed('baseRename') || isProjectNodeContextMenuOpen
"