Commit Graph

16 Commits

Author SHA1 Message Date
cogwheel0
c4a36bb51c feat(cache): Add lightweight in-memory cache with TTL and LRU eviction 2025-11-22 21:53:14 +05:30
cogwheel0
8a8ba76298 refactor: update providers to use keepAlive for enhanced state management
- Changed multiple provider annotations to `@Riverpod(keepAlive: true)` to improve state retention and management across the application.
- This update aligns with recent enhancements in state management practices, ensuring better performance and user experience throughout the app.
2025-10-01 18:32:16 +05:30
cogwheel0
dd96ddccb6 refactor: migrate Phase 2 FutureProvider functions (5-15/15)
Migrated 11 more providers to @riverpod functions:
Core providers:
- userSettingsProvider → userSettings
- conversationSuggestionsProvider → conversationSuggestions
- userPermissionsProvider → userPermissions
- foldersProvider → folders
- userFilesProvider → userFiles
- knowledgeBasesProvider → knowledgeBases
- availableVoicesProvider → availableVoices
- imageModelsProvider → imageModels

Feature providers:
- promptsListProvider → promptsList
- toolsListProvider → toolsList

Bonus notifiers also migrated:
- activePromptCommandProvider → ActivePromptCommand
- selectedToolIdsProvider → SelectedToolIds

Phase 2 Complete! All 15 FutureProvider functions migrated.
All provider names unchanged, no breaking changes.
Analyzer passing, only pre-existing keepAlive warnings.
2025-09-30 14:39:22 +05:30
cogwheel0
462bf4cde2 refactor: migrate to riverpod 3 2025-09-21 22:31:44 +05:30
cogwheel0
4e41a8fd4d feat: redesign chat input 2025-09-19 11:58:22 +05:30
cogwheel0
f934c59d19 refactor: optimize chat input layout and enhance drawer functionality with loading indicators 2025-08-25 15:50:25 +05:30
cogwheel0
4cd00e9193 feat: add web search availability provider and enhance feature toggles in chat and tools modal 2025-08-24 20:55:51 +05:30
cogwheel0
cc46799e20 feat: enhance localization support with additional strings and improved structure 2025-08-24 20:27:11 +05:30
cogwheel0
25201cbcfc refactor: tools design 2025-08-24 14:35:17 +05:30
cogwheel0
2cdbbbc1d3 refactor: ui/ux refinements 2025-08-22 01:24:04 +05:30
cogwheel0
9f80b1e727 refactor: navigation rehaul 2025-08-21 23:56:47 +05:30
cogwheel0
e63c57d1fe feat: image generation 2025-08-21 14:37:49 +05:30
cogwheel0
0c4f323814 refactor: tools modal 2025-08-21 13:02:50 +05:30
cogwheel0
6cea654b88 refactor: unused files 2025-08-20 22:41:55 +05:30
cogwheel0
d2af55c5aa feat: unified tools and search modal 2025-08-20 16:08:44 +05:30
cogwheel0
267a45cd9e feat: tools implementation 2025-08-19 20:26:19 +05:30