Questions tagged [lists]
Use only for questions regarding to ordered or unordered lists
765 questions
0
votes
1
answer
43
views
Product return process view
I'm making a system for a company that rents products.
The products are booked by the customers by putting them in their cart like in a webshop.
On checkout, the booking period and other data must be ...
0
votes
1
answer
47
views
RFC: Presenting/Grouping information
We are currently designing some new functionality, and a question that came up was how to display information in a cohesive way. Basically, how should we visually emphasize data that belongs together.
...
4
votes
2
answers
182
views
What's the state of the art for indicating a non-obvious scroll area?
Gone are the days, it seems, where a visible scrollbar is how you can know a region in a user interface is scrollable (unless you're on Windows). Lately though, I've run into some problems reported by ...
0
votes
2
answers
207
views
What is wrong with this Design? [closed]
This design is a combination of the previous designer’s work and some additions I made a year ago. I can’t quite pinpoint what’s wrong, but something feels off. Also, I’m confused about why there’s a ...
1
vote
1
answer
222
views
A Way to Present Long List on Website
I am running up against a conundrum. Our website has a long list of names, several thousand, that are currently presented as a textual list in alphabetical order. Each item on the list is actually a ...
0
votes
1
answer
94
views
How to replace multiple transfer lists on a page?
Hello there. I was recently hired as the first ever UX/UI designer at a company that makes software for human resources. Currently, they use a set of multiple transfer lists to allow the user to ...
0
votes
2
answers
255
views
How to design a form with a list to add more users in the same form?
I'm designing a form to add users to my system, with the option to add multiple users within the same form.
Could you help me determine which decision is better for this problem?
I have considered two ...
1
vote
1
answer
365
views
How to Redesign a Table Row with Expandable Lists for Better UX?
I am working on a table that displays rows of data, and each row contains a column with a short list of items (typically 3 items). When a user clicks a "Show More" button, the list expands ...
1
vote
2
answers
127
views
In a nested list, where should the "add item" option appear?
Given a list that can be deeply nested (3 or more levels deep), where is the best place to put an "add item" option such that it's clear the depth level at which it's being added? Each level ...
0
votes
1
answer
101
views
Alternative to In-Line Editing for Goal-Setting in a List Page?
I'm designing a self-examination tool where users complete multiple questionnaires and could choose to set goals for each category and individual questionnaire. Our current index page uses a list ...
1
vote
2
answers
150
views
Accessible way to disable listbox
I’m developing a package to create sortable lists for web interfaces using Svelte. I’ve already introduced a feature to disable list items individually, allowing the user to focus the disabled items ...
1
vote
1
answer
139
views
How is it called the border around the previously-selected element in a list?
On several interfaces showing collections of selectable elements, there is a special display for "last previously selected element", as illustrated in these screenshots:
I also noticed it on ...
0
votes
2
answers
145
views
How to represent a list of items which can be edited or deleted without taking a lot of space on the page?
I have a long list of items which user can edit or delete. Previously, I had all of them as a list on a page with edit and delete button. But now it is too big and I want to change the representation ...
-1
votes
2
answers
527
views
Select multiple items in a list with a touchscreen, specifically for use cases like file explorers
With a list "select" widget with multiple selection allowed, how to enable the selection of multiple items with a touchscreen device?
Drag/drop or swipe cannot be used for selection, it is ...
0
votes
2
answers
137
views
Does it make sense to make the entire item in a list clickable, with a button inside it?
It's about a desktop app in which users can open a modal containing a list of items. Some of these items may have one type of action associated with them.
Does it make sense to make the entire item ...