You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you look at the Figma designs for the non-profits tab (you will have to be on the "Non-profits" Figma page), the filtering UI is very similar to what we built for events.
The goal of this task is to replicate certain UI component, particularly, EventsPageUnfiltered.tsx, EventsPageWithSidebar.tsx, EventsPageLayout.tsx and EventsPageSidebarComponent.tsx for the non-profits page.
Follow a similar directory structure and naming convention as we have for events. Since we are not fetching data yet, the prop types for certain components can be empty. You can also just render null for the main content UI.
Ensure that the sidebar component has the "Filter" text, the "CLEAR" button functionality, location auto-complete, and the causes filter. The URL should also update as expected when a filter is selected. You don't have to build the "supporters" filter.
Try to re-use as much of our existing code, and create new shared components as necessary.
The text was updated successfully, but these errors were encountered:
PC98
added
frontend
Involving frontend development.
VMS
Tasks corresponding to Volunteer Management Solution
labels
Nov 5, 2020
EventsPageUnfiltered.tsx
,EventsPageWithSidebar.tsx
,EventsPageLayout.tsx
andEventsPageSidebarComponent.tsx
for the non-profits page.null
for the main content UI.The text was updated successfully, but these errors were encountered: