Commit graph

20 commits

Author SHA1 Message Date
b446d17c4f
feat(frontend): add RegisterView + router 2023-12-26 20:37:59 -05:00
d78c90d654
feat(frontend): add TextInput component 2023-12-26 19:46:24 -05:00
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
34fb9a3fc7
Revert "chore(frontend): resolve imports from src to avoid harder-to-read relative imports"
This reverts commit b46dac66a3.
2023-12-22 00:25:59 -05:00
b46dac66a3
chore(frontend): resolve imports from src to avoid harder-to-read relative imports 2023-12-21 23:47:49 -05:00
81e83ddb66
refactor: refactor filedetails + filelist into filelistview wrapper 2023-12-21 23:31:54 -05:00
2e6c03146c
feat(fe-routing): using router in application root 2023-12-20 23:01:13 -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
91e6004956
refactor(frontend): queries > hooks, consolidate useFileMutations (#24)
* refactor(frontend): queries > hooks, consolidate useFileMutations

* refactor(frontend): extract hook types

* refactor(frontend): extract axios, fix type imports
2023-08-18 21:07:00 -04:00
35b582394c
feat(frontend): file downloads (#23)
* feat(frontend): file downloads flow

* refactor(frontend): downloadFile to fetches hook

* test(frontend): coverage for FileList downloads

* test(frontend): downloads through FileDetails

* test(frontend): ensure that DOM clicks are mocked in jest

* docs(frontend): add details on file fetches hook
2023-08-18 19:01:24 -04: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
5010da18f5
feat(frontend): add delete functionality (#19)
* feat(frontend): add delete functionality

* test(frontend): coverage for deletion buttons
2023-08-17 22:59:22 +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