headlamp-k8s / headlamp

A Kubernetes web UI that is fully-featured, user-friendly and extensible
https://headlamp.dev
Apache License 2.0
2.22k stars 156 forks source link

[RFE] Keep page number when back to resource list from detail page #781

Closed lijianzhi01 closed 1 year ago

lijianzhi01 commented 1 year ago

Current situation

  1. User go to page 5 and select one pod to check detail
  2. User click back button, list will be page 1

image

lijianzhi01 commented 1 year ago

Another way to make the detail and list as drawer. List stays left, detail stays right. image

joaquimrocha commented 1 year ago

This issue involves 2 major tasks:

  1. [x] Ensure we really go back to the previous location, instead of going back to the list views' plain routes: #794
  2. [x] Ensure that the tables and other user-changeable aspects of Headlamp are reflected in the URLs (https://github.com/kinvolk/headlamp/pull/808)
joaquimrocha commented 1 year ago

This is fixed in main now.