fix: classify highlights before passing to ContentPanel

- Add classifiedHighlights memo in Bookmarks to ensure highlights have level property
- Pass classified highlights to ContentPanel so color-coded rendering works
- Reduce reader border-radius from 12px to 8px to reduce visual separation
- Fixes highlights not showing with proper colors on default article
This commit is contained in:
Gigi
2025-10-05 20:26:03 +01:00
parent d4d54b1a7c
commit cc311c7dc4
2 changed files with 15 additions and 2 deletions

View File

@@ -477,7 +477,7 @@ body {
.reader {
background: #1a1a1a;
border: 1px solid #333;
border-radius: 12px;
border-radius: 8px;
padding: 1rem;
text-align: left;
overflow: hidden;