Skip to content

IIRR-38: Collapse Rejected table by default, move to the bottom#96

Open
arielj wants to merge 1 commit into
mainfrom
IIRR-38-collapse-rejected
Open

IIRR-38: Collapse Rejected table by default, move to the bottom#96
arielj wants to merge 1 commit into
mainfrom
IIRR-38-collapse-rejected

Conversation

@arielj
Copy link
Copy Markdown
Contributor

@arielj arielj commented Jun 1, 2026

This PR does 2 things:

  • move the Rejected Puzzles table to the bottom
  • put it inside a collapsible element (collapsed by default)

The motivation for these 2 changes is that the Rejected Puzzles table is not that useful and it's in the middle of the other useful tables.

As that table grows it makes it longer to get to the archived puzzles table which is more relevant from clonning.

image image

I didn't really add tests for this because it feels like testing implementation, collapsing/expanding is just native <details> tag default behavior.

QA:
Scroll to the bottom of the page, you'll see the element to expand/collapse the table.

@arielj arielj requested a review from JuanVqz June 1, 2026 15:54

.rejected_table {
summary {
display: list-item;
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the original display value for the summary elements, the styleguide is overriding it and the little arrow gets lost without this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant