summaryrefslogtreecommitdiff
path: root/packages/client/src/nirax.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename: client -> frontendsyuilo2022-12-271-275/+0
|
* Fix lint errors (except `@typescript-eslint/prefer-nullish-coalescing`) (#9311)Kagami Sascha Rosylight2022-12-121-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): ネストしたルーティングに対応syuilo2022-07-201-76/+112
|
* fix(client): デッキUI時に ページで表示 ↵syuilo2022-07-171-3/+3
| | | | | | ボタンが機能しない問題を修正 Fix #9010
* chore(client): fix routingsyuilo2022-07-131-1/+3
|
* fix(client): fix url encoded string handling of niraxsyuilo2022-07-131-5/+6
| | | | Fix #8878
* enhance(client): improve usabilitysyuilo2022-07-051-1/+6
|
* Prevent access to user pages when not logged in [v2] (#8904)Johann1502022-06-291-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 routersyuilo2022-06-291-0/+11
| | | | Fix #8902
* chore(client): fix #8858syuilo2022-06-281-0/+5
|
* fix(nirax): Normalize path (#8877)tamaina2022-06-241-2/+4
|
* chore: add commentssyuilo2022-06-211-0/+2
|
* tweak clientsyuilo2022-06-211-3/+8
| | | | Fix #8856
* refactor(client): Refine routing (#8846)syuilo2022-06-201-0/+200