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: update project overview endpoint #5518

Merged
merged 5 commits into from
Dec 1, 2023
Merged

feat: update project overview endpoint #5518

merged 5 commits into from
Dec 1, 2023

Conversation

sjaanus
Copy link
Contributor

@sjaanus sjaanus commented Dec 1, 2023

  1. Created new hook for endpoint
  2. Start removing useProject hook, when features not needed.

Copy link

vercel bot commented Dec 1, 2023

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

Name Status Preview Comments Updated (UTC)
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 1, 2023 0:00am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Dec 1, 2023 0:00am

@@ -138,14 +146,29 @@ const ProjectOverview = () => {

if (featureSearchFrontend) return <PaginatedProjectOverview />;

const featureTypeCounts = features.reduce(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is so the old component will work with refactor. This code will be removed when flag gets removed.

@sjaanus sjaanus merged commit a299885 into main Dec 1, 2023
9 of 12 checks passed
@sjaanus sjaanus deleted the project-ui branch December 1, 2023 18:00
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