activity: select-only multi-client filter

the freetype client field is gone. the picker is a select-only menu of known clients with multi-select, chips for the active set, and a 32-client cap shared with the server. the api accepts a comma-separated client list and filters any-of with bound parameters. the trigger carets come from phosphor icons, newly adopted. bundle budget rises to 900000 bytes for the picker and the icon dependency.
This commit is contained in:
2026-08-31 17:40:07 +02:00
parent d79dd0bbcb
commit b774b05456
12 changed files with 1093 additions and 130 deletions
+4 -2
View File
@@ -200,8 +200,10 @@ paths:
schema: { type: string, maxLength: 253 }
- name: client
in: query
description: Exact client address.
schema: { type: string, maxLength: 64 }
description: >-
Up to 32 comma-separated exact client addresses, matched any-of.
Each entry is at most 45 characters; an empty entry is a 400.
schema: { type: string, maxLength: 1471 }
- name: blocked
in: query
schema: { type: boolean }