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

🐞 Bug: UI: Some menu tables are misaligned #136

Closed
vt-alt opened this issue Nov 25, 2024 · 2 comments · Fixed by #137
Closed

🐞 Bug: UI: Some menu tables are misaligned #136

vt-alt opened this issue Nov 25, 2024 · 2 comments · Fixed by #137
Assignees
Labels
bug Something isn't working

Comments

@vt-alt
Copy link

vt-alt commented Nov 25, 2024

Description

Some views have misaligned table and table captions.

How to reproduce + Screenshots / Logs

builder@x86_64:~/RPM/BUILD/gollama-1.27.20$ ./gollama -l
Name                                                                    Size       Quant      Family         Modified   ID
codellama:code                                           3.56GB Q4_0   llama 2024-11-08 8df0a30
llama3.2:1b                                              1.23GB Q8_0   llama 2024-10-09 baf6a78
llama3.2:latest                                          1.88GB Q4_K_M llama 2024-10-09 a80c4f1
llama3:latest                                            4.34GB Q4_0   llama 2024-06-20 365c0bd

Note that Size is not above size column.
Even on README screenshot Size Quant Family table headings are misaligned.

  1. Plain gollama run:
   Ollama Models

  4 items

▐ codellama:code                                                         3.56GB      Q4_0        llama           2024-11-08  8df0a30
llama3.2:1b                                                             1.23GB      Q8_0        llama           2024-10-09  baf6a78
llama3.2:latest                                                         1.88GB      Q4_K_M      llama           2024-10-09  a80c4f1
llama3:latest                                                           4.34GB      Q4_0        llama           2024-06-20  365c0bd

The line with ▐ cursor is shifted right 2 chars (well, maybe this one is intended).

Environment

  • Linux distribution: ALT Linux
  • Install source: go build
  • Go version: go version go1.23.3 linux/amd64

How did you find out about Gollama?

GitHub Explore recommended Based on repositories you’ve viewed.

@vt-alt vt-alt added the bug Something isn't working label Nov 25, 2024
@sammcj
Copy link
Owner

sammcj commented Nov 25, 2024

Thanks I've been meaning to fix this for quite some time, just needed a push 😅.
Just pushed out a fix. It'll be available after the builds are finished.

@vt-alt
Copy link
Author

vt-alt commented Nov 25, 2024

Thank you!

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

Successfully merging a pull request may close this issue.

2 participants