Chris Simmons

Results 185 comments of Chris Simmons

I have adjusted a few things today, a11y and pagination are now mostly working. However, I feel like the state management is really making things complicated. I think next go...

The table has been updated to use writable stores for state. All features (for release) have been implemented. Plus everything is documented. I've updated the PR from draft to "ready...

NOTE: nearly all items reported by @ryceg on the PR comments have been resolved. Just awaiting feedback on the two items remaining.

Noting this - we should implement more style props and customization options for the simple Table component.

> missing values in sourceData show as undefined in cell: If you delete the name prop from one of the rows in the sourceData, it displays undefined. This is kind...

Since we won't be able to fit EVERY request in this release, I've created this ticket to track requested updates: - https://github.com/Brain-Bones/skeleton/issues/538

Since I keep getting pinged on this one, I thought I'd at least share the solution we've gone with in the meantime: https://gka.github.io/chroma.js/ This is an extremely tiny dependency that...

Note I've just noticed Issue 2 may be intended behavior per your README instructions: ``` @event Use the @event tag to type dispatched events. ``` We would love to be...

@metonym That would be awesome if we could handle both scenarios. For our project we use the default slot for different reasons, so being able to specify the intention would...

@metonym FYI I noted you're using the multi-line comment format, whereas I was using single line, so I've corrected that on my end. That was the source of some of...