2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 03:35:28 +00:00

Refactor search widget (#578)

* Refactor search widget

* Cleanup

* Fix for unallocated stock count

* Fix race condition

- Only upate results which match the current search term
- Prevents issues with multiple "competing" queries

* Fix for stock quantity

* Fix icon credits

* Tweak app bar color

* Cleanup visual stylinh
This commit is contained in:
Oliver
2024-12-14 17:29:35 +11:00
committed by GitHub
parent 524c5469f1
commit 665de2bd5a
7 changed files with 168 additions and 105 deletions

View File

@ -29,7 +29,7 @@ Color get COLOR_ACTION {
// Return an "app bar" color based on the current theme
Color get COLOR_APP_BAR {
return Colors.blueGrey;
return Color.fromRGBO(55, 150, 175, 1);
}
const Color COLOR_WARNING = Color.fromRGBO(250, 150, 50, 1);