Commit graph

495 commits

Author SHA1 Message Date
Renovate Bot
60cedf068c
fix(deps): update dependency autoprefixer to v9.8.6 2020-07-30 20:32:58 +00:00
Renovate Bot
2930bb31ce
fix(deps): update dependency react-router-dom to v5.2.0 2020-07-27 00:51:43 +00:00
Renovate Bot
efcd28499f
chore(deps): update dependency typescript to v3.9.7 2020-07-20 00:30:29 +00:00
67ea28aec7 refactor: use TimeOptions for Listens report 2020-07-12 17:53:31 +02:00
5bc76f23d0 refator: use TimeOptions for TopArtists report 2020-07-12 17:53:31 +02:00
f56218602e fix: remove debug logging 2020-07-11 19:48:18 +02:00
6fc10c40ca feat: add top-artists report 2020-07-04 21:56:27 +02:00
6a6ba493f6 refactor(frontend): create useAsync hook for handling API data 2020-07-04 21:56:27 +02:00
42e8b886a0 feat(frontend): improve loading spinner 2020-07-04 21:56:27 +02:00
Renovate Bot
f9107b74aa
fix(deps): update dependency @types/react to v16.9.41 2020-07-04 19:46:19 +00:00
3712b1909b
Merge pull request #25 from apricote/renovate/testing-library-user-event-10.x
fix(deps): update dependency @testing-library/user-event to v10.4.1
2020-07-04 21:44:15 +02:00
Renovate Bot
e7463b57f7
fix(deps): update dependency @testing-library/user-event to v10.4.1 2020-07-04 19:43:56 +00:00
Renovate Bot
8383c3dd83
fix(deps): update dependency @testing-library/jest-dom to v5.11.0 2020-07-04 19:42:48 +00:00
9482be9f33
Merge pull request #29 from apricote/renovate/react-dom-16.x
fix(deps): update dependency @types/react-dom to v16.9.8
2020-07-04 21:39:42 +02:00
2fdce11bda
Merge pull request #26 from apricote/renovate/node-12.x
fix(deps): update dependency @types/node to v12.12.47
2020-07-04 21:39:29 +02:00
15b4f3918b
Merge pull request #24 from apricote/renovate/testing-library-react-10.x
fix(deps): update dependency @testing-library/react to v10.4.3
2020-07-04 21:39:20 +02:00
3ada6a20ad
Merge pull request #20 from apricote/renovate/fullhuman-postcss-purgecss-2.x [skip ci]
fix(deps): update dependency @fullhuman/postcss-purgecss to v2.3.0
2020-07-04 21:35:18 +02:00
Renovate Bot
b751e69549
chore(deps): update dependency typescript to v3.9.6 2020-07-01 18:09:26 +00:00
Renovate Bot
cd5dcfa126
fix(deps): update dependency @types/react-dom to v16.9.8 2020-06-29 00:29:40 +00:00
Renovate Bot
161b731405
fix(deps): update dependency @testing-library/react to v10.4.3 2020-06-25 04:35:08 +00:00
Renovate Bot
1dd5b3a4ad
fix(deps): update dependency @types/node to v12.12.47 2020-06-22 02:40:07 +00:00
Renovate Bot
64817b9bac
fix(deps): update dependency @fullhuman/postcss-purgecss to v2.3.0 2020-06-15 00:38:11 +00:00
40ce26eadd fix(frontend): fix encoding of queryparameters in api calls
We had a bug where the "+" before the timezone in ISO8601 strings was
being parsed as " " in the server because it was not properly encoded.

By using URLSearchParams to create our querystring we should be fine.
2020-06-01 21:19:50 +02:00
b71523cffb
Merge pull request #8 from apricote/renovate/typescript-3.x
chore(deps): update dependency typescript to v3.9.3
2020-05-21 00:51:57 +02:00
Renovate Bot
ebe6a716b6
chore(deps): update dependency typescript to v3.9.3 2020-05-19 23:46:43 +00:00
Renovate Bot
977f5a7d24
chore(deps): update dependency @types/jest to v25.2.3 2020-05-18 21:27:17 +00:00
7ad4b1e52c fix(frontend): disable broken service-worker
Login breaks because the SW somehow captures the navigation
to `/api/v1/auth/spotify` and instead shows the react app.
2020-05-14 12:16:11 +02:00
fbada1eaac feat(frontend): active service worker 2020-05-14 03:10:24 +02:00
b9ea8808f2 feat(frontend): configure pwa 2020-05-14 03:10:24 +02:00
bf9aba3033 feat(frontend): add favicon 2020-05-14 03:10:24 +02:00
cc7f4b354d fix(frontend): add selectable timeframe and styling to listens report 2020-05-14 01:36:05 +02:00
bdbe5f574a fix(frontend): improve reporting charts 2020-05-13 21:34:13 +02:00
367f37555f fix(frontend): redirect to home after login 2020-05-13 21:23:57 +02:00
Renovate Bot
c0caa31a2b
fix(deps): pin dependencies 2020-05-11 00:24:29 +00:00
ebc079435d feat(frontend): render simple listen report 2020-05-09 19:24:17 +02:00
6bf3b4847e chore(deps): install latest versions 2020-05-07 01:46:03 +02:00
0abc594db4 fix(frontend): fix minor styling+linting issues 2020-05-05 03:19:25 +02:00
1d5cefb447 feat(frontend): style recent listens page 2020-05-05 02:52:59 +02:00
75d3e2edbd feat: add docs and polish 2020-05-03 21:10:31 +02:00
49bff95ea5 feat(frontend): show recent listens 2020-05-03 21:10:31 +02:00
32dcd84964 feat(frontend): show page when login fails 2020-05-03 21:10:31 +02:00
a770b48441 chore(frontend): update deps 2020-05-03 21:10:31 +02:00
05f230a7ce feat(frontend): redo setup with ts+tailwind and implement auth+header 2020-05-03 21:10:31 +02:00
f2065d3f1f feat(api): fetch listens from spotify 2020-05-03 21:10:31 +02:00
f14eda16ac feat(frontend): setup 2020-05-03 21:00:31 +02:00