-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add preset save button #118 #147
Add preset save button #118 #147
Conversation
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am unable to run this branch. In docker-compose up --build
an error occurs. Did not change anything in the configuration. Running the command on other branches works.
Co-authored-by: Ingrid Münch <[email protected]> Signed-off-by: Jens Wächtler <[email protected]>
Co-authored-by: Ingrid Münch <[email protected]> Signed-off-by: Jens Wächtler <[email protected]>
Co-authored-by: Ingrid Münch <[email protected]> Signed-off-by: Jens Wächtler <[email protected]>
I see, sorry. I thought you already want it to be reviewd :) |
Co-authored-by: Ingrid Münch <[email protected]> Signed-off-by: Jens Wächtler <[email protected]>
…e-button # Conflicts: # Apps/frontend/src/views/Oscilloscope.svelte
Co-authored-by: Ingrid Münch <[email protected]> Signed-off-by: Jens Wächtler <[email protected]>
Co-authored-by: Ingrid Münch <[email protected]> Signed-off-by: Jens Wächtler <[email protected]>
Signed-off-by: Philipp Kramer <[email protected]>
…ve-save-preset-button-and-text-box
…o distributing of waves adapts to number of current active channels
Signed-off-by: Marcel Schöckel <[email protected]>
Signed-off-by: Marcel Schöckel <[email protected]>
…uce clutter Signed-off-by: Marcel Schöckel <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First rough review, might add more later on.
I didn't mention some of the stuff regarding the DistributeButton
cause it should be fixed when you pull dev
when the button is merged in there.
I cannot close your conversion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't fully test with generator, but the config save&restore works so far without it.
Would be a nice addition to auto hide the view after save/restore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functionality LGTM, some UX not as I'd have expected.
This PR includes the complete preset feature set.
You can now create and select presets, which are stored inside the backend
(The dropdown list is just empty because of not running backend during the screenshot)