rare-elite enemies + freetext notes tool + clear-confirmation

- classification 5 (rare-elite) now renders with silver-blue skull pin and shows up in the boss list with a 'rare' tag (was falling through to default trash style)
- new Note tool: click map → enter text → drops yellow info pin; hover for tooltip, double-click to edit, drag to move, right-click to remove. Notes are included in the share-URL hash and history.
- Clear button now confirms before wiping the current floor's waypoints/pulls/notes
This commit is contained in:
2026-04-25 22:59:01 +02:00
parent 920408f7d3
commit e6c457a400
3 changed files with 180 additions and 22 deletions
+9 -1
View File
@@ -353,7 +353,15 @@ body {
border-radius: 50%;
flex-shrink: 0;
}
.boss-list .swatch { background: var(--boss); }
.boss-list .swatch.boss { background: var(--boss); }
.boss-list .swatch.rare { background: #bfd6f0; outline: 1px solid #3b6db0; }
.boss-list .tag {
margin-left: auto;
font-size: 10px;
text-transform: uppercase;
letter-spacing: .08em;
color: var(--text-dim);
}
.waypoint-list .swatch { background: var(--waypoint); }
.waypoint-list li button {
margin-left: auto;