mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
[PR #140] [MERGED] feat: command palette #59
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.