save button collapse and smaller logo on small screens #316
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I tried to tackle those UX issues :
I understand the need for a 2-stage save and while it is a source of complexity and confusion (I can think of no similar feature in other softwares), I don't think we'd be better off with a single save button and users blindly overwriting camera settings and the likes each time they edit something.
So if we can't get rid of it, I'd like to make this "capture setup" thing more discoverable by proposing a "save" dropdown that clearly show the save options that are available.
Using this it would be easy to further restrict options based on the "Mode", like what is done for "Standalone".
I also made the whole navbar a bit more compact for smaller screens but it's only marginally related.