Matteo Mazzarolo
Matteo Mazzarolo
@ONeill45 awesome! I'd suggest to work on it gradually sto that we can help you out with it and add feedback on both the UI and the code 👍
@ONeill45 if you want you can submit a PR (just write "WIP" in the title) so that I can add comments in the code as well. About the color... that's...
Sure, feel free to send a PR and/or to ask for suggestions! Top right icons/buttons are all shown [here](https://github.com/mmazzarolo/chrome-another-tab/blob/5ae2f7cfcc1c8dd2d59bb4531f48710db1a43f80/src/components/Header.tsx#L65) and their style is defined [here](https://github.com/mmazzarolo/chrome-another-tab/blob/5ae2f7cfcc1c8dd2d59bb4531f48710db1a43f80/src/components/Header.tsx#L132).
@ONeill45 yes, absolutely, thanks! 👍 Please point to the `develop` branch. Let me know if you need any help.
You mean you can submit the PR?
Hi everyone! Does anyone have any hints on how to use offline bundles instead?
Thanks, I thought there was some kind of native implementation for the RN webview but I guess that the easier solution is still the manual replacement :)
While waiting for it remember that you can can easily use `mobx.spy` to intercept and log actions (and all the other stuff too) since `2.2.0`. For example [this might be...
Hey @henrymoulton ! Thanks for reporting 👍
(FYI, I'm currently working on an in-depth tutorial on how/why the approach used by this monorepo might make sense — so I might be a bit slow to handle new...