gitpod-samples / Gitpod-Raycast-Extension

Raycast Extension for Gitpod
MIT License
15 stars 6 forks source link

[feat] Branch, PRs and Issue contexts also have recently visited behaviour for Quick Access #37

Closed Palanikannan1437 closed 1 year ago

Palanikannan1437 commented 1 year ago

Added behaviour of Recent Contexts in the main command's cached page

demo contexts

Current behaviour:

  1. User opens any Branch, PR or Issue, then they'll be shown via caching on the initial screen for quicker access
  2. Remove the recent contexts that aren't useful
  3. Show the "repo-org/repo-name" side-by-side to the contexts by removing some components in the Respective Context List Items (done)
  4. Branch context currently doesn't work since "repository" has to be stored and passed from the cache (done)

Decisions needed to be made:

  1. How many recent contexts and how many recent repositories for best user experience?