zero-ui
zero-ui copied to clipboard
feat: keyboard shortcuts
Add keyboard shortcuts to interface.
Please check the type of change your PR introduces:
- [ ] Bugfix
- [x] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no API changes)
- [ ] Build-related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
What is the current behavior?
Issue Number: #184
Does this introduce a breaking change?
- [x] Yes
- [ ] No
Migration to ES6
Now it is configured to use i18n translations. So we should accept first the PR #182
Conflicting files should be resolved before merging the PR.
I need to revise the changes, I do it on GH directly.
SettingsComponent is still present in the code.
To maintain a smoother development process, I'd recommend following these steps:
- Always create a new branch based on the current main branch.
- Create a new branch for each new feature you're working on.
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