feat(compose): group channels by customer with tap-to-select-all
Release APK / build (push) Has been cancelled

Channels in the compose picker are now grouped by customer (as returned
by the Postiz API). Tapping a customer header selects or deselects all
its channels at once. Individual channel chips still toggle as before.
Workspace header is hidden when only one workspace is configured.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 21:54:49 +02:00
parent 9abd05d05a
commit 20ca6e0334
2 changed files with 106 additions and 37 deletions
@@ -28,6 +28,7 @@ export interface PostizIntegration {
picture?: string;
identifier?: string;
internalType?: string;
customer?: { id: string; name: string };
}
export interface PostizMediaItem {