Stu Fisher
Stu Fisher
**Is your feature request related to a problem? Please describe.** For models and schemas it would be nice to display these in table format, rather than the current list of...
I've tried to isolate the interaction with other services. Enhanced metadata can be enabled by setting `ENHANCE_METADATA=true` in your env. Works for currently playing and things in the queue. Some...
Merges a variety of other peoples MRs: * https://github.com/Villarrealized/sonos-web/pull/65 * https://github.com/Villarrealized/sonos-web/pull/61 * https://github.com/Villarrealized/sonos-web/pull/60 Fixed / added: * Added ability to set spotify region from .env: `REGION=EU` * Fix removing zone...
Fixes marshmallow4 warnings. Breaking for marshmallow < 3.13, i updated the requirements. See https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst#3130-2021-07-21
Update black version to fix ``` ImportError: cannot import name '_unicodefun' from 'click' ``` I didn't bump to the latest release as this may require code reformatting
For small landscape screens replace the bottom now playing bar with a right hand sidebar: Requires relaxation of eslint `operator-linebreak` so vetur formatter (prettier) can be used (https://github.com/sonos-web/sonos-web/pull/120).
Is there a particular reason this is disabled on archive pages? Its very easy to make it work on these pages by editing lines 279 & 1414, but it would...
In our project we have components that are wrapped which means docgen detects components with the same name. This patch makes sure that each component is written to a unique...
### Describe the bug When using `ignoreValue` in conjunction with dark mode and `HeatmapVis`, there seems to be a white border on the top / bottom of the relative pixel....