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
951 stars 152 forks source link

feat: keyboard shortcuts #186

Open aruznieto opened 1 year ago

aruznieto commented 1 year 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 1 year ago

Conflicting files should be resolved before merging the PR.

aruznieto commented 1 year ago

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

dec0dOS commented 1 year 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