andrewnguonly / Lumos

A RAG LLM co-pilot for browsing the web, powered by local LLMs
MIT License
1.42k stars 102 forks source link

Make the popover longer (?) #69

Closed marcelinollano closed 9 months ago

marcelinollano commented 9 months ago

This is more a suggestion, I feel like the popover (or popup in Arc) is a bit short. Maybe make it at least resizable?

In this example I can barely see the conversation:

Screen Shot 2024-02-05 at 16 26 59@2x

Thank you,

andrewnguonly commented 9 months ago

Good suggestion! I'm not sure if it's possible to dynamically change the size of the popup while the popup is open, but I'll come up with something. Hopefully, there is a way. I'll take a look 👍

andrewnguonly commented 9 months ago

@marcelinollano, I've added a feature to increase the height of the popup window. It's released in version 1.0.5. Note: Chrome extension popups have a max height of 600px.

marcelinollano commented 9 months ago

Awesome! Thank you!