| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename: client -> frontend | syuilo | 2022-12-27 | 1 | -275/+0 |
| | | |||||
| * | Fix lint errors (except `@typescript-eslint/prefer-nullish-coalescing`) (#9311) | Kagami Sascha Rosylight | 2022-12-12 | 1 | -1/+1 |
| | | | | | | | | | | * `yarn workspace client run lint --fix` * `eslint-disable-next-line no-var` for service worker self * A few more manual sw fixes * word change | ||||
| * | enhance(client): ネストしたルーティングに対応 | syuilo | 2022-07-20 | 1 | -76/+112 |
| | | |||||
| * | fix(client): デッキUI時に ページで表示 ↵ | syuilo | 2022-07-17 | 1 | -3/+3 |
| | | | | | | | ボタンが機能しない問題を修正 Fix #9010 | ||||
| * | chore(client): fix routing | syuilo | 2022-07-13 | 1 | -1/+3 |
| | | |||||
| * | fix(client): fix url encoded string handling of nirax | syuilo | 2022-07-13 | 1 | -5/+6 |
| | | | | | Fix #8878 | ||||
| * | enhance(client): improve usability | syuilo | 2022-07-05 | 1 | -1/+6 |
| | | |||||
| * | Prevent access to user pages when not logged in [v2] (#8904) | Johann150 | 2022-06-29 | 1 | -0/+6 |
| | | | | | | | | | | | | | * do not throw error when navigating * enhance: add loginRequired to router This allows client pages to require logging in before displaying the page, useful for example for user settings pages. * add login requirements Co-authored-by: Andreas Nedbal <git@pixelde.su> | ||||
| * | enhance(client): improve router | syuilo | 2022-06-29 | 1 | -0/+11 |
| | | | | | Fix #8902 | ||||
| * | chore(client): fix #8858 | syuilo | 2022-06-28 | 1 | -0/+5 |
| | | |||||
| * | fix(nirax): Normalize path (#8877) | tamaina | 2022-06-24 | 1 | -2/+4 |
| | | |||||
| * | chore: add comments | syuilo | 2022-06-21 | 1 | -0/+2 |
| | | |||||
| * | tweak client | syuilo | 2022-06-21 | 1 | -3/+8 |
| | | | | | Fix #8856 | ||||
| * | refactor(client): Refine routing (#8846) | syuilo | 2022-06-20 | 1 | -0/+200 |