feat(ui): Add @me filter button, DM filter push-down, and DM FAB toggle

- Add person icon button in filter bar that inserts the current device
  name into the search field, for filtering own messages
- DM filter bar already benefits from the CSS sibling push-down rule
  added in previous commit (same class names used)
- Add collapsible FAB toggle to DM view, same pattern as channel chat

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
MarekWo
2026-02-23 09:05:47 +01:00
parent 6310c41934
commit ad478a8d47
5 changed files with 48 additions and 2 deletions
+9
View File
@@ -1311,6 +1311,15 @@ main {
transition: background-color 0.15s ease;
}
.filter-bar-btn-me {
background-color: #e7f1ff;
color: #0d6efd;
}
.filter-bar-btn-me:hover {
background-color: #cfe2ff;
}
.filter-bar-btn-clear {
background-color: #f8f9fa;
color: #6c757d;