We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
デッキにおいてカラム単位でアカウントを切り替えて使用できるようにする。 リモートサーバーのアカウントを使いたい話と同様に、$iに依存している?のを何とかする必要があると考えられる。
$i
googleサービスのように、URL/クエリパラメータでアカウントを判別することで、異なるタブで異なるアカウントを同時に利用出来るようにする。 タブは分かれているので比較的何とかなりやすい…?
[Googleの例] https://mail.google.com/mail/u/0/#inbox https://mail.google.com/mail/u/1/#inbox
アカウントを切り替えると毎回重いリロードが挟まって不便であるため。(現状で同時に使うためには、ブラウザ側のアカウント切り替えやコンテナータブ等が必要になる) 複数アカウントある場合に利用しやすくするため。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
案1
デッキにおいてカラム単位でアカウントを切り替えて使用できるようにする。
リモートサーバーのアカウントを使いたい話と同様に、
$i
に依存している?のを何とかする必要があると考えられる。案2
googleサービスのように、URL/クエリパラメータでアカウントを判別することで、異なるタブで異なるアカウントを同時に利用出来るようにする。
タブは分かれているので比較的何とかなりやすい…?
Purpose
アカウントを切り替えると毎回重いリロードが挟まって不便であるため。(現状で同時に使うためには、ブラウザ側のアカウント切り替えやコンテナータブ等が必要になる)
複数アカウントある場合に利用しやすくするため。
Do you want to implement this feature yourself?
The text was updated successfully, but these errors were encountered: