-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Show/Hide Screens #161
Comments
Hi, can I take this one? :) |
@emilkowalski Sure! :) Let me know if you run into any issues getting it running or finding things. Try branching off from |
@nwittwer I have managed to implement this feature, but forgot to branch off from dev, that's why I closed the pull request. I've branched off from dev now, but when I run yarn run dev, im getting an error: |
@emilkowalski Sorry about the late comment about branching from To fix that other issue you mentioned, try clearing your local storage by opening the DevTools > Application > Local Storage > file:// > and then delete the Reflex key. After reloading the app it should work again. I'd like to add an OS menu item to easily delete this, because I think this error happens when the localStorage data model has changed. It is a migration issue. Please let me know if it isn't fixed after that. UPDATE: I've detailed this bug and an idea to deal with it here: #165 I haven't been able to try it out yet, but I think your solution seems good! Please go ahead and try the fix and then make another PR :) |
Ability to hide or show a screen on the canvas. Most likely makes sense in the right-click context menu for the sidebar and when clicking on a screen.
The text was updated successfully, but these errors were encountered: