Commit graph

11 commits

Author SHA1 Message Date
f6a1c55bf1
build: update parcel + @parcel/* 2023-12-24 01:59:31 -05:00
696b85607e
build: update jest + @testing-library/* 2023-12-24 01:17:55 -05:00
ccf938c74d
build: update typescript@5.3.3 2023-12-23 22:01:34 -05:00
fae5f68740
build: update yarn + node
ci: update node to 20
2023-12-23 22:01:16 -05:00
0a9bbbfa5a
refactor(tests): move tests to colocate with relevant components 2023-12-22 00:37:50 -05:00
738ecbf554
feat(frontend): implement react-based routing components
feat(fe-routing): add pattern support to the router

docs(fe-routing): summary README for the router module

test: update mock data to match new Location prop pattern
2023-12-20 23:01:11 -05:00
b77574e596
refactor(frontend): fetch to axios (#22)
* refactor: replace fetch with axios

* build(frontend): update test command to allow cli args passthrough
2023-08-18 05:24:12 +00:00
cc59ffcc2e feat(frontend): basic upload file + display in list flow 2023-08-11 00:48:57 -04:00
24d31f2d9c build: split taskfiles into be+fe concerns 2023-08-11 00:48:57 -04:00
002b6cdc68
feat(frontend): files API stub instead of hardcoded mocks (#3)
* build(frontend): node version management

* feat: use files API via network instead of hardcoded mock

* fix: mock in tests
2023-08-09 00:52:26 -04:00
25ae69f6f4
feat(frontend): initial mock app + tooling + CI (#1)
* feat(frontend): filelist, filedetails, routing

* ci: enable lint/test/build, preview stub

* ci: linting file filter
2023-08-05 12:46:28 -04:00