Commit db9b4d8
feat(demo): add Orders CRUD functionality to demo app
+ Add the ability to create and edit orders
* Update some of the look and feel
* Refactor some of the code into effects (still needs work)
Part of release 0.3.01 parent 499f86a commit db9b4d8
File tree
60 files changed
+1655
-338
lines changed- .vscode
- data
- src
- app
- +customers/components/customer-form
- +orders
- components/order
- containers/orders
- exports
- order-form-dialog
- order-form
- orders-preview-table
- models
- services
- state
- +products/components/product-form
- components/orders-preview-table
- containers
- home
- orders-preview
- core/shell
- facades
- models
- services
- state
- styles
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+1655
-338
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
742 | 742 | | |
743 | 743 | | |
744 | 744 | | |
745 | | - | |
| 745 | + | |
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
| |||
0 commit comments