[PR #150] [MERGED] feat: navigation for command palette #70

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

📋 Pull Request Information

Original PR: https://github.com/linsa-io/linsa/pull/150
Author: @Aslam97
Created: 9/8/2024
Status: Merged
Merged: 9/8/2024
Merged by: @Aslam97

Base: mainHead: feat/cp-nav


📝 Commits (4)

📊 Changes

8 files changed (+185 additions, -13 deletions)

View changed files

📝 web/components/custom/command-palette/command-data.ts (+100 -8)
📝 web/components/custom/command-palette/command-items.tsx (+6 -1)
📝 web/components/custom/command-palette/command-palette.tsx (+4 -1)
📝 web/jest.config.ts (+5 -1)
web/lib/utils/htmlLikeElementUtil.test.tsx (+45 -0)
web/lib/utils/htmlLikeElementUtil.ts (+21 -0)
📝 web/lib/utils/index.ts (+1 -0)
📝 web/package.json (+3 -2)

📄 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/150 **Author:** [@Aslam97](https://github.com/Aslam97) **Created:** 9/8/2024 **Status:** ✅ Merged **Merged:** 9/8/2024 **Merged by:** [@Aslam97](https://github.com/Aslam97) **Base:** `main` ← **Head:** `feat/cp-nav` --- ### 📝 Commits (4) - [`e6ec5ad`](https://github.com/linsa-io/linsa/commit/e6ec5ad5324bf2985c876dab2b55704c546359ed) feat: add dotenv to dev dep - [`c87ec97`](https://github.com/linsa-io/linsa/commit/c87ec974ef8683ffafd39be080a448cb83a4cbbe) chore: jest use env - [`d30f7e3`](https://github.com/linsa-io/linsa/commit/d30f7e37cd29e46e872ee85d76d72f4cbcb1a3c8) feat - [`c68bc58`](https://github.com/linsa-io/linsa/commit/c68bc585e8bb49f99784a993b87f7d67b2843f16) feat: command palette navigation ### 📊 Changes **8 files changed** (+185 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `web/components/custom/command-palette/command-data.ts` (+100 -8) 📝 `web/components/custom/command-palette/command-items.tsx` (+6 -1) 📝 `web/components/custom/command-palette/command-palette.tsx` (+4 -1) 📝 `web/jest.config.ts` (+5 -1) ➕ `web/lib/utils/htmlLikeElementUtil.test.tsx` (+45 -0) ➕ `web/lib/utils/htmlLikeElementUtil.ts` (+21 -0) 📝 `web/lib/utils/index.ts` (+1 -0) 📝 `web/package.json` (+3 -2) </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:08 +01:00
adam closed this issue 2025-12-29 18:28:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#70