You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The login/signup screen are half-styled. Let's improve these by bulma-izing them.
Additional context
Describe the Technical Implementation of the Solution
Solution
We have an ApplicationFormBuilder now that might accept a submit method. Otherwise, you might have to generate the devise views. Finding a way to override the button is preferred to generating all the views in our app. In bulma, we'd apply the class is-primary.
References
Any references to materials or help articles that may help in implementing this issue.
The text was updated successfully, but these errors were encountered:
Describe the Feature
Is your feature request related to a problem? Please describe.
The login/signup screen are half-styled. Let's improve these by bulma-izing them.
Additional context
Describe the Technical Implementation of the Solution
Solution
We have an ApplicationFormBuilder now that might accept a
submit
method. Otherwise, you might have to generate the devise views. Finding a way to override the button is preferred to generating all the views in our app. In bulma, we'd apply the classis-primary
.References
Any references to materials or help articles that may help in implementing this issue.
The text was updated successfully, but these errors were encountered: