Prerequisites
Please answer the following question for yourself before submitting a feature request.
Motivation
We need to make the projects list sortable by name (ascending and descending) and creation date (ascending and descending)
Details
Make sure that you have reviewed MACI's Contributor Guidelines
Prerequisites
Please answer the following question for yourself before submitting a feature request.
Motivation
We need to make the projects list sortable by name (ascending and descending) and creation date (ascending and descending)
Details
packages/interface/src/utils/fetchProjects.ts)packages/interface/src/components/SortFilter.tsxto send the sort values to the upper component (packages/interface/src/features/rounds/components/Projects.tsx)useSearchProjectshook inpackages/interface/src/features/projects/hooks/useProjects.tsto accept sort valuesMake sure that you have reviewed MACI's Contributor Guidelines