mirror of
https://github.com/inventree/inventree-app.git
synced 2025-07-30 17:21:28 +00:00
UX Overhaul (#300)
* Add "global actions" to title bar * Implement actions * Add "speed dial" action buttons * tweak global action icons * Refactor actions for "stock item" display * Refactor "part" detail * part category * SupplierPart * More updates * Add BottomAppBar * Add a global bottom app bar * Move "edit" buttons back to the app bar * tweaks * Updates to drawer navigation menu * home screen improvements * text tweaks * Fix appBarTitle for notifications widget * Update "tabs" for category display * Fix for attachment widget * Update tabs for purchaseorder view * Update part display * Cleanup * Add "BOM" tab to part detail widget * Paginated list search cleanup * Update release notes * Update old function * linting * linting * Tweaks to bottomappbar - Increase icon size slightly - Adjust "actions" icon
This commit is contained in:
assets
ios
lib
barcode.dart
pubspec.lockpubspec.yamlsettings
widget
attachment_widget.dartbom_list.dartcategory_display.dartcategory_list.dartcompany_detail.dartcompany_list.dartdrawer.darthome.dartlocation_display.dartlocation_list.dartnotifications.dartpaginator.dartpart_detail.dartpart_image_widget.dartpart_list.dartpart_notes.dartpart_parameter_widget.dartpart_suppliers.dartpurchase_order_detail.dartpurchase_order_list.dartrefreshable_state.dartsearch.dartstock_detail.dartstock_item_history.dartstock_item_test_results.dartstock_list.dartstock_notes.dartsupplier_part_detail.dartsupplier_part_list.dart
@@ -54,7 +54,7 @@ class _SearchDisplayState extends RefreshableState<SearchWidget> {
|
||||
}
|
||||
|
||||
@override
|
||||
String getAppBarTitle(BuildContext context) => L10().search;
|
||||
String getAppBarTitle() => L10().search;
|
||||
|
||||
@override
|
||||
AppBar? buildAppBar(BuildContext context, GlobalKey<ScaffoldState> key) {
|
||||
|
Reference in New Issue
Block a user