Feature: task list on mobile view is difficult to use #1522
Labels
No Label
dependencies
duplicate
help wanted
invalid
kind/bug
kind/feature
needs reproduction
question
security
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vikunja/api#1522
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?
Really loving working with Vikunja so far. I want to use it on a more day to day basis, but I'm finding the mobile task list view to be some-what unusable in my case.
In the image below, you can see that tasks are truncated and you cannot read the whole text, and some cases it is difficult to determine what the task even is.
Mobile Image
I'd like to propose updating the component to support multiple lines of text, (truncated at 2-3 lines). That may also require some changes to put labels/priority stuff below the text. As such I'm unsure the complexity here.
Microsoft Todo Example
I'm willing to take a crack at the UI if I can get some guidence on what would be accepted by the core team.
If you have an idea in mind on what it could look like, please create a PR. The component in question is this one: https://kolaente.dev/vikunja/frontend/src/branch/main/src/components/tasks/partials/singleTaskInProject.vue
As you mentioned, this is likely a little more complicated with all the other task properties like labels, dates etc. - it's probably best to iterate towards a good solution..