Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
refactor: main screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Craftplacer committed Oct 29, 2023
1 parent e91770c commit 51381dc
Show file tree
Hide file tree
Showing 9 changed files with 211 additions and 241 deletions.
2 changes: 1 addition & 1 deletion src/kaiteki/lib/l10n
4 changes: 0 additions & 4 deletions src/kaiteki/lib/preferences/app_experiment.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ enum AppExperiment {
articleView(
"Article view",
"Read posts like articles",
),
notificationMenu(
"Notification menu",
"See your notifications in a popup menu",
);

final String displayName;
Expand Down
6 changes: 0 additions & 6 deletions src/kaiteki/lib/preferences/app_preferences.dart
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,6 @@ final showDedicatedPostOpenButton = createSettingProvider<bool>(
provider: sharedPreferencesProvider,
);

final useSearchBar = createSettingProvider<bool>(
key: "useSearchBar",
initialValue: false,
provider: sharedPreferencesProvider,
);

final recentlyUsedEmojis = createSettingProvider<List<String>>(
key: "recentlyUsedEmojis",
initialValue: const [],
Expand Down
Loading

0 comments on commit 51381dc

Please sign in to comment.