[PR #158] [MERGED] feat: arrow left and right navigation for commands #423

Closed
opened 2026-03-15 02:13:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/arikchakma/maily.to/pull/158
Author: @arikchakma
Created: 3/15/2025
Status: Merged
Merged: 3/16/2025
Merged by: @arikchakma

Base: mainHead: feat/commands-navigation


📝 Commits (9)

📊 Changes

5 files changed (+295 additions, -174 deletions)

View changed files

📝 packages/core/package.json (+5 -4)
📝 packages/core/postcss.config.cjs (+0 -0)
packages/core/src/editor/extensions/slash-command/slash-command-item.tsx (+140 -0)
📝 packages/core/src/editor/extensions/slash-command/slash-command-view.tsx (+145 -170)
📝 packages/core/tsup.config.ts (+5 -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/arikchakma/maily.to/pull/158 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 3/15/2025 **Status:** ✅ Merged **Merged:** 3/16/2025 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `feat/commands-navigation` --- ### 📝 Commits (9) - [`b2ba392`](https://github.com/arikchakma/maily.to/commit/b2ba392d3bb849a1b2e121490c9a20f625595537) feat: arrow left and right navigation for commands - [`5346d30`](https://github.com/arikchakma/maily.to/commit/5346d3025f6e74d0c9043ff9a1f9e27b0eea85df) feat: delayed open - [`0b204e3`](https://github.com/arikchakma/maily.to/commit/0b204e3a9e530b8a20002adf02489bd62cbacf7f) fix: prev group navigation - [`02a893d`](https://github.com/arikchakma/maily.to/commit/02a893d8e26f0a4ebae0232a0c395f0de523331e) feat: prev query check - [`29cf505`](https://github.com/arikchakma/maily.to/commit/29cf50590add3933fecd9a36ce371a31898f930e) wip - [`8a168dc`](https://github.com/arikchakma/maily.to/commit/8a168dc50edcbda37cb4d0917505a621e5f11ef0) fix: arrow hijacking - [`e7937bc`](https://github.com/arikchakma/maily.to/commit/e7937bc00f7372a69bdecfc969956c2d65e8f4ad) fix: delay - [`c35a663`](https://github.com/arikchakma/maily.to/commit/c35a6635dcd9466f1cb3c10c656f36e8be5daa14) fix: switch statement - [`8655642`](https://github.com/arikchakma/maily.to/commit/8655642963c78c971be59cec4d095e6b8162438e) fix: build steps ### 📊 Changes **5 files changed** (+295 additions, -174 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/package.json` (+5 -4) 📝 `packages/core/postcss.config.cjs` (+0 -0) ➕ `packages/core/src/editor/extensions/slash-command/slash-command-item.tsx` (+140 -0) 📝 `packages/core/src/editor/extensions/slash-command/slash-command-view.tsx` (+145 -170) 📝 `packages/core/tsup.config.ts` (+5 -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>
kerem 2026-03-15 02:13:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/maily.to#423
No description provided.