Taffy icon indicating copy to clipboard operation
Taffy copied to clipboard

Use LocalStorage to preserve dashboard collapse state

Open atuttle opened this issue 10 years ago • 4 comments

Relates to #259 - it would be great if we could remember which fields you have expanded.

We should think about how granular this should be. Should we make it resource-specific? resource+verb specific?

atuttle avatar Sep 28 '15 14:09 atuttle

Could we even go a little more coarse and group resources by there root path? Admittedly this would have to be tastefully done for apis with many different root resource paths...

coryasilva avatar Oct 22 '15 16:10 coryasilva

Do you just mean the order of the item rows in the dashboard?

atuttle avatar Oct 22 '15 20:10 atuttle

No I mean to group them like this:

- /groups

/groups /groups/:id /groups/:id/users /groups/:id/members /groups/:id/membersof

+ /pages

+ /widgets

- /users

/users /users/:id /users/:id/settings

coryasilva avatar Oct 22 '15 22:10 coryasilva

Interesting. It could be done, because they are in reverse Alpha order (displayed in matching order).

atuttle avatar Oct 22 '15 22:10 atuttle