• Joined on 2025-09-30
xidas pushed to main at ai-char/ai-char-bot 2026-02-08 14:56:52 +00:00
xidas deleted branch auth from ai-char/ai-char-bot 2026-02-08 14:37:31 +00:00
xidas pushed to main at ai-char/ai-char-bot 2026-02-08 14:37:31 +00:00
f1033210cc Merge pull request 'auth' (#1) from auth into main
1832d07caa init
b704707abc init auth
Compare 3 commits »
xidas merged pull request ai-char/ai-char-bot#1 2026-02-08 14:37:31 +00:00
auth
xidas created pull request ai-char/ai-char-bot#1 2026-02-08 14:37:23 +00:00
auth
xidas pushed to main at ai-char/ai-service-front 2026-02-08 14:37:14 +00:00
0b9746bce8 Merge pull request 'init auth' (#1) from auth into main
6856449075 init auth
Compare 2 commits »
xidas merged pull request ai-char/ai-service-front#1 2026-02-08 14:37:14 +00:00
init auth
xidas created pull request ai-char/ai-service-front#1 2026-02-08 14:37:09 +00:00
init auth
xidas pushed to auth at ai-char/ai-char-bot 2026-02-08 14:36:39 +00:00
1832d07caa init
b704707abc init auth
Compare 2 commits »
xidas created branch auth in ai-char/ai-char-bot 2026-02-08 14:36:39 +00:00
xidas pushed to auth at ai-char/ai-service-front 2026-02-08 14:36:07 +00:00
6856449075 init auth
xidas created branch auth in ai-char/ai-service-front 2026-02-08 14:36:07 +00:00
xidas pushed to main at ai-char/ai-service-front 2026-02-07 23:14:52 +00:00
7732856f90 feat: Implement asset picker functionality and refactor history loading to refresh with new items instead of appending.
xidas pushed to main at ai-char/ai-char-bot 2026-02-07 23:13:43 +00:00
31893414eb feat: Add pagination with total count to generation listings and enable filtering assets by type.
xidas pushed to main at ai-char/ai-service-front 2026-02-07 12:14:35 +00:00
2885382f1f feat: Implement infinite scroll for generation history and enhance the display of generation statuses (failed, processing).
xidas pushed to main at ai-char/ai-char-bot 2026-02-07 12:07:25 +00:00
aa50b1cc03 fix: prevent filtering by linked_character_id: None when character_id is None in generation queries.
xidas pushed to main at ai-char/ai-service-front 2026-02-07 12:03:58 +00:00
1b9fddd209 Refactor: Extract sidebar navigation from individual views into a new AppSidebar component.
xidas pushed to main at ai-char/ai-service-front 2026-02-07 11:44:06 +00:00
7f8ce19cb1 feat: Add Flexible Generation navigation button to AssetsView and ImageToPromptView.
xidas pushed to main at ai-char/ai-service-front 2026-02-07 11:41:31 +00:00
9f0805bba5 feat: Add FlexibleGenerationView for customizable AI content generation with character, asset, quality, and aspect ratio controls, including persistence and status polling.