You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dump headlessui disclosure button and make the expansion state externally controlled. This should fix the expansion state bugs
add top filters for decl type and substring match.
make sure modules with nothing inside them are handled in some reasonable way. Consider graying them out and/or sorting to the bottom of the list. Might not want to do these things if it makes the UI feel jumpy. Need to play around with it
The text was updated successfully, but these errors were encountered:
For the top filters, I think the decl type filtering would be awesome! For the substring match, we should just check that it's useful given the global search we have now. If we decide it's still good to add, we can likely share fuzzy search logic between this filter and the global search :)
The text was updated successfully, but these errors were encountered: