You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move registerServiceWorker, notification to utils
- utils is a new directory under ./src/ holding misc modules that don't seem to
fit anywhere else.
- createStore was excluded from utils since the store is a core part of our
react/redux app, and so it does make sense as a standalone module in the root
./src/ directory
- Also fixed#37 unnecessary yield undefined.
* Rename 'genericButton' -> 'controlButton'
Also avoided variable name negation by renaming its argument 'notMinimal' ->
'minimal'. Refactor ReplControl to list declarations in decreasing levels of
abstraction.
(addresses review in PR #35)
* Increase test coverage for workspace/Repl.tsx
- Add a mockTypeError in mocks for situations that require a mock SourceError of
some kind.
* Abstract controlButton into components/commons
Also fixed typescript type errors on yarn start.
Resolves#36, resolves#37.
0 commit comments