diff --git a/.claude/settings.local.json b/.claude/settings.local.json index afe5407..96a600c 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -4,7 +4,9 @@ "Bash(mkdir:*)", "Bash(npm install)", "Bash(npm run build-win:*)", - "Bash(chmod:*)" + "Bash(chmod:*)", + "Bash(ls:*)", + "Bash(cp:*)" ], "deny": [] } diff --git a/CLAUDE_PROJECT_README.md b/CLAUDE_PROJECT_README.md index 63265a8..743435d 100644 --- a/CLAUDE_PROJECT_README.md +++ b/CLAUDE_PROJECT_README.md @@ -7,7 +7,7 @@ - **Path**: `C:/Users/hendr/Desktop/IntelSight/Projektablage/Toolbox-Metadaten-Crawler` - **Files**: 88 files - **Size**: 275.2 MB -- **Last Modified**: 2025-07-10 19:19 +- **Last Modified**: 2025-07-10 19:36 ## Technology Stack @@ -87,3 +87,4 @@ This project is managed with Claude Project Manager. To work with this project: - README updated on 2025-07-08 20:45:50 - README updated on 2025-07-10 16:11:59 - README updated on 2025-07-10 19:34:36 +- README updated on 2025-07-10 23:16:36 diff --git a/app.js b/app.js index 3dfdbb0..37f7f55 100644 --- a/app.js +++ b/app.js @@ -311,9 +311,14 @@ function createMetadataSection(title, data, icon = '📋', cssClass = '') { for (const [key, value] of Object.entries(data)) { const formattedKey = formatMetadataKey(key); const formattedValue = formatMetadataValue(key, value); + const tooltip = getMetadataTooltip(key, formattedKey); + html += `