You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(cloud): add team management page with WorkOS org members
Custom team page using WorkOS API for listing members, inviting,
removing, and changing roles. Admin-gated write operations with
server-side role checks. Uses Effect API layer pattern with
typed endpoints and effect-atom for client-side state.
Also fixes Sonner toaster to use system theme detection instead
of next-themes, removes next-themes dependency.
* style: format
* chore: remove unused widget token endpoint and getWidgetToken
* fix: remove any types from team handler tests
* style: format
* fix: add @types/node to storage-postgres for tsgo compat
* fix: resolve merge conflict in test file
* style: format
* fix: resolve tsgo typecheck errors in billing and test files
* fix: add explicit Plan types for tsgo compatibility
* style: format
* fix: cast empty array for tsgo type inference
0 commit comments