Skip to content

New feature: Opening and checking a memcache key in same page using Accordion behavior instead of opening in new page #74

@k-prashant

Description

@k-prashant

Proposal

Currently, when a user clicks on any memcache key, it navigates to a new view/page. This creates unnecessary back-and-forth navigation and causes all keys to reload each time, impacting both performance and user experience.

Implement an accordion-style interaction for memcache keys:

  • When a user clicks on a key, its details should expand inline on the same page.
  • Only the selected key should open, keeping others collapsed (or optionally allow multiple open states).
  • This avoids full-page navigation and eliminates repeated fetching/reloading of all keys.

Motivation and context

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions