Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ログインしていない場合及びログアウト時の処理について #80

Open
Hayao0819 opened this issue Jul 28, 2024 · 1 comment

Comments

@Hayao0819
Copy link
Collaborator

Hayao0819 commented Jul 28, 2024

if (!api) return null

ログインしていない状態でノートページを開くとLoadingのままになってしまうので、リダイレクト等の処理がしたいです。

フックの中でリダイレクトを行うか、各コンポーネント側で責任を持つべきか教えて下さい。

また、ログアウトした場合タイムラインが保持される挙動が少々不自然なので、useAuthのlogout関数でリダイレクトするか、タイムライン側のフックでアカウントが存在しない場合の処理を追加する等を行いたいですが、どういう方針にするべきか意見が聞きたいです。

@Hayao0819 Hayao0819 changed the title ログインしていない場合の例外処理について ログインしていない場合及びログアウト時の処理について Jul 28, 2024
@yamader
Copy link
Owner

yamader commented Jul 28, 2024

んー確🦀
将来はログイン無しでもどっかしらの鯖に接続できるようにしたい気もするので,どっちかというとページ側で別の表示にしてやりたい感
いまのところは"TLは空です"みたいな表示を出すだけでいいかな
現状 単にリストの末尾にLoadingを置いてるだけだけど,TLのHookにステート(初期値・初回ロード完了・新着)を表現する何かを生やしてもいいかも

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants