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

ENG-5727 feat(launchpad,graphql): home page scaffolding #1093

Merged

Conversation

Vitalsine85
Copy link
Member

@Vitalsine85 Vitalsine85 commented Feb 5, 2025

Affected Packages

Apps

  • data populator
  • portal
  • template
  • launchpad

Packages

  • 1ui
  • api
  • graphql
  • protocol
  • sdk

Tools

  • 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

image

Declaration

  • I hereby declare that I have abided by the rules and regulations as outlined in the CONTRIBUTING.md

Copy link

linear bot commented Feb 5, 2025

Copy link
Member

@jonathanprozzi jonathanprozzi left a 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,
Copy link
Member

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)
Copy link
Member

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)

@Vitalsine85 Vitalsine85 force-pushed the vital/eng-5727-home-page-v0-scaffolding branch from ad335b1 to 5391126 Compare February 6, 2025 15:55
@Vitalsine85 Vitalsine85 merged commit 842d0f2 into feature/launchpad-dev Feb 6, 2025
2 checks passed
@Vitalsine85 Vitalsine85 deleted the vital/eng-5727-home-page-v0-scaffolding branch February 6, 2025 15:57
Vitalsine85 added a commit that referenced this pull request Feb 6, 2025
…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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants