remove comment DevicesViewBody and fix home page

This commit is contained in:
mohammad
2025-02-02 13:17:25 +03:00
parent c578d63134
commit 1189b52c57
6 changed files with 215 additions and 263 deletions

View File

@ -14,8 +14,8 @@ class HomeError extends HomeState {
}
class HomeSuccess extends HomeState {}
class ActivationSuccess extends HomeState {}
class ActivationSuccess extends HomeState {}
class GetSpacesLoading extends HomeLoading {}
@ -64,8 +64,8 @@ class RoomSelected extends HomeState {
class RoomUnSelected extends HomeState {}
class NavChangePage extends HomeState {}
class HomePermissionUpdated extends HomeState {}
class HomePermissionUpdated extends HomeState {}
class HomeUserInfoLoaded extends HomeState {
final UserModel user;