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

Implement command palette #353

Merged
merged 3 commits into from
Jun 2, 2023
Merged

Implement command palette #353

merged 3 commits into from
Jun 2, 2023

Conversation

michaeljguarino
Copy link
Member

Summary

Currently supports basic app nav, but will also integrate the ai endpoint functionality too

Test Plan

local + unit tests

Checklist

  • If required, I have updated the Plural documentation accordingly.
  • I have added tests to cover my changes.
  • I have added a meaningful title and summary to convey the impact of this PR to a user.
  • I have added relevant labels to this PR to help with categorization for release notes.

@michaeljguarino michaeljguarino added enhancement New feature or request frontend Changes related to the frontend backend Changes related to the backend labels May 11, 2023
@github-actions
Copy link
Contributor

github-actions bot commented May 11, 2023

Visit the preview URL for this PR (updated for commit 44b1c11):

https://pluralsh-console--pr353-kbar-tdd9xt8s.web.app

(expires Fri, 19 May 2023 13:08:22 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: dd1ffa0705acc6ef7d6db370e6bd6fc390e945ce

@@ -67,6 +67,7 @@
"js-file-download": "0.4.12",
"js-yaml": "4.1.0",
"jsonpath": "1.1.1",
"kbar": "^0.1.0-beta.40",
Copy link
Member

Choose a reason for hiding this comment

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

Can you change to 0.1.0-beta.40?

}

function buildActions(applications, nav) {
console.log(applications)
Copy link
Member

Choose a reason for hiding this comment

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

Can you remove it?

// icon: <BuildIcon />,
// section: 'Cluster',
// perform: () => navigate('/builds'),
// }),
Copy link
Member

Choose a reason for hiding this comment

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

Should it stay commented out?

Currently supports basic app nav, but will also integrate the ai endpoint functionality too
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Changes related to the backend enhancement New feature or request frontend Changes related to the frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants