Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #68

Open
wants to merge 60 commits into
base: main
Choose a base branch
from
Open

Develop #68

wants to merge 60 commits into from

Conversation

Oba-One
Copy link
Member

@Oba-One Oba-One commented Sep 21, 2024

No description provided.

Oba-One and others added 30 commits May 10, 2024 15:51
added projects pages
updated action name to deprecate
removed admin page
* 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(projects): fetch project data

* fixed build issue ready to build

---------

Co-authored-by: Afo <[email protected]>
* 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 connect kit t replace farcater
added pnpm workspce
removed uneeded components and views
state machines complete
app contants created
fixed use client typo
removed uneeded libs like storybook
Oba-One and others added 16 commits July 31, 2024 21:08
* 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

---------

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

vercel bot commented Sep 21, 2024

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

Name Status Preview Comments Updated (UTC)
impact-reef ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 30, 2024 2:08am

@Oba-One Oba-One added component UI based component created in Storybook state-logic It's all about business logic labels Sep 23, 2024
* feat(useProjects): updates useProject to use latest Agora API client and map objects

* fixed build issues due to removed next -auth

---------

Co-authored-by: Afo <[email protected]>
* feat(gql.tada): updates gql.tada schemas to support both EAS and OSO schemas

* updated lockfile

---------

Co-authored-by: Afo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component UI based component created in Storybook state-logic It's all about business logic
Projects
Status: In review
Development

Successfully merging this pull request may close these issues.

3 participants