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

114 Commits

Author SHA1 Message Date
Oliver Walters
cd4731833d Driving the refactor tractor
- InvenTreeAPI() object now has a method to return a cache-backed image from the server
2020-04-05 00:34:08 +11:00
Oliver Walters
528215455d Display part thumbnail in part list 2020-04-05 00:27:54 +11:00
Oliver Walters
44a0c3e18d Improve display of part category / part 2020-04-04 21:16:56 +11:00
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