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

Frontend #12

Merged
merged 17 commits into from
Nov 2, 2022
Merged

Frontend #12

merged 17 commits into from
Nov 2, 2022

Conversation

medzernik
Copy link
Contributor

Can read and write from the data.json

khanguyen7 and others added 17 commits November 1, 2022 17:55
Simplified HidInfo interface
- removed the following fields: vkcode, icon, category, tooltip, shortId,
- renamed the following fields: byte -> HIDcode, id -> displayString

Updated the return values in the Hid class
- non-standard keys, i.e. the ones not physically on my keyboard, have not been added yet

Refactored code to accommodate these changes where needed
Updated
- Fixed Macro Cards not updating trigger key displays when switching between collections
- Comments for future tasks
- Sequence type in Macro interface

Removed
- MacroView.tsx, unused
Users cannot make collections that have the same name. This serves to ensure that the collection name is a unique field that we can then use for finding specific collections
Users may not want a specific collection of macros to be active all the time. They can easily toggle collections on and off at the press of a button.
… initialize_backend() function to read the config file.

Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Renamed the function to get_configuration in src/App.tsx

Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
Signed-off-by: David M <1900179+medzernik@users.noreply.github.com>
@medzernik medzernik merged commit 3f6da5f into main Nov 2, 2022
@medzernik medzernik deleted the frontend branch November 2, 2022 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants