Merge pull request #279 from cogwheel0/refactor-notes-platform-controls
refactor(notes): Improve code formatting and replace platform-specific refresh controls
This commit is contained in:
@@ -2030,6 +2030,10 @@ class _ChatPageState extends ConsumerState<ChatPage> {
|
||||
// Messages Area fills entire space with pull-to-refresh
|
||||
Positioned.fill(
|
||||
child: ConduitRefreshIndicator(
|
||||
// Position indicator below the floating app bar
|
||||
edgeOffset:
|
||||
MediaQuery.of(context).padding.top +
|
||||
kToolbarHeight,
|
||||
onRefresh: () async {
|
||||
// Reload active conversation messages from server
|
||||
final api = ref.read(apiServiceProvider);
|
||||
|
||||
Reference in New Issue
Block a user