scaffold-eth / OP-RetroPGF3-Discovery-Voting

Create the voting and discovery process for OP retroactive public goods funding for badgeholders
https://op-retropgf3-discovery-voting.vercel.app
MIT License
14 stars 15 forks source link

Multiple fixes: Implemented list sorting, Added AddProjectButton to Card #119

Closed blahkheart closed 1 year ago

blahkheart commented 1 year ago

Description

  1. Fixed list sorting by creating ListsPageHeader component
  2. Renamed ListHeader.tsx component to ProjectsPageHeader.tsx
  3. Refactored PageHeader component by creating AddProjectButton.tsx
  4. Added AddProjectsButton.tsx to projects Card
  5. Modified project model to include projectLogoUrl, and projectBannerUrl
  6. Implemented input focus when VoteModal is opened

Additional Information

Related Issues

Closes #88 #93 #96

Note: If your changes are small and straightforward, you may skip the creation of an issue beforehand and remove this section. However, for medium-to-large changes, it is recommended to have an open issue for discussion and approval prior to submitting a pull request.

Your ENS/address: dannithomx.eth

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
op-retropgf3-discovery-voting ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 12, 2023 9:23am
blahkheart commented 1 year ago

Noted, I'll get right to it.

blahkheart commented 1 year ago

Fixed, please check and review