iceshrimp/packages/client/src/scripts
Johann150 ef9c59430b Prevent access to user pages when not logged in [v2] (#8904)
* 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-29 18:26:06 +09:00
..
aiscript
hpml chore: fix some lints automatically (#8788) 2022-06-10 14:36:55 +09:00
2fa.ts
array.ts
autocomplete.ts
check-word-mute.ts fix lints 2022-06-24 12:44:22 +02:00
collect-page-vars.ts
contains.ts
copy-to-clipboard.ts
device-kind.ts
emojilist.ts
extract-avg-color-from-blurhash.ts
extract-mentions.ts
extract-url-from-mfm.ts
focus.ts
form.ts
format-time-string.ts chore: fix some lints automatically (#8788) 2022-06-10 14:36:55 +09:00
gen-search-query.ts
get-account-from-id.ts
get-note-menu.ts fix typo 2022-06-18 18:27:47 +09:00
get-note-summary.ts
get-static-image-url.ts
get-user-menu.ts refactor(client): Refine routing (#8846) 2022-06-20 17:38:49 +09:00
get-user-name.ts
hotkey.ts
i18n.ts tweak client 2022-06-21 17:55:38 +09:00
idb-proxy.ts
initialize-sw.ts
is-device-darkmode.ts
keycode.ts
langmap.ts
login-id.ts
lookup-user.ts
mfm-tags.ts
page-metadata.ts refactor(client): Refine routing (#8846) 2022-06-20 17:38:49 +09:00
physics.ts chore: fix some lints automatically (#8788) 2022-06-10 14:36:55 +09:00
please-login.ts Prevent access to user pages when not logged in [v2] (#8904) 2022-06-29 18:26:06 +09:00
popout.ts fix(client): fix popout url (#8494) 2022-05-29 12:21:36 +02:00
reaction-picker.ts
scroll.ts refactor: チャットルームをComposition API化 (#8850) 2022-06-20 13:20:28 +09:00
search.ts refactor(client): Refine routing (#8846) 2022-06-20 17:38:49 +09:00
select-file.ts
show-suspended-dialog.ts
sound.ts
sticky-sidebar.ts
theme-editor.ts chore: fix some lints automatically (#8788) 2022-06-10 14:36:55 +09:00
theme.ts chore: fix some lints automatically (#8788) 2022-06-10 14:36:55 +09:00
time.ts
touch.ts
twemoji-base.ts feat: Add Badge Image to Push Notification (#8012) 2022-06-20 00:33:46 +09:00
unison-reload.ts
upload.ts
url.ts
use-chart-tooltip.ts refactor(client): extract tooltip logic of chart 2022-06-25 18:05:35 +09:00
use-interval.ts refactor(client): extract interval logic to a composable function 2022-06-26 03:12:58 +09:00
use-leave-guard.ts fix #8861 2022-06-24 00:47:55 +09:00
use-note-capture.ts
use-tooltip.ts