Add refresh metadata functionality to context menu and improve item state handling

This commit is contained in:
Will Miao
2025-02-18 20:08:36 +08:00
parent 612136d848
commit 80b860e98a
5 changed files with 63 additions and 5 deletions

View File

@@ -26,6 +26,16 @@
color: var(--lora-text);
}
.context-menu-item.disabled {
opacity: 0.5;
cursor: not-allowed;
}
.context-menu-item.disabled:hover {
background: var(--lora-surface);
color: var(--text-color);
}
.context-menu-separator {
height: 1px;
background-color: var(--border-color);