AppFlowy/frontend/appflowy_flutter/lib/user/application
Mathias Mogensen 620e027c3e
feat: ai billing (#5741)
* feat: start on AI plan+billing UI

* chore: enable plan and billing

* feat: cache workspace subscription + minor fixes (#5705)

* feat: update api from billing

* feat: add api for workspace subscription info (#5717)

* feat: refactor and start integrating AI plans

* feat: refine UI and add business logic for AI

* feat: complete UIUX for AI and limits

* chore: remove resolved todo

* chore: localize remove addon dialog

* chore: fix spacing issue for usage

* fix: interpret subscription + usage on action

* chore: update api for billing (#5735)

* chore: update revisions

* fix: remove subscription cache

* fix: copy improvements + use consistent dialog

* chore: update to the latest client api

* feat: support updating billing period

* Feat/ai billing cancel reason (#5752)

* chore: add cancellation reason field

* fix: ci add one retry for concurrent sign up

* chore: merge with main

* chore: half merge

* chore: fix conflict

* chore: observer error

* chore: remove unneeded protobuf and remove unwrap

* feat: added subscription plan details

* chore: check error code and update sidebar toast

* chore: periodically check billing state

* chore: editor ai error

* chore: return file upload error

* chore: fmt

* chore: clippy

* chore: disable upload image when exceed storage limitation

* chore: remove todo

* chore: remove openai i18n

* chore: update log

* chore: update client-api to fix stream error

* chore: clippy

* chore: fix language file

* chore: disable billing UI

---------

Co-authored-by: Zack Fu Zi Xiang <speed2exe@live.com.sg>
Co-authored-by: nathan <nathan@appflowy.io>
2024-07-22 15:43:48 +08:00
..
auth feat: implement magic link sign in (#5036) 2024-04-11 16:33:28 +08:00
notification_filter fix: reminder launch review (#3716) 2023-10-17 14:48:58 +08:00
reminder feat: search mvp (#5064) 2024-04-12 16:21:41 +08:00
ai_service.dart feat: ai billing (#5741) 2024-07-22 15:43:48 +08:00
anon_user_bloc.dart feat: anon user save (#4185) 2023-12-21 14:13:21 +08:00
encrypt_secret_bloc.dart feat: use result instead of either (#4724) 2024-02-24 21:54:10 +08:00
prelude.dart feat: integrate client-api (#3430) 2023-10-02 17:22:22 +08:00
sign_in_bloc.dart feat: magic link sign-in as anonymous user (#5520) 2024-06-11 22:17:29 +02:00
sign_up_bloc.dart feat: use result instead of either (#4724) 2024-02-24 21:54:10 +08:00
splash_bloc.dart feat: use result instead of either (#4724) 2024-02-24 21:54:10 +08:00
supabase_realtime.dart feat: use result instead of either (#4724) 2024-02-24 21:54:10 +08:00
user_auth_listener.dart feat: use result instead of either (#4724) 2024-02-24 21:54:10 +08:00
user_listener.dart feat: support switch model (#5575) 2024-06-25 07:59:38 +08:00
user_service.dart feat: ai billing (#5741) 2024-07-22 15:43:48 +08:00
user_settings_service.dart feat: use result instead of either (#4724) 2024-02-24 21:54:10 +08:00
workspace_error_bloc.dart feat: use result instead of either (#4724) 2024-02-24 21:54:10 +08:00