mirror of
https://github.com/immich-app/immich.git
synced 2025-11-26 00:20:47 +09:00
feat(mobile): new mobile UI (#12582)
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||||
|
||||
enum TabEnum {
|
||||
home,
|
||||
search,
|
||||
sharing,
|
||||
library,
|
||||
}
|
||||
enum TabEnum { home, search, albums, library }
|
||||
|
||||
/// Provides the currently active tab
|
||||
final tabProvider = StateProvider<TabEnum>(
|
||||
|
||||
Reference in New Issue
Block a user