Use case
I find my self often use the autocomplete function of my last searches in the search box to find and access bookmarks and snippets I recently looked for. I figured out since I do that, why not make it easier. So I did - I added sort of quick access to my last searches directly from the side menu in the landing page. See it in action below:

One tricky part was to show the whole content of the search when its length passes a certain limit. That meant
when hovering dynamically changing the content of the html anchor a
element. This was even more difficult, because
the list is dynamically generated out of the last searches. Let’s see how I implemented that.