refactor: centralize conversation cache management
- Introduced a new method `refreshConversationsCache` to streamline the invalidation of the conversations provider and optionally the folders provider. - Updated various components to utilize the new cache management method, enhancing code clarity and reducing redundancy. - This refactor improves the efficiency of conversation and folder synchronization across the application.
This commit is contained in:
@@ -1112,7 +1112,7 @@ class _ModernChatInputState extends ConsumerState<ModernChatInput>
|
||||
activeColor = null;
|
||||
}
|
||||
|
||||
const double iconSize = IconSize.xl;
|
||||
const double iconSize = IconSize.large;
|
||||
|
||||
final Color iconColor = !enabled
|
||||
? context.conduitTheme.textPrimary.withValues(alpha: Alpha.disabled)
|
||||
|
||||
Reference in New Issue
Block a user