fix: import icon from viewer.js (not utils.js) in dashboard.js
All checks were successful
CI / lint (push) Successful in 16s
CI / security (push) Successful in 9s
CI / test (push) Successful in 16s
CI / build (push) Successful in 3s

This commit is contained in:
Bruno Charest 2026-05-29 07:24:07 -04:00
parent 7d13585b11
commit 21da3f316f

View File

@ -1,7 +1,8 @@
// dashboard.js — extracted from app.js (3414-3806) + DashboardBookmarkWidget (3810-3870) // dashboard.js — extracted from app.js (3414-3806) + DashboardBookmarkWidget (3810-3870)
import { api } from './auth.js'; import { api } from './auth.js';
import { state } from './state.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 // Recent files