mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-05 04:40:37 +00:00
Changed filter clients modal design
This commit is contained in:
parent
7f77b3c6ca
commit
0b0f38cd2e
8 changed files with 253 additions and 189 deletions
|
@ -64,8 +64,6 @@ class _ListDetailsScreenState extends State<ListDetailsScreen> {
|
|||
final filteringProvider = Provider.of<FilteringProvider>(context);
|
||||
final appConfigProvider = Provider.of<AppConfigProvider>(context);
|
||||
|
||||
final width = MediaQuery.of(context).size.width;
|
||||
|
||||
Filter? list;
|
||||
try {
|
||||
list = filteringProvider.filtering != null
|
||||
|
@ -322,7 +320,7 @@ class _Content extends StatelessWidget {
|
|||
)
|
||||
: null,
|
||||
trailing: IconButton(
|
||||
onPressed: () => openUrl(list!.url),
|
||||
onPressed: () => openUrl(list.url),
|
||||
icon: const Icon(Icons.open_in_browser_rounded),
|
||||
tooltip: AppLocalizations.of(context)!.openListUrl,
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue