mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
Disabled Syncrow Analytics feature for release purposes.
This commit is contained in:
@ -14,8 +14,9 @@ class ChartsLoadingWidget extends StatelessWidget {
|
|||||||
child: const SizedBox.square(
|
child: const SizedBox.square(
|
||||||
dimension: 16,
|
dimension: 16,
|
||||||
child: FittedBox(
|
child: FittedBox(
|
||||||
child: CircularProgressIndicator(
|
child: Padding(
|
||||||
padding: EdgeInsetsDirectional.only(end: 8),
|
padding: EdgeInsetsDirectional.only(end: 8),
|
||||||
|
child: CircularProgressIndicator(),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -143,19 +143,6 @@ class HomeBloc extends Bloc<HomeEvent, HomeState> {
|
|||||||
color: ColorsManager.primaryColor,
|
color: ColorsManager.primaryColor,
|
||||||
),
|
),
|
||||||
|
|
||||||
HomeItemModel(
|
|
||||||
title: 'Syncrow Analytics',
|
|
||||||
icon: Assets.devicesIcon,
|
|
||||||
active: true,
|
|
||||||
onPress: (context) {
|
|
||||||
context.read<SpaceTreeBloc>().add(ClearCachedData());
|
|
||||||
BlocProvider.of<RoutineBloc>(context)
|
|
||||||
.add(const TriggerSwitchTabsEvent(isRoutineTab: false));
|
|
||||||
context.go(RoutesConst.analytics);
|
|
||||||
},
|
|
||||||
color: ColorsManager.primaryColor,
|
|
||||||
),
|
|
||||||
|
|
||||||
// HomeItemModel(
|
// HomeItemModel(
|
||||||
// title: 'Move in',
|
// title: 'Move in',
|
||||||
// icon: Assets.moveinIcon,
|
// icon: Assets.moveinIcon,
|
||||||
|
Reference in New Issue
Block a user