-
Notifications
You must be signed in to change notification settings - Fork 880
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
feat(plugin): settings-ui #3066
base: master
Are you sure you want to change the base?
Conversation
Edit: 2 weeks have passed w/o any message, so I'll continue with whatever I think looks best. |
…usic into feat/settings-ui
close: () => void; | ||
} | ||
|
||
export default ({ close }: SettingsModalProps) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In Solid.js, you should not use object destructuring on props. If you destructure props, you will lose reactivity.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I know, I just don't have reactive values in that specific instance
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ig it is good practice to not destructure the props anywhere, just for the sake of being consistent
About
This is a plugin that introduces a new settings interface!
Configuring everything through menu options is not only a pain, but it is also a pain! (double pain!)
I propose that this plugin is enabled by default, but I won't insist on that if you think otherwise.
TODO
Screenshots