mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Added placeholders no data charts
This commit is contained in:
parent
6523229ea3
commit
71b870b42f
4 changed files with 85 additions and 52 deletions
|
@ -153,6 +153,7 @@ class _HomeState extends State<Home> {
|
|||
logsProvider.filterLogs();
|
||||
appConfigProvider.setSelectedScreen(2);
|
||||
},
|
||||
isDesktop: width > 700,
|
||||
),
|
||||
),
|
||||
FractionallySizedBox(
|
||||
|
@ -171,6 +172,7 @@ class _HomeState extends State<Home> {
|
|||
);
|
||||
appConfigProvider.setSelectedScreen(2);
|
||||
},
|
||||
isDesktop: width > 700,
|
||||
),
|
||||
),
|
||||
FractionallySizedBox(
|
||||
|
@ -189,6 +191,7 @@ class _HomeState extends State<Home> {
|
|||
);
|
||||
appConfigProvider.setSelectedScreen(2);
|
||||
},
|
||||
isDesktop: width > 700,
|
||||
),
|
||||
),
|
||||
FractionallySizedBox(
|
||||
|
@ -208,6 +211,7 @@ class _HomeState extends State<Home> {
|
|||
logsProvider.filterLogs();
|
||||
appConfigProvider.setSelectedScreen(2);
|
||||
},
|
||||
isDesktop: width > 700,
|
||||
),
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue