Listory/frontend/src
Julian Tölle 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
..
api fix(frontend): fix encoding of queryparameters in api calls 2020-06-01 21:19:50 +02:00
components fix(frontend): add selectable timeframe and styling to listens report 2020-05-14 01:36:05 +02:00
hooks feat(frontend): show recent listens 2020-05-03 21:10:31 +02:00
icons feat(frontend): style recent listens page 2020-05-05 02:52:59 +02:00
util fix(frontend): fix encoding of queryparameters in api calls 2020-06-01 21:19:50 +02:00
App.tsx fix(frontend): redirect to home after login 2020-05-13 21:23:57 +02:00
index.tsx fix(frontend): disable broken service-worker 2020-05-14 12:16:11 +02:00
react-app-env.d.ts feat(frontend): redo setup with ts+tailwind and implement auth+header 2020-05-03 21:10:31 +02:00
serviceWorker.ts feat(frontend): active service worker 2020-05-14 03:10:24 +02:00
setupTests.ts feat(frontend): redo setup with ts+tailwind and implement auth+header 2020-05-03 21:10:31 +02:00
tailwind.css feat(frontend): redo setup with ts+tailwind and implement auth+header 2020-05-03 21:10:31 +02:00