Skip to content

feat: add standardized search to all table views - #72

Merged
dines-rl merged 3 commits into
mainfrom
dines/add-search-to-all-tables
Jan 24, 2026
Merged

feat: add standardized search to all table views#72
dines-rl merged 3 commits into
mainfrom
dines/add-search-to-all-tables

Conversation

@dines-rl

Copy link
Copy Markdown
Contributor

Add reusable search hook and component, then integrate server-side search across all list views (devboxes, blueprints, snapshots, objects, network policies) using the shared code.

  • Add useListSearch hook for managing search state
  • Add SearchBar component for consistent UI
  • Refactor devbox list to use shared search components
  • Add search to blueprint, snapshot, object, and network-policy lists

Description

Note: PR titles should follow Conventional Commits format (e.g., feat(devbox): add support for custom env vars or fix(snapshot): resolve pagination issue) as they are used for automatic release notes generation.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Test updates

Related Issues

Closes #

Changes Made

Testing

  • I have tested locally
  • I have added/updated tests
  • All existing tests pass

Checklist

  • My code follows the code style of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Screenshots (if applicable)

Additional Notes

Add reusable search hook and component, then integrate server-side
search across all list views (devboxes, blueprints, snapshots,
objects, network policies) using the shared code.

- Add useListSearch hook for managing search state
- Add SearchBar component for consistent UI
- Refactor devbox list to use shared search components
- Add search to blueprint, snapshot, object, and network-policy lists
When the error message is a substring of the main message (or vice versa),
skip printing the second line to avoid redundant output like:
  Error: Secret "sec_xxx" not found
    Secret not found
@dines-rl
dines-rl merged commit 9fa6eaa into main Jan 24, 2026
15 checks passed
@dines-rl
dines-rl deleted the dines/add-search-to-all-tables branch January 24, 2026 00:59
dines-rl pushed a commit that referenced this pull request Jan 26, 2026
🤖 I have created a release *beep* *boop*
---


## [1.6.0](v1.5.0...v1.6.0)
(2026-01-24)


### Features

* add standardized search to all table views
([#72](#72))
([9fa6eaa](9fa6eaa))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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