QOL: Mzansi AI Chat Look and Feel pt2 & Startup question
This commit is contained in:
parent
d75da5389a
commit
d9fb9dd758
13 changed files with 225 additions and 87 deletions
|
|
@ -286,11 +286,11 @@ class _MihPersonalHomeState extends State<MihPersonalHome>
|
|||
hintColor: MihColors.getPrimaryColor(
|
||||
MzansiInnovationHub.of(context)!.theme.mode == "Dark"),
|
||||
onPrefixIconTap: () {
|
||||
mzansiAiProvider
|
||||
.setStartUpQuestion(searchController.text);
|
||||
context.goNamed(
|
||||
"mzansiAi",
|
||||
);
|
||||
if (searchController.text.isNotEmpty) {
|
||||
mzansiAiProvider
|
||||
.setStartUpQuestion(searchController.text);
|
||||
}
|
||||
context.goNamed("mzansiAi");
|
||||
searchController.clear();
|
||||
},
|
||||
searchFocusNode: _searchFocusNode,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue