Minimized list view, CSP fix, last-row menu drop-up

- Minimized popup now shows a compact bookmark list grouped by column
  header, with color stripe, alias, and inline action buttons per row
- Add img-src 'self' data: to CSP so Vite's inlined tray icon loads in
  the production build (was blocked by default-src 'self')
- Last-row ⋯ menu opens upward to avoid overflowing the popup edge

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
David
2026-04-29 12:02:23 -04:00
co-authored by Claude Opus 4.7
parent c860959631
commit c11bbf3026
5 changed files with 271 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' http://localhost:5174 ws://localhost:5174" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src 'self' http://localhost:5174 ws://localhost:5174" />
<title>Trailhead Path Bookmarker</title>
</head>
<body>