Nick Wittwer
Nick Wittwer
- Record only certain screen, 2+ screens, all screens - Save to format like `.mp4` This would be especially cool if you could also add browser & device frames. Would...
Ability to change the background color
(Depends on Electron 7.0) It is suggested to avoid using the remote module of Electron for security and performance issues. Electron 7.0 has some new functions to use instead. -...
Idea: Create a GIF of the main parts of Reflex using a test automation script (e.g. Playwright) 1. Open the app 2. Create screens from a common template 3. Go...
The current internals for handling the synchronization of "screens" in Reflex is likely not following best practice. How could we improve it? See: https://github.com/reflex-app/reflex/blob/dev/packages/app/src/renderer/components/Screens/WebPage.vue https://github.com/electron/electron/blob/master/docs/tutorial/context-isolation.md#migration
**Problem:** "Cannot read property 'length' of undefined" (usually for `artboards.length`). **Current workaround:** Try clearing your local storage by opening the DevTools > Application > Local Storage > file:// > and...
Allow users to create and install their own plugins/extensions. - How might the plugins be written? NPM modules? - How might users install a plugin through Reflex? Any ideas about...
The original Reflex is essentially built on top of `localStorage`, but I'm not sure how scalable and resilient this is, given that data is stored to the local Chromium instance,...
Add ability to create a new screen from a list of common device - [ ] List of common devices with name and resolution - [ ] UI: Create new...