Merge branch 'main' into upload-to-album

This commit is contained in:
Alex
2026-05-12 21:00:28 -05:00
committed by GitHub
789 changed files with 38034 additions and 6611 deletions
@@ -240,7 +240,9 @@ class _EditAlbumDialogState extends ConsumerState<_EditAlbumDialog> {
}
Future<void> _handleSave() async {
if (formKey.currentState?.validate() != true) return;
if (formKey.currentState?.validate() != true) {
return;
}
try {
final newTitle = titleController.text.trim();