- implement cloud functions for printing

- implement AMOLED mode
- implement reset layout
This commit is contained in:
Amruth Pillai
2020-07-12 15:04:07 +05:30
parent f468ca73c3
commit 5ccc360345
19 changed files with 4004 additions and 20 deletions

View File

@ -31,6 +31,10 @@ const Onyx = ({ data }) => {
const dispatch = useDispatch();
useEffect(() => {
dispatch({
type: 'set_fixed_sections',
payload: ['profile', 'social'],
});
dispatch({ type: 'set_block_count', payload: 3 });
}, []);