feat: Add colored markers and type filtering on contact map

- Use CircleMarker with different colors per contact type:
  - CLI (blue), REP (green), ROOM (purple), SENS (orange)
- Add type filter checkboxes in map modal header
- Dynamically update markers when filters change
- Hide filter panel for single contact view
- Reduce message action buttons to 32x32px

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
MarekWo
2026-01-16 08:21:11 +01:00
parent f00234af88
commit d395656445
5 changed files with 155 additions and 21 deletions
+3 -3
View File
@@ -723,11 +723,11 @@ main {
/* Icon-only action buttons on message bubbles */
.btn-msg-action {
width: 36px;
height: 36px;
width: 32px;
height: 32px;
padding: 0;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 1.1rem;
font-size: 1rem;
}