zero-ui icon indicating copy to clipboard operation
zero-ui copied to clipboard

feat: keyboard shortcuts

Open aruznieto opened this issue 1 year ago • 3 comments

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

aruznieto avatar Oct 18 '23 07:10 aruznieto

Conflicting files should be resolved before merging the PR.

dec0dOS avatar Oct 19 '23 18:10 dec0dOS

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

aruznieto avatar Oct 19 '23 19:10 aruznieto

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

dec0dOS avatar Oct 21 '23 00:10 dec0dOS