davidhsianturi / laravel-compass

A REST client inside your Laravel app
https://davidhsianturi.com/laravel-compass
MIT License
1.26k stars 109 forks source link

Resizeable sidebar #8

Open antonkomarev opened 5 years ago

antonkomarev commented 5 years ago

It will be good to be able to change sidebar size. Many endpoints looks like: DELETE oauth/tokens/{token_...

railken commented 5 years ago

How about this library? https://github.com/daybrush/moveable Or a more simple one? https://github.com/nikitasnv/vue-resizable

davidhsianturi commented 5 years ago

I have no problem with the current implementation because it only displays the request title (if not empty) and it can be updated, but I like the idea to improve the sidebar.

railken commented 5 years ago

In order to avoid resizing all the time when refreshing, should the width of the sidebar be saved on the local storage?