From 21da3f316f29862cffdb4e7df98d70aaed296668 Mon Sep 17 00:00:00 2001 From: Bruno Charest Date: Fri, 29 May 2026 07:24:07 -0400 Subject: [PATCH] fix: import icon from viewer.js (not utils.js) in dashboard.js --- frontend/js/dashboard.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/js/dashboard.js b/frontend/js/dashboard.js index 6172b14..81c4eaf 100644 --- a/frontend/js/dashboard.js +++ b/frontend/js/dashboard.js @@ -1,7 +1,8 @@ // dashboard.js — extracted from app.js (3414-3806) + DashboardBookmarkWidget (3810-3870) import { api } from './auth.js'; import { state } from './state.js'; -import { escapeHtml, safeCreateIcons, getFileIcon } from './utils.js'; +import { escapeHtml, safeCreateIcons, getFileIcon } from './utils.js'; +import { icon } from './viewer.js'; // --------------------------------------------------------------------------- // Recent files