Nick Wittwer
Nick Wittwer
BrowserSync is great, but it may be overkill for the needs of Reflex. Running into difficulties using the `proxy` function—especially on `http` sites—and the performance of the server it runs...
Add the ability to remove the cache/localStorage/cookies of each Webview displayed.
Default scrollbars on all OS are large and take up space on the right side. When a Webview loads, replace the default with a nicer variant.
The canvas should be able to zoom out to fit the total size of all the screens
Reflex can be great for screenshots of production apps, and it would be cool to have the ability to define things like titles and descriptions, and easily replace elements on...
Sometimes you just want to focus on a certain screen size—this can be while developing or during a demo. - [ ] Separate area/page, with only one artboard - [...
This unlocks a really interesting workflow where you can: 1. Click "Generate from Media Queries" 2. Click "Screenshot All" 3. Have screenshots for all of the sizes you designed for
If you're using the app in fullscreen or fullscreen next to another window, opening DevTools will create a new popup window, separate from the app. This causes DevTools to show...
Ability to switch between light/dark mode. It should persist your preference to localStorage.
**Problem** Some sites check the user-agent settings (i.e. check if you're using Chrome on Mac), and then show you different content. In order to support testing that functionality, there could...