Skip to content

feat: added advanced multi-filter and search system for events page (#5360)#5411

Merged
TheSkylancer merged 1 commit into
SandeepVashishtha:masterfrom
shivani11jadhav:feat-events-multi-filter
Jun 2, 2026
Merged

feat: added advanced multi-filter and search system for events page (#5360)#5411
TheSkylancer merged 1 commit into
SandeepVashishtha:masterfrom
shivani11jadhav:feat-events-multi-filter

Conversation

@shivani11jadhav

Copy link
Copy Markdown
Contributor

Description

This PR introduces a highly optimized, responsive client-side Advanced Multi-Filter and Search System for the /events page. It improves event navigation as the platform scales.

Fixes #5360

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Optimized text-matching and domain filters with useMemo hooks to prevent unnecessary re-renders.
  • Verified real-time search functionality matching case-insensitive event titles and descriptions.
  • Tested responsive CSS behavior (flex-col layouts on mobile viewports scaling into grid matrices on desktop viewports).
  • Validated that the "Reset Filters" action button flushes all active component states perfectly.
  • Verified zero errors during production compilation via npm run build (compiled successfully in 3.64 seconds).

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings

… for events page with useMemo optimization
@vercel

vercel Bot commented Jun 2, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the sandeepvashishtha's projects Team on Vercel.

A member of the Team first needs to authorize it.

@shivani11jadhav

Copy link
Copy Markdown
Contributor Author

Hi @SandeepVashishtha,

I have submitted the PR for the Advanced Multi-Filter and Search System feature as assigned. The client-side logic has been optimized with useMemo, and the entire codebase builds cleanly with zero compilation warnings.

Please review and merge

@TheSkylancer TheSkylancer merged commit 62c6cc4 into SandeepVashishtha:master Jun 2, 2026
5 of 6 checks passed
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.

[FEAT]: Add Advanced Multi-Filter and Search System for Events Page

2 participants