Skip to content

Commit

Permalink
Op season 5 QA (#69)
Browse files Browse the repository at this point in the history
* Develop (#62)

* added images and icons

* added prorile pages and layout
added projects pages

* updated fonts adding sora

* removed react admin code

* updated navbar

* removed constants
updated action name to deprecate
removed admin page

* Feat/project components (#45)

* added icons and images
removed unused assets
updated favicon and logo icon

* removed supabase not needed

* added hooks for projects and auth

* added components for views

* added next auth for handling user sessions

* updated name and import for pages
added not found for project

* added mock data util
removed uneeded styles function

* added xstate machines for project

* added manifest

* added next auth
removed uneeded library

* updated daisy ui theme with light theme only

* added toaster and footer to root layout

* started mock static pages for projects

* work for components ready for PR

* upated compare ready for PR

* removed screen height

* project build fix

* fixed sanitization error

* Feat/project actions (#44)

* feat(projects): fetch project data

* fixed build issue ready to build

---------

Co-authored-by: Afo <[email protected]>

* removed storybook components

* replaced farcaster auth with wallet connect

* EAS schema schemas and metrics schemas (#59)

* feat(uploader): attestation uploader

* feat(uploader): upload metric schemas

* feat(attest): uploaded metrics schema

* feat(schema): project metrics attestation schema

* feat(endorsement): uploaded endorsement schema

* feat(eval): evaluation attestation schema

---------

Co-authored-by: Afolabi <[email protected]>

* added compents for profile view
added connect kit t replace farcater

* Building

* late night work added machines for projects
added pnpm workspce
removed uneeded components and views

* latest work

* app building

* late night work

* some more work really coming aling

* more work coming together

* updates

* some more work
state machines complete
app contants created
fixed use client typo

* Pages building fixed param issues

* added neynar for fid lookup by address
updated user object

* more work coming along

* remove uneeded pakages

* some more work done

* sunday work

* extracted components from project details
removed uneeded libs like storybook

* created ProjectEndorsement card

* Added some TODOs for actions
Did some work

Co-authored-by: bitbeckers <[email protected]>

* app building

* fix(parse): parse attestation data from EAS

* moved provider to wrap app

* updated packages and names in package.json

* removed transnactin and attest count from project type

* moved eas sepolia client to URQL

* fully migrated to sepolia for testnet attestations

* updated parsing functions

* feat(web3): replace connectkit with appkit (#60)

* feat(web3): replace connectkit with appkit

* fix(copy): use constants for wagmi metadata

* fix(types): WIP updating fetched types

* fixed type error now building

* update made type global

---------

Co-authored-by: Afo <[email protected]>

* updated actions for fetching project metrics/endorsments

* wip get attestations working clientside

* fixed type errors app building

* feat(api): autogenerate OP Agora API client

* feat(endorsements): load endorsement profile page

* fix(endorsement): refactor eas flows to hooks and submit endorsement

* feat(claim): claim metrics and fix build

* fix(project): fixed project-row width

* polished project detail page

* fix(table): project overview page table positioning

* aded open source observer key to template

* removed connectkit no longer used

* removed workflow file

* updated lockfile

---------

Co-authored-by: bitbeckers <[email protected]>

* added readme

* started updates for polish to ready for for OP season 5
removed uneeded code
moved config files to modules

* fix(api): get project and map op data

* feat(oso): get oso metrics per declared repo

* added tailwind plugin for sorting classes
added assets for home page
updated APP ICON path
remove uneeded code fromtaildwind config
made home page responsive
created home page view

* polished profile views
added global styles for button

* polish work for OP season 5
added clsx, use debounce for list pagination/search
added down level interation for sets
added svgs for toast notifications
updated session state with badgeholder data
removed zinc and gray colors only using slate
removed console logs

* added api key for OSO requests
removed date from project list
moved fetching endorsments to useEndorsements
remove uneeded utils

* fixed type errors

* polish based on task list: https://terms-guess-9fo.craft.me/iApHT2nf7HOjuP

Logout updates
Toast positioning updates
endorsment on Optimism
fix profile pages returning null
exported sharper logos
restructured projects page
optimized fetching of product ignoring metrics

* completed more polish based on tasks list
Updated copy for homepage
Finalize colors for consistencies
fixed default values for project info and attestations

* updated to op chain fixing bug

* fixed endorsment susing sepolia cleint
remove uneeded imports

* fixed bugs with UI

* moved fetching endorsments to client components

* moved from local state to react query for endorsments

* polish endorsements showing

* fixed type errors

* removed next auth not needed

* remove uneeded files

* moved to proper nested location

* feat(oso): display selected metrics on project page

* added social image

* fixed type errors

* fixed type errors

* feat(oso): display selected metrics on project page (#73)

* feat(oso): display selected metrics on project page

* fixed type errors

* fixed type errors

---------

Co-authored-by: Afo <[email protected]>

* Update issue templates

---------

Co-authored-by: bitbeckers <[email protected]>
  • Loading branch information
Oba-One and bitbeckers authored Oct 11, 2024
1 parent 02fc705 commit c51d30f
Show file tree
Hide file tree
Showing 38 changed files with 516 additions and 1,958 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
Loading

0 comments on commit c51d30f

Please sign in to comment.