add path breadcrumbs and copy-to-clipboard button in resource_table_view - #1851
Conversation
Signed-off-by: Aayush Kumar <aayush214.kumar@gmail.com>
Signed-off-by: Aayush Kumar <aayush214.kumar@gmail.com>
|
@aayushkdev The copy works fine but the "Path copied" label does not display properly, it's hidden behind the top element: Also, there's too much white space around the "/" separator. |
Signed-off-by: Aayush Kumar <aayush214.kumar@gmail.com>
Signed-off-by: Aayush Kumar <aayush214.kumar@gmail.com>
I have fixed it |
|
@aayushkdev Works great! The next improvement should be to store the current state (current path) in the browser URL. Lines 39 to 43 in 0067725 |
Hey @tdruez I worked on this improvement over the weekend but my implementation was a bit different I used the url params which were already being passed to the template to load the state. Would be great if you could have a look at that pr #1853 |



Reference #1840