WilliamKarolDiCioccio / open_local_ui

OpenLocalUI: Native desktop app for Windows, MacOS and Linux. Easily run Large Language Models locally, no complex setups required. Inspired by OpenWebUI's simplicity for LLM use.
MIT License
16 stars 2 forks source link

Navigate to chat when session is selected #31

Closed Rossi1337 closed 3 weeks ago

Rossi1337 commented 3 weeks ago

When a session is activated we straight away naviage to the "chat page" so that you can continue chatting in that session. For this I pass now the pageController into the SessionPage

Additionally I changed the order of the buttons: First the "Enter Session" and then the "Delete". This is more safe as you do not have to move with the mouse over the Delete button to reach the Enter button.

WilliamKarolDiCioccio commented 3 weeks ago

Great job! Can you do the same for models so we group everything into a single pull request?

Rossi1337 commented 3 weeks ago

Yes I will do this

Rossi1337 commented 3 weeks ago

Implemented now the same logic for the models. When one is activated we jump now to the chat. Also changed the order of the buttons to match the sessions page again.

WilliamKarolDiCioccio commented 3 weeks ago

Great job! Merging right now