Skip to content
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

Draft
wants to merge 31 commits into
base: master
Choose a base branch
from

Conversation

ArjixWasTaken
Copy link
Contributor

@ArjixWasTaken ArjixWasTaken commented Mar 7, 2025

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

  • Add settings button
  • Add settings modal
    • General
    • Appearance
    • Plugins
    • Advanced
    • About

Screenshots

Full sidebar Mini sidebar
image image

image
image
image
image

@ArjixWasTaken
Copy link
Contributor Author

ArjixWasTaken commented Mar 7, 2025

Before I develop this further, I'd like your opinions, any suggestions as to what/how the settings should look like?

@th-ch, @JellyBrick, @Su-Yong

Edit: 2 weeks have passed w/o any message, so I'll continue with whatever I think looks best.

@ArjixWasTaken ArjixWasTaken changed the title feat(settings-ui): init feat: settings-ui Mar 7, 2025
@ArjixWasTaken ArjixWasTaken changed the title feat: settings-ui feat(plugin): settings-ui Mar 7, 2025
@JellyBrick JellyBrick added the enhancement New feature or request label Mar 24, 2025
close: () => void;
}

export default ({ close }: SettingsModalProps) => {
Copy link
Collaborator

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.

Copy link
Contributor Author

@ArjixWasTaken ArjixWasTaken Mar 26, 2025

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

Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants