mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
fix(dashboard): add missing Lucide icon initialization in project-overview and session-detail views
This commit is contained in:
@@ -191,6 +191,9 @@ function renderProjectOverview() {
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
||||
// Initialize Lucide icons
|
||||
if (typeof lucide !== 'undefined') lucide.createIcons();
|
||||
}
|
||||
|
||||
function renderDevelopmentIndex(devIndex) {
|
||||
|
||||
@@ -112,6 +112,9 @@ function showSessionDetailPage(sessionKey) {
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
||||
// Initialize Lucide icons
|
||||
if (typeof lucide !== 'undefined') lucide.createIcons();
|
||||
}
|
||||
|
||||
function goBackToSessions() {
|
||||
|
||||
Reference in New Issue
Block a user