fix deep link to privacy policy and update docker file with lastest container for ollama, portainer and api-hub

This commit is contained in:
Yasien Mac Mini 2026-06-04 10:47:27 +02:00
parent 4b1a70f709
commit ef1f8b18cd
6 changed files with 52 additions and 29 deletions

View file

@ -237,15 +237,8 @@ class _MIHAppDrawerState extends State<MIHAppDrawer> {
],
),
onTap: () {
WidgetsBinding.instance
.addPostFrameCallback((_) async {
context
.read<AboutMihProvider>()
.setToolIndex(1);
});
context.goNamed(
"aboutMih",
extra: true,
"mihPrivacyPolicy",
);
},
),
@ -268,15 +261,8 @@ class _MIHAppDrawerState extends State<MIHAppDrawer> {
],
),
onTap: () {
WidgetsBinding.instance
.addPostFrameCallback((_) async {
context
.read<AboutMihProvider>()
.setToolIndex(2);
});
context.goNamed(
"aboutMih",
extra: true,
"mihTermsOfService",
);
},
),