Original PR: https://github.com/linsa-io/linsa/pull/140 Author: @Aslam97 Created: 9/5/2024 Status: ✅ Merged Merged: 9/6/2024 Merged by: @nikivdev
Base: main ← Head: feat/command-palette
main
feat/command-palette
070b857
bace5f3
c3a949d
b26ad4e
8e1e17b
c790db9
2066719
11 files changed (+548 additions, -181 deletions)
📝 web/app/(pages)/layout.tsx (+1 -1) ➕ web/app/command-palette.css (+127 -0) 📝 web/app/globals.css (+2 -0) ➕ web/components/custom/command-palette/command-data.ts (+67 -0) ➕ web/components/custom/command-palette/command-items.tsx (+42 -0) ➕ web/components/custom/command-palette/command-palette.tsx (+230 -0) ➕ web/components/custom/command-palette/hooks/use-command-actions.ts (+60 -0) 📝 web/components/routes/public/PublicHomeRoute.tsx (+1 -1) ➖ web/components/ui/CommandPalette.tsx (+0 -177) 📝 web/lib/providers/deep-link-provider.tsx (+2 -2) 📝 web/lib/utils/index.ts (+16 -0)
web/app/(pages)/layout.tsx
web/app/command-palette.css
web/app/globals.css
web/components/custom/command-palette/command-data.ts
web/components/custom/command-palette/command-items.tsx
web/components/custom/command-palette/command-palette.tsx
web/components/custom/command-palette/hooks/use-command-actions.ts
web/components/routes/public/PublicHomeRoute.tsx
web/components/ui/CommandPalette.tsx
web/lib/providers/deep-link-provider.tsx
web/lib/utils/index.ts
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/linsa-io/linsa/pull/140
Author: @Aslam97
Created: 9/5/2024
Status: ✅ Merged
Merged: 9/6/2024
Merged by: @nikivdev
Base:
main← Head:feat/command-palette📝 Commits (7)
070b857wipbace5f3feat: new command palettec3a949dchore: add universal searchb26ad4echore: cleanup8e1e17bfeat: use title class for headingc790db9feat: add topic2066719chore: advance search📊 Changes
11 files changed (+548 additions, -181 deletions)
View changed files
📝
web/app/(pages)/layout.tsx(+1 -1)➕
web/app/command-palette.css(+127 -0)📝
web/app/globals.css(+2 -0)➕
web/components/custom/command-palette/command-data.ts(+67 -0)➕
web/components/custom/command-palette/command-items.tsx(+42 -0)➕
web/components/custom/command-palette/command-palette.tsx(+230 -0)➕
web/components/custom/command-palette/hooks/use-command-actions.ts(+60 -0)📝
web/components/routes/public/PublicHomeRoute.tsx(+1 -1)➖
web/components/ui/CommandPalette.tsx(+0 -177)📝
web/lib/providers/deep-link-provider.tsx(+2 -2)📝
web/lib/utils/index.ts(+16 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.