small ui changes

This commit is contained in:
Fabian Freund
2026-03-10 03:41:57 +01:00
parent 1b1ee65fb3
commit 3a1bacb746
5 changed files with 34 additions and 26 deletions
@@ -63,6 +63,9 @@ class BangSearch extends _$BangSearch {
Stream<List<BangData>> build() {
_streamController = StreamController();
// Emit initial empty list so UI doesn't show loading state
_streamController.add([]);
ref.onDispose(() async {
await _streamController.close();
});