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:
+9
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user