mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
UI: Truncated descriptions in albums #2389
Labels
No labels
ai
android
api
auth
awesome
bug
bug
ci
cli
config
database
declined
deprecated
docker
docs 📚
documents
duplicate
easy
enhancement
enhancement
enhancement
epic
faces
feedback wanted
frontend
hacktoberfest
help wanted
idea
in-progress
incomplete
index
invalid
ios
labels
live
live
low-priority
macos
member-feature
metadata
mobile
nas
needs-analysis
no-coding-required
no-coding-required
observability
performance
places
please-test
plus-feature
priority
pro-feature
question
raspberry-pi
raw
released
released
released
research
resolved
security
sharing
tested
tests
third-party-issue
thumbnails
upgrade
upstream-issue
ux
vector
video
waiting
won't fix
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism#2389
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Beet4 on GitHub (Aug 23, 2025).
Describe what problem this solves and why this would be valuable to many users
If you write long descriptions on albums, it takes up a lot of UI space for the description and less UI space is available to browse the pictures. If the description is truncated by default at a max length, it would look better by default and more UI space for the pictures themselves. This is especially true in the PWA, not as much of a problem on desktop. But could be worse on a smaller screen/resolution.
Describe the solution you'd like
I would suggest that the description inside the albums was truncated by default if longer than a set amount of characters. Clicking on the truncated text would expand it, and clicking on it again would truncate it again.
Describe alternatives you've considered
A different solution could be that the description does not stay pinned when scrolling down.
Additional context
As an example, I've attached a screenshot of my PWA on a new album I've created, with a long description.
As you can see, the description takes up a lot of space and not much space left for the pictures.
@lastzero commented on GitHub (Aug 23, 2025):
Good idea!