Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | feat: allow multiple products in a waybill | eug-vs | 2021-03-17 | -20/+36 |
| | ||||
* | feat: add WaybillPanel | eug-vs | 2021-03-16 | -34/+88 |
| | ||||
* | feat: allow passing className to Page | eug-vs | 2021-03-16 | -2/+5 |
| | ||||
* | fix: update item correctly | eug-vs | 2021-03-15 | -2/+5 |
| | ||||
* | fix: type checks | eug-vs | 2021-03-14 | -2/+2 |
| | ||||
* | feat: add Delete button | eug-vs | 2021-03-14 | -9/+13 |
| | ||||
* | feat: add illustrations to HomePage | eug-vs | 2021-03-14 | -6/+39 |
| | ||||
* | feat: add useOptions hook | eug-vs | 2021-03-14 | -11/+11 |
| | ||||
* | feat: add Select component | eug-vs | 2021-03-14 | -14/+19 |
| | ||||
* | feat: add Waybills | eug-vs | 2021-03-14 | -2/+36 |
| | ||||
* | refactor: wrap Input into Field | eug-vs | 2021-03-14 | -7/+7 |
| | ||||
* | refactor: create Service abstraction | eug-vs | 2021-03-14 | -149/+127 |
| | ||||
* | feat: add Contractors section | eug-vs | 2021-03-14 | -0/+85 |
| | ||||
* | fix: match keys everywhere | eug-vs | 2021-03-14 | -1/+1 |
| | ||||
* | feat: implement Product Add/Edit | eug-vs | 2021-03-14 | -16/+59 |
| | ||||
* | feat: create initial ProductForm | eug-vs | 2021-03-14 | -4/+19 |
| | ||||
* | feat: add Page component | eug-vs | 2021-03-14 | -8/+37 |
| | ||||
* | feat: pull Products from api | eug-vs | 2021-03-14 | -13/+9 |
| | ||||
* | feat: add DataTable component | eug-vs | 2021-03-14 | -2/+2 |
| | ||||
* | feat: add basic routing | eug-vs | 2021-03-14 | -0/+41 |