feat(app): страница здоровья вместо разрозненных /sync и data quality
/sync и блок data quality на дашборде сведены в один /health с двумя вкладками (Источники, Качество данных); дашборд ссылается на неё вместо собственного bottom sheet. Список находок вынесен в общий виджет DataQualityList, чтобы не дублировать рендер.
This commit is contained in:
@@ -47,7 +47,7 @@ const _destinations = [
|
||||
_Destination(
|
||||
'/transactions', Icons.receipt_long_outlined, Icons.receipt_long, 'Операции'),
|
||||
_Destination('/rules', Icons.rule_folder_outlined, Icons.rule_folder, 'Правила'),
|
||||
_Destination('/sync', Icons.sync_outlined, Icons.sync, 'Синк'),
|
||||
_Destination('/health', Icons.monitor_heart_outlined, Icons.monitor_heart, 'Здоровье'),
|
||||
_Destination('/settings', Icons.settings_outlined, Icons.settings, 'Настройки'),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user