fix search bar bugs

This commit is contained in:
2025-06-02 09:42:30 +02:00
parent d90373a781
commit 9ca757214f
10 changed files with 10 additions and 2407 deletions

View File

@@ -59,7 +59,7 @@ class _MihPatientSearchState extends State<MihPatientSearch> {
padding: EdgeInsets.symmetric(horizontal: width / 20),
child: MihSearchBar(
controller: _mihPatientSearchController,
hintText: "Search by ID or Medical Aid No.",
hintText: "Search Patient ID/ Aid No.",
prefixIcon: Icons.search,
fillColor:
MzanziInnovationHub.of(context)!.theme.secondaryColor(),

View File

@@ -60,7 +60,7 @@ class _MyPatientListState extends State<MyPatientList> {
padding: EdgeInsets.symmetric(horizontal: width / 20),
child: MihSearchBar(
controller: _myPatientSearchController,
hintText: "Search by ID",
hintText: "Search Patient ID",
prefixIcon: Icons.search,
fillColor:
MzanziInnovationHub.of(context)!.theme.secondaryColor(),

View File

@@ -113,7 +113,7 @@ class _PatManagerState extends State<PatManager> {
List<String> getToolTitle() {
List<String> toolTitles = [
"Waiting Room",
"Patients",
"My Patients",
"Search Patients",
];
return toolTitles;