Allow tasks list to use full width #3352
Labels
No Label
area/internal-code
changes requested
dependencies
duplicate
good first issue
help wanted
hosting
invalid
kind/bug
kind/feature
question
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vikunja/frontend#3352
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Version information:
Frontend Version: 0.20.5
API Version: v0.20.4
Browser and OS Version: Firefox 111.0.1 (64-Bit) / Windows 11
Question / Feature request
I wonder why the list view is limited to 1024px where the other layouts (Gant, Table) use the full width?
Is that by intention?
I would really like to use the entire with of my screen because some elements are hidden due to the limited size.
I think I never questioned the width of that view. It's always been like that.
If we would just make it wider, not sure if that would look nice all the time. I guess let's try it?
This doesn't look too bad:
I think on an ultrawide screen it's too much though:
Maybe we could just increase that 1024px max-width to something like 1500?
I did a test and 1800px looks better for me on a 2560x1440 screen 😄
What about a percentage or something like
70vw
?I'm far from experienced with CSS so don't hesitate to use whatever units seems best for you!
Edit: is there a breakpoint to determine if we are on a ultrawide screen? If so I would opt for 100% width below ultra wide and something else on ultrawide ...
That might work, but IMHO we should make that the minimum then and keep the 1024px. So that it always takes up 70vw, unless the screen is smaller than 1024px. In that case it should be 100%.
I think there is one called
$fullhd
at 1344px.Define the max-width as 70ch. That's about the upper limit of the optimal reading line length. If there is more text we should wrap instead.
Regarding full-with: If we do that it should be a toggleable view setting.
EDIT
With the 70ch I meant the width of the text inside the item, not the line wrapper.
When I saw that I had to immediately think if it wouldn't be better to wrap the meta info per task in a second line instead.
It's limited by intend. As written we should definitely wrap the text though. I also agree that even wirh the text or meta wrapping it might also profit from a a bit larger max-width.
@dpschen
That would be absolutely perfect if a user could just enable that via the settings!
But also extend from 1024px to 70vw and additionally having meta info in a second line would be super even if full width is disabled!
One more thing (not sure if that should go into a separate issue), I juts noticed that the assigned user icons are spaced quite far from each other in the list view:
But in the details of that task they are semi-stacked:
The stacked version is in my opinion what should be used in the list view as well. Maybe thats a bug!?
I'd say that's a bug. As you pointed out, they should be stacked in the list view as well. Opened an issue from your comment: #3354