feat: Fix hive errors, change provider hierarchy for blocs, translate strings

This commit is contained in:
Anton Stubenbord
2023-04-25 01:16:14 +02:00
parent 1f335119b3
commit 8c2a6928b4
34 changed files with 502 additions and 363 deletions

View File

@@ -190,7 +190,7 @@ class _DocumentEditPageState extends State<DocumentEditPage> {
allowCreation: true,
allowExclude: false,
initialValue: TagsQuery.ids(
include: state.document.tags,
include: state.document.tags.toList(),
),
).padded(),
if (_filteredSuggestions?.tags