mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-07-06 09:51:14 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user