summaryrefslogtreecommitdiff
path: root/packages/client/src/nirax.ts (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-12-27rename: client -> frontendsyuilo1-275/+0
2022-12-12Fix lint errors (except `@typescript-eslint/prefer-nullish-coalescing`) (#9311)Kagami Sascha Rosylight1-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
2022-07-20enhance(client): ネストしたルーティングに対応syuilo1-76/+112
2022-07-17fix(client): デッキUI時に ページで表示 ↵syuilo1-3/+3
ボタンが機能しない問題を修正 Fix #9010
2022-07-13chore(client): fix routingsyuilo1-1/+3
2022-07-13fix(client): fix url encoded string handling of niraxsyuilo1-5/+6
Fix #8878
2022-07-05enhance(client): improve usabilitysyuilo1-1/+6
2022-06-29 Prevent access to user pages when not logged in [v2] (#8904)Johann1501-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>
2022-06-29enhance(client): improve routersyuilo1-0/+11
Fix #8902
2022-06-28chore(client): fix #8858syuilo1-0/+5
2022-06-24fix(nirax): Normalize path (#8877)tamaina1-2/+4
2022-06-21chore: add commentssyuilo1-0/+2
2022-06-21tweak clientsyuilo1-3/+8
Fix #8856
2022-06-20refactor(client): Refine routing (#8846)syuilo1-0/+200