0x0ece / yopa-native

0 stars 2 forks source link

Linter and basic setup (redux, subdirs). Fix #10 #11

Closed 0x0ece closed 7 years ago

0x0ece commented 7 years ago

Add ESLint. Auto fix some issues, 53 still to go.

0x0ece commented 7 years ago

Lint error now to 14. Most are now just a matter of time.

Note the diff between Component, PureComponent, and functional component (function), resp. Main, InputBar, Header.

0x0ece commented 7 years ago

I've regressed a bit on the "features", but added proper navigation in Main.js, and prepared different screens.

I'm continuing to work in this PR as otherwise it's too messy - we should sync before continuing/splitting work.

0x0ece commented 7 years ago

Completed the navigation part, with minimal redux actions/reducers for services and groups.

Currently, clicking on a service enters a ServiceScreen. This is not the intended behavior (I think clicking should just copy the secret on the clipboard), but it's just to test the full navigation.