feat: open a row as a full page (#5111)

* feat: open a row as a full page

* chore: don't set latest open view

* chore: fix calendar open

* chore: disable in relation

* chore: code cleanup

* chore: fix merge conflicts
This commit is contained in:
Richard Shiue 2024-04-29 13:44:42 +08:00 committed by GitHub
parent 3c446d5e78
commit 969726ef73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 1118 additions and 113 deletions

View file

@ -36,7 +36,7 @@ class DocumentPage extends StatefulWidget {
class _DocumentPageState extends State<DocumentPage>
with WidgetsBindingObserver {
EditorState? editorState;
late final documentBloc = DocumentBloc(view: widget.view)
late final documentBloc = DocumentBloc(documentId: widget.view.id)
..add(const DocumentEvent.initial());
@override