refactor: update personalized view handling, improve GitHub issue link, and adjust VaaniLogo size

This commit is contained in:
Dr-Blank 2024-10-05 04:48:52 -04:00
parent fa815ae206
commit 758e4cdc83
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
4 changed files with 11 additions and 5 deletions

View file

@ -116,6 +116,8 @@ class PersonalizedView extends _$PersonalizedView {
ref.read(apiSettingsProvider.notifier).updateState(
apiSettings.copyWith(activeLibraryId: login.userDefaultLibraryId),
);
yield [];
return;
}
// try to find in cache
// final cacheKey = 'personalizedView:${apiSettings.activeLibraryId}';