Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: send wish history request to backend and display response (#182)
* feat: send wish history request to backend and display response * feat: add credentials to fetch request * feat: improve login page * fix: update lockfile * feat: mutate wish history * feat: add instructions to page * feat: add more translatable strings * feat: check more cases and encode authkey * feat: add success check * fix: use encodeUriComponent * fix: completedTimestamp * refactor: split application state and include new icon * fix: regenerate pnpm-lock.yaml * feat: add websocket support * fix: regenerate lock file * chore: require pnpm >= 9 * chore: remove unused eslint rules * chore: remove unused gacha type * chore: remove unused cookie function * fix: github workflow pnpm step * feat: fetch user profile * fix: only fetch when authenticated * fix: set isAuthenticated to false if backend returns AUTHENTICATION_REQUIRED * fix: regenerate lock file * feat: add spanish translation and make wish import page translatable * fix: regenerate lockfile * refactor: wish data table * fix: unescape date * fix: regenerate lockfile * chore: set htmlWhitespaceSensitivity to ignore * fix: add Arlecchino * fix: regenerate lockfile * chore: update fr translation * fix: only translate title not url * fix: query not updating * feat: improve import experience by checking for gacha url * fix: always show wish import button * feat: basic requirements slot on default layout * fix: annoying AUTHORIZATION_REQUIRED notifications * fix: regenerate lockfile * chore: update french translation * chore: update german translation * fix: add translation for PullDistributionByMonth.svelte chart * fix: regenerate lockfile * feat: added pity in overview and detailed view * fix: await backend service and queryClient from layout and use generated types --------- Co-authored-by: Ludovic <[email protected]>
- Loading branch information