genyded
genyded
Along these line, it would also be nice in the advanced branch to show some examples of tracking the current user (viewer), actually handling some crud operations so we can...
Mostly... still getting my head around flux in general, let alone a specific 'flavor' and every little bit helps. I know Meteor pretty well and react, but gluing it into...
The selected options css is way too subtle (we override it). When implementing this, you may want to also make it more obvious which are currently selected.
This is paramount to us. We moved from Quasar to Vuetify because we needed multi-column sort in our tables. But now if we cannot have key navigation in them after...
In our case, we didn't have checkbox enabled/used, so it seems like key navigation should work in that scenario and only be disabled if checkbox is being used. Additionally key...
Should factor into this middleware, multiple dispatches, and other areas that affect the store before it is created. Here is an alternate consideration (click the arrow to expand it): Modified...
Tried upgrading to Meteor 1.3.2 and same thing. Also others reporting seeing this with other kickstarts [here](https://github.com/thereactivestack/kickstart-meteor-react-router/issues/78#issuecomment-216313742)
We have this need as well. We have Organization pseudo-'tenants'. Each Organization admin needs to be able to create there own roles with a pre-defined set of abilities, but not...
@InToSSH **Very cool and thanks for taking the time to provide this!** We were already heading down a very similar path. While we **LOVE** the capability and function that Bouncer...