dec0dOS / zero-ui

ZeroUI - ZeroTier Controller Web UI - is a web user interface for a self-hosted ZeroTier network controller.
GNU General Public License v3.0
912 stars 146 forks source link

feat: keyboard shortcuts #186

Open aruznieto opened 10 months ago

aruznieto commented 10 months ago

Add keyboard shortcuts to interface.

Please check the type of change your PR introduces:

What is the current behavior?

Issue Number: #184

Does this introduce a breaking change?

Migration to ES6

Now it is configured to use i18n translations. So we should accept first the PR #182

dec0dOS commented 10 months ago

Conflicting files should be resolved before merging the PR.

aruznieto commented 10 months ago

I need to revise the changes, I do it on GH directly.

dec0dOS commented 10 months ago

SettingsComponent is still present in the code.

To maintain a smoother development process, I'd recommend following these steps:

By doing this, you can easily synchronize your branches with the main branch and reduce the likelihood of conflicts with the base branch. It'll make the development process more efficient and collaborative