Commit graph

23 commits

Author SHA1 Message Date
renovate[bot]
309a242820 chore(deps): update yarn to v4.1.1 2024-03-05 00:33:30 +00:00
renovate[bot]
c57865f448
chore(deps): update yarn to v4.1.0 2024-02-01 00:47:28 +00:00
renovate[bot]
ecdd325644
chore(deps): update dependency jsdom to v24 2024-01-23 17:19:32 +00:00
c01c2aa13d
build(fe-scripts): enable selective watching when running tests 2024-01-07 16:31:02 -05:00
b930b0cec5
build(fe-paths): update convoluted relative paths to absolutes with alias 2024-01-04 13:57:02 -05:00
renovate[bot]
99fef92a78
fix(deps): update dependency @tanstack/react-query to v5
refactor(fe-queries): refactor useQuery calls to object syntax

refactor(fe-queries): fix types for QueryResult (unknown -> Error)
2023-12-31 13:42:34 -05:00
be2d4cb182
chore(deps): remove unused process devDep
chore: yarn dedupe
2023-12-30 00:49:59 -05:00
a771e175da
chore(deps): remove unused buffer devDep 2023-12-30 00:49:58 -05:00
984ab6d022
build(fe-tooling): set up vitest to replace jest et al.
fix: include mocha types

fix: missing vitest import

fix: missing vitest import
2023-12-30 00:49:58 -05:00
64743fdad9
build(fe-tooling): set up vite to replace parcel usage
build: use vite instead of parcel for building
2023-12-30 00:49:44 -05:00
8a70c144d5
feat(fe-login): redirect on successful login + provide error feedback on error 2023-12-29 21:15:29 -05:00
1b7731a424 build(fe-formatter): migrate rome to biome, apply unsafe fixes 2023-12-27 20:38:44 -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
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