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

Feature: Add tabs to settings panel #276

Open
BarthPaleologue opened this issue Jan 25, 2025 · 0 comments
Open

Feature: Add tabs to settings panel #276

BarthPaleologue opened this issue Jan 25, 2025 · 0 comments
Labels
enhancement New feature or request QoL This issue is about quality of life ui

Comments

@BarthPaleologue
Copy link
Owner

Right now, the settings panel can only display keybindings. In the future, there will also be sound settings, graphics settings and more!

One way to achieve that is to use a horizontal tab system to cycle through the settings types.

It would be nice to make a reusable tab system wrapping around a Map<string, HTMLElement> for example.

Then the new SettingsPanelContent class would wrap around the reusable tab system to manage the different settings possibilities.

The current initSettingsPanel function will be part of then new SettingsPanelContent class.

@BarthPaleologue BarthPaleologue added enhancement New feature or request QoL This issue is about quality of life ui labels Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request QoL This issue is about quality of life ui
Projects
None yet
Development

No branches or pull requests

1 participant