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
現在リクエスト成功/失敗時にtoastが出るようになっているが、loading toastは無い。リクエスト直後にsubmit系ボタンがdisabledになるようになっているが、マウスホバーしないと「ローディング中なのか」「フォーム内容にバリデーションエラーがあるか」がわからない(バリデーションエラーが赤字で出るようにはなっているが)。
loading toastもあると現在の状態がわかりやすいと考えている。
No response
solid toastのpromiseを使うとスッと実装できそう (https://github.com/ardeora/solid-toast?tab=readme-ov-file#promise)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
問題の説明
現在リクエスト成功/失敗時にtoastが出るようになっているが、loading toastは無い。リクエスト直後にsubmit系ボタンがdisabledになるようになっているが、マウスホバーしないと「ローディング中なのか」「フォーム内容にバリデーションエラーがあるか」がわからない(バリデーションエラーが赤字で出るようにはなっているが)。
新機能の説明
loading toastもあると現在の状態がわかりやすいと考えている。
その他の案
No response
参考資料
solid toastのpromiseを使うとスッと実装できそう (https://github.com/ardeora/solid-toast?tab=readme-ov-file#promise)
The text was updated successfully, but these errors were encountered: