Skip to content

QoL Resource tab with shortcuts#8115

Open
Bouh wants to merge 11 commits intomasterfrom
resourceList-shortcuts
Open

QoL Resource tab with shortcuts#8115
Bouh wants to merge 11 commits intomasterfrom
resourceList-shortcuts

Conversation

@Bouh
Copy link
Collaborator

@Bouh Bouh commented Jan 8, 2026

Add to the the resource list:

  • Up & down shortcuts
  • On rename shortcut
  • On delete shortcut
  • Auto focus on the next item in the list and refresh the editor
2.mp4

@Bouh Bouh requested a review from 4ian as a code owner January 8, 2026 16:12
@NexelDevs
Copy link

NexelDevs commented Jan 9, 2026

Any chance you could link resource names and resource paths? I recently needed to rename a folder for organization and as a result needed to go through and change the file paths and the names of the resources individually to match those file paths.... And I don't see much of a purpose for them having different names than their paths which they default to.

Nonetheless these changes you have planned would already had a huge layer of convenience to that so great work!

@Bouh
Copy link
Collaborator Author

Bouh commented Jan 24, 2026

@codex review

@chatgpt-codex-connector
Copy link

To use Codex here, create a Codex account and connect to github.

@Bouh Bouh requested a review from 4ian January 28, 2026 10:48
@4ian
Copy link
Owner

4ian commented Jan 29, 2026

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e46fff0490

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 187 to 191
}

const nextResource = resourcesManager.getResourceAt(nextIndex);
onSelectResource(nextResource);
},

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use filtered list for arrow navigation

When a search filter is active, the list is rendered from filteredList, but arrow-key navigation still picks the next resource via the full manager list (getResourceAt(nextIndex) with an index derived from the full count). In that scenario, pressing Up/Down can select a resource that isn’t in the filtered view, leaving the selection invisible and actions (delete/rename) targeting a hidden resource. Consider computing the next index from the filtered list (or skipping navigation when the filter is non-empty) so keyboard selection stays within the visible list.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants