Nick Wittwer

Results 39 issues of 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...

Type: Feature Request

Ability to change the background color

Good First Issue
Type: Feature Request

(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. -...

Type: Enhancement
Type: Performance

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...

Type: Tooling

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

Help Wanted
Type: Enhancement

**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...

Type: Bug
Help Wanted
Good First Issue

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...

Help Wanted

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...

Help Wanted
Type: Feature Request