Skip to content

Immich: Fix blade's coliding titles #841

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

Merged

Conversation

yscialom
Copy link
Contributor

Immich blades displays three metrics: one for the number of photos, one for the number of videos and one for the total space usage of its server.

This commit fixes an issue where the titles of those metrics are colliding into a single word: "PHOTOSVIDEOSUSAGE", which impair readability.

Before this commit, the blade reads:

+-------------------+
| PHOTOSVIDEOSUSAGE |
|   265 443 0.94GiB |
+-------------------+

After this commit, the blade reads:

+-------------------+
| PICS  VIDS  USAGE |
|  265  443 0.94GiB |
+-------------------+

Immich blades displays three metrics: one for the number of photos,
one for the number of videos and one for the total space usage of
its server.

This commit fixes an issue where the titles of those metrics are
colliding into a single word: "PHOTOSVIDEOsUSAGE", which impair
readability.

Before this commit, the blade reads:
<pre>
+-------------------+
| PHOTOSVIDEOSUSAGE |
|   265 443 0.94GiB |
+-------------------+
</pre>

After this commit, the blade reads:
<pre>
+-----------------------+
| PICS    VIDS    USAGE |
|  265    443   0.94GiB |
+-----------------------+
</pre>
@mvdkleijn
Copy link
Collaborator

Not ideal, but acceptable given the shortage of space. 😄

@mvdkleijn mvdkleijn merged commit 9328c94 into linuxserver:master Jul 22, 2025
3 of 4 checks passed
@LinuxServer-CI LinuxServer-CI moved this from PRs to Done in Issue & PR Tracker Jul 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants