Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion flutter/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,8 @@ class _LogseqChatFlutterAppState extends State<LogseqChatFlutterApp>
!message.contains('kind=refresh-graphs') &&
!message.contains('kind=send-capture') &&
!message.contains('kind=send-task') &&
!message.contains('kind=search-nodes')) {
!message.contains('kind=search-nodes') &&
!message.contains('patch')) {
return;
}
debugPrint('[NativeEffect] $message');
Expand Down
4 changes: 2 additions & 2 deletions flutter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ packages:
dependency: "direct main"
description:
path: "platform/flutter"
ref: db506b502fce3350839a194314a9542729e9f819
resolved-ref: db506b502fce3350839a194314a9542729e9f819
ref: 2a2cc62dd4583734b7b7f6c226c587e950c5985e
resolved-ref: 2a2cc62dd4583734b7b7f6c226c587e950c5985e
url: "ssh://git@github.com/logseq/lui.git"
source: git
version: "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
lui_flutter_backend:
git:
url: ssh://git@github.com/logseq/lui.git
ref: db506b502fce3350839a194314a9542729e9f819
ref: 2a2cc62dd4583734b7b7f6c226c587e950c5985e
path: platform/flutter
webview_flutter: ^4.14.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ type prop:accessibility-identifier=field.graph-name "Drive Graph"
press prop:accessibility-identifier=button.graph-add.confirm
wait prop:accessibility-identifier=application.shell
expect prop:accessibility-identifier=title.main
expect-absent prop:accessibility-identifier=sheet.graph-create
Loading