2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 05:26:47 +00:00

561 Commits

Author SHA1 Message Date
Oliver Walters
a18a0222ce Add connection status display to home screen
- Also add some buttons which replicate the functionality available in the app drawer
2020-04-04 14:01:44 +11:00
Oliver Walters
055cc37e68 API improvements
- Simple function connect() which loads saves settings from preferences file
2020-04-04 13:43:29 +11:00
Oliver Walters
6d3db243c3 Move Drawer to separate file
- Now consistent drawer is accessible across all views
2020-04-04 10:48:48 +11:00
Oliver Walters
570e44a83a Remove drawer.dart 2020-04-03 14:50:46 +11:00
Oliver Walters
728597fcdc Allow model class to be filtered
- Each subclass should provide a custom filtering function
2020-04-03 14:27:39 +11:00
Oliver Walters
3a686b8b7f Display for StockItem
- Empty for now
2020-04-03 12:23:57 +11:00
Oliver Walters
7d060acc93 Add "location" display widget 2020-04-03 11:28:46 +11:00
Oliver Walters
718f89b339 Add display for part information
- Very sparse currently
2020-04-03 11:14:25 +11:00
Oliver Walters
d3415e5ebe Simplify PartCategory display
- Pass an InvenTreePartCategory object
2020-04-03 11:00:38 +11:00
Oliver Walters
5d8126d6d1 Display parts in each subcategory 2020-04-03 10:43:43 +11:00
Oliver Walters
01faed03ee Add "Category display" view
- Select "parts" from the app drawer
- Allow traversal of sub-categories
2020-04-03 10:37:28 +11:00