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

feat: Create Portfolio #253

Merged
merged 25 commits into from
Mar 1, 2024
Merged

Conversation

Xavier-Charles
Copy link
Contributor

@Xavier-Charles Xavier-Charles commented Feb 22, 2024

This is just UI work. I'd leave the implementation to when the APIs are ready. What's left is the main portfolio UI

Screenshot 2024-02-28 at 12 11 18 Screenshot 2024-02-28 at 12 11 31 Screenshot 2024-02-28 at 12 11 48 Screenshot 2024-02-28 at 12 12 05 Screenshot 2024-02-28 at 12 12 24

@Xavier-Charles Xavier-Charles force-pushed the feat/ALPHA-4395-Create-Portfolio-page branch from dbcf836 to d7f3086 Compare February 28, 2024 11:09
@Xavier-Charles Xavier-Charles marked this pull request as ready for review February 28, 2024 11:18
Copy link
Contributor

@v-almonacid v-almonacid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, but deployment failed so there might be something wrong

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can remove this component if you want

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay

@@ -0,0 +1,7 @@
import { TCoin } from "src/api/types";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason why this was defined here? We usually don't define types in pages/. Pages should only contain:

  1. a layout
  2. one or multiple containers that handle the data layer.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's just a placeholder this will be moved soon

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In those cases please add a comment (event though I don't see why not placing the code where it should already)

@v-almonacid v-almonacid marked this pull request as draft February 28, 2024 23:03
@v-almonacid v-almonacid marked this pull request as ready for review February 28, 2024 23:03
@Xavier-Charles Xavier-Charles merged commit 36e0aed into dev Mar 1, 2024
@Xavier-Charles Xavier-Charles deleted the feat/ALPHA-4395-Create-Portfolio-page branch March 1, 2024 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants