[PR #140] [MERGED] feat: command palette #59

Closed
opened 2025-12-29 18:28:03 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: feat/command-palette


📝 Commits (7)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/linsa-io/linsa/pull/140 **Author:** [@Aslam97](https://github.com/Aslam97) **Created:** 9/5/2024 **Status:** ✅ Merged **Merged:** 9/6/2024 **Merged by:** [@nikivdev](https://github.com/nikivdev) **Base:** `main` ← **Head:** `feat/command-palette` --- ### 📝 Commits (7) - [`070b857`](https://github.com/linsa-io/linsa/commit/070b8570170834cedf2477fd4c277520263fc4a0) wip - [`bace5f3`](https://github.com/linsa-io/linsa/commit/bace5f39e207c04ad1f46c520b5e739a368a788b) feat: new command palette - [`c3a949d`](https://github.com/linsa-io/linsa/commit/c3a949dcc8ed579716acc879b69ae4993eaf6dc7) chore: add universal search - [`b26ad4e`](https://github.com/linsa-io/linsa/commit/b26ad4ef002dd3917e452bf9f4ba8349db293644) chore: cleanup - [`8e1e17b`](https://github.com/linsa-io/linsa/commit/8e1e17bf2e37b7bc37046e9636da3278a242719f) feat: use title class for heading - [`c790db9`](https://github.com/linsa-io/linsa/commit/c790db99c7314d9fefec932ad43db0e3a109e79f) feat: add topic - [`2066719`](https://github.com/linsa-io/linsa/commit/2066719f1336c0e4d0b430a05cdb2f1891e78a9d) chore: advance search ### 📊 Changes **11 files changed** (+548 additions, -181 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 18:28:03 +01:00
adam closed this issue 2025-12-29 18:28:04 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#59