mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +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>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
// Initialize Lucide icons
|
||||||
|
if (typeof lucide !== 'undefined') lucide.createIcons();
|
||||||
}
|
}
|
||||||
|
|
||||||
function renderDevelopmentIndex(devIndex) {
|
function renderDevelopmentIndex(devIndex) {
|
||||||
|
|||||||
@@ -112,6 +112,9 @@ function showSessionDetailPage(sessionKey) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
// Initialize Lucide icons
|
||||||
|
if (typeof lucide !== 'undefined') lucide.createIcons();
|
||||||
}
|
}
|
||||||
|
|
||||||
function goBackToSessions() {
|
function goBackToSessions() {
|
||||||
|
|||||||
Reference in New Issue
Block a user