feat: add carpet

This commit is contained in:
2026-07-03 21:56:34 +03:30
parent 5160deb973
commit 7acd72c286
21 changed files with 536 additions and 156 deletions
@@ -50,7 +50,9 @@ class _ChatPanelState extends State<ChatPanel> {
_future = _api.getChatPacks();
}
void _reload() => setState(() => _future = _api.getChatPacks());
void _reload() => setState(() {
_future = _api.getChatPacks();
});
Future<void> _buy(ChatPack p) async {
setState(() => _busyPack = p.id);