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: command bar pages and name resolving #7397

Merged
merged 3 commits into from
Jun 14, 2024

Conversation

daveleek
Copy link
Contributor

About the changes

Resolves names and icons etc for pages, features, and projects in recently visited
Adds a Pages suggestion section to command bar (that filters out non-OSS routes for OSS)

Skjermbilde 2024-06-14 kl  10 32 07

Copy link

vercel bot commented Jun 14, 2024

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

Name Status Preview Comments Updated (UTC)
unleash-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 14, 2024 9:02am
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 14, 2024 9:02am

projectId,
key,
}: { projectId: string; key: string }) => {
const { project, loading } = useProjectOverview(projectId);
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm downside of this is that every time they open the menu, we will make 1-5 concurrent calls to backend. But for now it is fine.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yup, unfortunately

Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

@daveleek daveleek merged commit 9b789ea into main Jun 14, 2024
9 of 12 checks passed
@daveleek daveleek deleted the feat/command-bar-pages-and-name-resolve branch June 14, 2024 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants