Skip to content

Comments

Change filter label to "Show" and fix alignment on index page#34

Merged
brunoborges merged 3 commits intomainfrom
copilot/change-filter-to-show-label
Feb 18, 2026
Merged

Change filter label to "Show" and fix alignment on index page#34
brunoborges merged 3 commits intomainfrom
copilot/change-filter-to-show-label

Conversation

Copy link
Contributor

Copilot AI commented Feb 18, 2026

Updated the category filter label from "Filter:" to "Show:" for improved clarity and fixed the horizontal alignment between the label and filter pills.

Changes

  • Modified templates/index.html line 230: label text changed from "Filter:" to "Show:"
  • Updated site/styles.css:
    • Added .filter-label CSS rule with matching font-size (0.82rem), font-weight (500), and padding (7px vertical) to align with filter pills
    • Added align-items: center to .filter-pills container for proper vertical alignment

Visual Impact

Show label aligned with filter pills

Note: site/index.html is generated during deployment and not committed.

Original prompt

This section details on the original issue you should resolve

<issue_title>Change label "Filter" to "Show"</issue_title>
<issue_description>In the index.httml page</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Change label 'Filter' to 'Show' in index.html Change filter label to "Show" on index page Feb 18, 2026
Copilot AI requested a review from brunoborges February 18, 2026 15:26
@brunoborges
Copy link
Contributor

@copilot the Show: label is not horizontally aligned with the options

Copy link
Contributor Author

Copilot AI commented Feb 18, 2026

@copilot the Show: label is not horizontally aligned with the options

Fixed in commit d0a38e4. Added CSS styling for .filter-label with matching font-size (0.82rem), font-weight (500), and padding (7px vertical) to align with the filter pills. Also added align-items: center to the .filter-pills container.

Aligned Show label

Copilot AI changed the title Change filter label to "Show" on index page Change filter label to "Show" and fix alignment on index page Feb 18, 2026
@brunoborges brunoborges marked this pull request as ready for review February 18, 2026 15:50
@brunoborges brunoborges merged commit c4a4d41 into main Feb 18, 2026
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.

Change label "Filter" to "Show"

2 participants