Use dataclasses instead of extra_classes#597
Conversation
tupui
left a comment
There was a problem hiding this comment.
Wooo thanks! This looks great and I think I get the doc to use it properly! Approving for what it's worth 😃
434cd25 to
d597406
Compare
|
OK - addressed each of @damianavila's suggestions, and also rebased on |
|
Master is currently broken given #574 (comment) I have a fix in place in an upcoming PR: #599. Let's merge that one first and rebase this one so we can effectively compare. |
|
I've merged #599 and updated this branch as well, so that we can compare the changes in code + functionality more directly. Would love feedback on whether this PR is the right direction to go, and anything we'd need to change here. |
|
Updated the example @damianavila - also updated the CSS per your suggestions |
|
And I merged it 😉 |
This changes our version switcher to use
dataclassentries for all dropdown links and the button itself, rather than having users manually add classes to the JSON entries.closes #596