mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-26 08:56:22 +02:00
Refactor ConnectorsPopover and SettingsDialog components to enhance account management features. Introduce AccountSettings and ConnectedAccountsSettings components for improved user experience in managing Rowboat account connections. Update billing information structure to include user email and ID. Implement dynamic tab visibility based on connection status in SettingsDialog.
This commit is contained in:
parent
b066aa2b24
commit
47ecc31988
9 changed files with 1522 additions and 779 deletions
|
|
@ -526,6 +526,8 @@ const ipcSchemas = {
|
|||
'billing:getInfo': {
|
||||
req: z.null(),
|
||||
res: z.object({
|
||||
userEmail: z.string().nullable(),
|
||||
userId: z.string().nullable(),
|
||||
subscriptionPlan: z.string().nullable(),
|
||||
subscriptionStatus: z.string().nullable(),
|
||||
sanctionedCredits: z.number(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue