meteor-useraccounts / boilerplates

Boilerplates Application for Meteor.js using different flavors of AccountsTemplates packages
MIT License
103 stars 64 forks source link

Meteor + FlowRouter + Semantic UI #23

Open glyphing opened 9 years ago

glyphing commented 9 years ago

[tag: Question]

I've tried to reproduce your boilerplate code for bootstrap and FlowRouter using Semantic UI. Everything works fine up to one point: The "Sign In" form is not in a popup, but it covers the entire main region of the BlazeLayout.

How do you get the Sign In form in a popup?

My code is at GitHub.

One more observation: if I use {{> atForm}} the Sign In popup is always shown (and twice as I call the Sign In function).

Thank you. Tommaso

glyphing commented 9 years ago

Perhaps the problem is that the initial state is signIn instead of hide. So even though the user has not yet pressed the button Sign In the state has already switched to signIn.

splendido commented 8 years ago

Ciao Tommaso, you can now have a look at the semantic-ui-flow-router boilerplate. I hope it'll be of help!