Added styling for the StyleSelect component #223
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!223
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#171-change-styles-component"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request just adds styling to the styleSelect component that already exists in #196
I was not able to verify the styling changes in the running application, since the StyleSelect component does not appear to be rendered anywhere at the moment (e.g. App.js only renders TemperatureView). This makes it difficult to review the visual result of this PR.
Overall, the direction looks good, but it would help if the component was rendered in the UI (even temporarily) so the styling can be properly tested.
Yeah, I removed the component from App.js prior to making the pull request, since I don't want App to be cluttered by all of our tested components. Just add this to App.js to try it out:

Have double-checked the code, and it works as described/planned.
Merging it now.