I’d actually be curious to discuss how this should be best implemented, so it’s most compatible with the overall framework.
There’s already my component to feature topic lists: Featured Lists. Right now it renders using the BasicTopicList
component from core. It could also use TopicList
, I’m not sure if there’d be a difference. The default look is:
Now when I add a component that changes the topic list layout, like Topic List Author, this will also reflect on the featured list:
However, when I add the official component Alternative Voting Category Style, it changes the layout on the respective category view:
But it doesn’t update the view on the Featured List component. So I wonder if the best way to go here would be a general component that adds a dedicated topic list column for Votes, similar to the Author column?
But I wonder if I’m missing something as to why the existing official component doesn’t do that?