-
Notifications
You must be signed in to change notification settings - Fork 45
Login/Signup Models Don't Work #188
Comments
I've not noticed this before, as I usually stay signed in. I'm not completely familiar with the CSS or the UI stuff, paging @justinsoltesz. I'll have a look tonight anyway and see if I can find anything immediately obvious. |
I seem to remember them working the last time I set up my local install. I can take a look again tonight. |
@justinsoltesz any update on this? |
The modals seem to be working fine on my end. |
I've got this problem |
Hi, Yes this is a known issue caused by some recent JS/CSS changes. We're going to be rewriting the JS soon to make use of ES modules. |
Has there been any progress on this? |
@euantorano is currently working on the js changes so I guess he'll commit his changes rather sooner than later |
Yes, I'm working on rewriting all the JS in typescript.
|
When you click the login and sign up links when not signed in, those do not work, at the moment a workaround is manually navigating to auth/signup and auth/login. The only values being added to the html are data-modal="auth/signup?url=", and data-modal="auth/login?url=", no actual model.
@euantorano is there a specific model class that should be used when rendering out the code for the actual model, or is it just the default bootstrap model?
The text was updated successfully, but these errors were encountered: