meatier icon indicating copy to clipboard operation
meatier copied to clipboard

:hamburger: like meteor, but meatier :hamburger:

Results 36 meatier issues
Sort by recently updated
recently updated
newest added

On Firefox 45.0.2 , if i go to http://127.0.0.1:3000/kanban, the login page is not show and screen just show `Logging in...` . No issue on Chrome.

This code from `src/universal/modules/auth/ducks/auth.js`: ``` export function oauthLogin(providerEndpoint, redirect) { ... const res = await fetch(hostUrl() + providerEndpoint, { method: 'get', mode: 'no-cors', credentials: 'include' }); ... } ``` if...

help wanted

SignUp Reqs: - Captcha - client-side validation - Attempt login if user already exists (done) Login Reqs: - no client-side validation - hide wrong field (email/pass) from the client (smarter...

help wanted

Hi guys, What do you think about using this pattern in meatier https://github.com/ghengeveld/react-redux-styleguide#components-and-containers example of component /meatier/src/universal/modules/kanban/components/Kanban/Kanban.js

The API is practically almost the same and is more lightweight.