prophiler
prophiler copied to clipboard
[NFR] Persistent toggle Toolbar
I really miss the ability to toggle the toolbar... Visible/hidden is stored in a cookie, so it won't reappear after page load.
Here's a working demo: http://static.lazos.me
Having it on the top is also strange (for me at least), but that can be easily fixed with CSS only :]
Thanks for your pull request! I really like it, but please have a look at the comments.
Best Fabian
Thanks for the feedback Fabian :] I've changed it according to your comments! I also reverted to the body margin-top placeholder, because the extra div haven't worked out after all... DOM order could be messed up in other projects.
The only thing that still bothers me is the jumpy loading if the toolbar is turned on when the page loads... I tried moving the init code outside document.load with pure JS, but it didn't help either :( Any tips for minimizing that annoying jumpiness? Demo page is still online with the new mods.
I was browsing to have some sort of hide / show functionality. Probably this is the PR I am looking for.
+1