Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sessions: Ollama server check is not working on mobile resolutions #132

Closed
fmaclen opened this issue Aug 4, 2024 · 1 comment · Fixed by #131
Closed

Sessions: Ollama server check is not working on mobile resolutions #132

fmaclen opened this issue Aug 4, 2024 · 1 comment · Fixed by #131
Labels
bug Something isn't working released

Comments

@fmaclen
Copy link
Owner

fmaclen commented Aug 4, 2024

The logic introduced in this PR https://github.com/fmaclen/hollama/pull/99/files#diff-e13c06b2f8eb5ca2f92007ee68d5fecf31e07131e5f14dcfb9a58c00efc01fe3R62-R76 is not being executed when the app is rendered at a small resolution.

Steps to reproduce:

  • Resize viewport to 480px width
  • Check the Ollama server is connected in Settings
  • Click on Sessions
  • Turn off Ollama server
  • Click on New session

Expected behavior:

  • Model list should be blank
  • The UI should display a disconnected message
@fmaclen fmaclen added the bug Something isn't working label Aug 4, 2024
fmaclen added a commit that referenced this issue Aug 4, 2024
Closes #132 

- Adds toast confirmation when saving Knowledge
- Adds toast warning when Ollama server is not reachable in Sessions
- New styling for form fields
- Other minor UX improvements
@fmaclen
Copy link
Owner Author

fmaclen commented Aug 4, 2024

🎉 This issue has been resolved in version 0.7.13 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant