Skip to content

Frontend/artisan search page - #172

Merged
Kaylahray merged 4 commits into
artisyn-io:mainfrom
Ezeh20:frontend/artisan-search-page
Jun 3, 2026
Merged

Frontend/artisan search page#172
Kaylahray merged 4 commits into
artisyn-io:mainfrom
Ezeh20:frontend/artisan-search-page

Conversation

@Ezeh20

@Ezeh20 Ezeh20 commented Jun 2, 2026

Copy link
Copy Markdown

🚀 Artisyn.io Pull Request

Mark with an x all the checkboxes that apply (like [x])


📌 Type of Change

  • Documentation (updates to README, docs, or comments)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

📝 Changes description

Added a dedicated artisan search results page at src/app/search/page.tsx.

This page provides a full search experience with:

  • search input and suggestion dropdown
  • reusable filter sidebar
  • sort control
  • artisan result grid
  • pagination

The page reads from and updates URL query params so searches are shareable. Supported query params include the search term, category, location, verification, price range, sort, and page state.

Also added supporting search UI/data modules to power the page and refined the shared search controls used by the experience.


📸 Evidence (A photo is required as evidence)

Attach screenshots showing:

  1. /search loaded with the full artisan results layout
  2. Search term and filters applied
  3. URL query params updating to reflect the selected search state
  4. Pagination visible on the page

@Kaylahray
Kaylahray merged commit 7338a8c into artisyn-io:main Jun 3, 2026
1 check passed
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.

Artisan search results page

3 participants