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
Describe the feature you'd like
10k users get access to site tools which include a list of questions and answers with recent delete and undelete votes. It would be helpful to be able to customize these lists. DOM on page load looks like this:
<tableclass="summary-table collapsed"><tbody><tr><tdclass="cnt">2</td><td><aclass="question-hyperlink" href="...">Title</a><spantitle="1 more vote needed to delete this question">(1)</span></td></tr><tdclass="cnt">1</td><td><aclass="answer-hyperlink" href="...">Title</a><spantitle="2 more votes needed to delete this answer">(1)</span></td><tr><tdclass="cnt">1</td><tdclass="tagged-ignored" title="you can't vote to delete/undelete this post"><aclass="answer-hyperlink" href="...">Title</a><spantitle="2 more votes needed to delete this answer">(1)</span></td></tr><trclass="collapsing">...</tr><trclass="collapsing">...</tr>
...
</tbody></table>
In SO stylesheet .collapsed .collapsing are hidden. There are 45 total rows in the table, with 3 shown initially.
Things that could be done with these lists include:
customize the number of entries shown
only show questions or answers
hide posts the user is unable to vote on
Use case
These lists are collapsed by default, and do not maintain state between page views, making navigating from the list to a question and back aggravating. In addition space is wasted showing posts you're unable to vote on.
Suggested descriptions
Main option could be "Customize 10k tools lists" and clicking the settings icon could show 3 options: "Show ____ posts by default," "Show post type: ( ) questions ( ) answers ( ) all," and "[ ] Show posts you can't vote to delete/undelete."
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like
10k users get access to site tools which include a list of questions and answers with recent delete and undelete votes. It would be helpful to be able to customize these lists. DOM on page load looks like this:
In SO stylesheet
.collapsed .collapsing
are hidden. There are 45 total rows in the table, with 3 shown initially.Things that could be done with these lists include:
Use case
These lists are collapsed by default, and do not maintain state between page views, making navigating from the list to a question and back aggravating. In addition space is wasted showing posts you're unable to vote on.
Suggested descriptions
Main option could be "Customize 10k tools lists" and clicking the settings icon could show 3 options: "Show ____ posts by default," "Show post type: ( ) questions ( ) answers ( ) all," and "[ ] Show posts you can't vote to delete/undelete."
The text was updated successfully, but these errors were encountered: