Skip to content

Add AdoptersFilter component to make adopters list searchable#5711

Closed
Blargian wants to merge 2 commits intomainfrom
codex/add-filterable-adopters-list
Closed

Add AdoptersFilter component to make adopters list searchable#5711
Blargian wants to merge 2 commits intomainfrom
codex/add-filterable-adopters-list

Conversation

@Blargian
Copy link
Copy Markdown
Member

Motivation

  • Improve the ClickHouse Adopters page by making the long table of adopters searchable and easier to navigate on the client side.

Description

  • Added a reusable React component AdoptersFilter at src/components/AdoptersFilter/index.tsx that renders a search input and filters table rows by matching row text content.
  • Added scoped styles in src/components/AdoptersFilter/styles.module.css for the label, input, and hidden-row handling so filtered-out rows are not displayed.
  • Updated docs/about-us/adopters.md to import and wrap the existing adopters table with the new <AdoptersFilter> component without changing table data.

Testing

  • Ran yarn check-markdown, which failed in this environment because markdownlint-cli2 is not installed.
  • Ran yarn docusaurus build --no-minify, which failed due to missing sidebar document ids in this checkout and an outbound fetch error from a plugin in the current environment.
  • Ran yarn start --host 0.0.0.0 --port 3000, which also failed for the same sidebar/missing-doc and network constraints in this environment.

Codex Task

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clickhouse-docs Ready Ready Preview, Comment Mar 10, 2026 5:09pm
clickhouse-docs-jp Building Building Preview, Comment Mar 10, 2026 5:09pm
3 Skipped Deployments
Project Deployment Actions Updated (UTC)
clickhouse-docs-ko Ignored Ignored Preview Mar 10, 2026 5:09pm
clickhouse-docs-ru Ignored Ignored Preview Mar 10, 2026 5:09pm
clickhouse-docs-zh Ignored Ignored Preview Mar 10, 2026 5:09pm

Request Review

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant