mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-06 08:00:05 +00:00
Some refactors of subscription composable: - Swapped cloud subscription response shapes to `type` aliases to emphasize fixed API payloads. - Formatted renewal/end dates with the user’s locale instead of hard-coding `en-US`. - Reused the single `useFirebaseAuthActions()` instance and passed `fetchSubscriptionStatus` directly into `wrapWithErrorHandlingAsync` to trim duplicate wrappers. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6365-refactor-subscription-composable-29b6d73d365081b1b002d52abde8d195) by [Unito](https://www.unito.io)