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:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user