-
Notifications
You must be signed in to change notification settings - Fork 4
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
ENG-5727 feat(launchpad,graphql): home page scaffolding #1093
ENG-5727 feat(launchpad,graphql): home page scaffolding #1093
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job -- very minor nits and suggestion for our future selves!
currentChapter = 'CHAPTER I: GENESIS', | ||
nextChapter = 'Chapter II: Population', | ||
totalStages = 7, | ||
totalStages = 5, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can prob move to a constant or even include this in the API in the future.
const { data: user } = useGetAccountQuery({ | ||
address: address ?? ZERO_ADDRESS, | ||
}) | ||
console.log('user', user) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can remove this or switch to logger (minor nit)
ad335b1
to
5391126
Compare
…w designs (#1094) ## Affected Packages Apps - [ ] data populator - [ ] portal - [ ] template - [x] launchpad Packages - [x] 1ui - [ ] api - [x] graphql - [ ] protocol - [ ] sdk Tools - [ ] tools ## Overview Note: This PR is based off of #1093, do not merge this in until that is merged in and this branch is rebased. Reintroduces the Network route with updated aggregated metrics and activity feed. Ported the activity feed from Portal into Launchpad. Doesn't match the Koncepted designs exactly, but I don't think we need to rebuild an entirely new feed, we just have to make a few more tweaks. I am wondering if we want to modify the feed even further inside of Launchpad to reflect upvotes, since we are using that terminology and flow in the questions? This is a question for the larger group that I will raise. ## Screen Captures ![image](https://github.com/user-attachments/assets/62de7c3b-c218-419d-9e6a-647b3a702fa7) ## Declaration - [x] I hereby declare that I have abided by the rules and regulations as outlined in the [CONTRIBUTING.md](https://github.com/0xIntuition/intuition-ts/blob/main/CONTRIBUTING.md)
Affected Packages
Apps
Packages
Tools
Overview
Note: This is based off of #1092 so do not merge until that is in and this branch is rebased.
Scaffolds Home/Dashboard with updated design based on Koncepted handoff. Made some general changes to the overall layout based on their designs as well, namely in the sidebar.
This uses real data for the aggregated points value, but we still don't have timeseries data to be able to update the values in the cards below the aggregated IQ. That will get done in another pass when that data is ready and we are polishing.
Screen Captures
Declaration