Mark Perkins
Mark Perkins
Double reload occurs when changing an asset file within the components directory that also gets compiled into the public directory. Need a way of filtering out files types to prevent...
Running the build task on 100's of components can be extremely slow. Some people are reporting build times around the half-hour mark - see issue #169 Needs improvement, possibly in...
Case-senstitivity should be normalised across all properties and parsing steps - see #147 for an example of this causing issues with config file naming.
Some component libraries (like [Primer](https://github.com/primer/view_components)) offer multiple themes for their components. To help with previewing components in themed libraries, it should be pretty straightforward to add a 'component theme' dropdown...
Websocket events are being sent from the server correctly, and the websocket client connects ok, but events are never received on the client side.
Current first-pass implementation has not had any work put into accessibility considerations or how to optimise for keyboard navigation. Need to look into this and how best to test it.
See issue #98 for discussion.
Adding a `cropFiles` entry in the `dropPane` config throws an error and prevents the drop pane from functioning. It doesn't seem to matter what the value is (`true` or `false`)...
All hidden scenarios should be accessible via their URL despite not being displayed in the navigation. This is currently not true for hidden scenarios that are within a group -...