From 60c23e811bf98707bd9820931df882cab399a251 Mon Sep 17 00:00:00 2001 From: Bruno Charest Date: Thu, 28 May 2026 16:06:40 -0400 Subject: [PATCH] fix: add missing safeCreateIcons import in ui.js --- frontend/js/ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/js/ui.js b/frontend/js/ui.js index 8d1c0a3..6f6c850 100644 --- a/frontend/js/ui.js +++ b/frontend/js/ui.js @@ -1,6 +1,7 @@ /* ObsiGate — UI: theme, sidebar, context menus, tabs, toast, find-in-page */ import { rightSidebarVisible, rightSidebarWidth, currentVault, currentPath, selectedContextVault } from './state.js'; import { openFile } from './viewer.js'; +import { safeCreateIcons } from './utils.js'; // --------------------------------------------------------------------------- // Right Sidebar Manager