Skip to content

Commit

Permalink
Implement command palette (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Jun 2, 2023
1 parent 3c18f95 commit a98a67f
Show file tree
Hide file tree
Showing 14 changed files with 1,224 additions and 527 deletions.
4 changes: 3 additions & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@nivo/pie": "0.80.0",
"@nivo/radial-bar": "0.80.0",
"@nivo/tooltip": "0.80.0",
"@pluralsh/design-system": "1.336.2",
"@pluralsh/design-system": "^1.341.2",
"@tanstack/react-table": "8.7.9",
"@testing-library/jest-dom": "4.2.4",
"@testing-library/react": "9.3.3",
Expand All @@ -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",
"kubernetes-resource-parser": "0.1.0",
"lodash": "4.17.21",
"moment": "2.29.4",
Expand Down Expand Up @@ -154,6 +155,7 @@
"stylelint": "14.16.1",
"stylelint-config-prettier": "9.0.5",
"typescript": "4.9.5",
"usehooks-ts": "^2.9.1",
"vite": "4.1.1",
"vite-plugin-pwa": "0.14.4",
"vite-plugin-rewrite-all": "1.0.1",
Expand Down
1 change: 0 additions & 1 deletion assets/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const router = createBrowserRouter(createRoutesFromElements(rootRoutes))

export default function App() {
const mergedStyledTheme = mergeDeep(DEFAULT_THEME, styledTheme)

return (
<ApolloProvider client={client}>
<IntercomProvider appId={INTERCOM_APP_ID}>
Expand Down
Loading

0 comments on commit a98a67f

Please sign in to comment.