feat(compose): group channels by customer with tap-to-select-all
Release APK / build (push) Has been cancelled
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:
@@ -28,6 +28,7 @@ export interface PostizIntegration {
|
||||
picture?: string;
|
||||
identifier?: string;
|
||||
internalType?: string;
|
||||
customer?: { id: string; name: string };
|
||||
}
|
||||
|
||||
export interface PostizMediaItem {
|
||||
|
||||
Reference in New Issue
Block a user