Questions tagged [collapsible-panels]
A user interface element, where content can be shown or hidden.
54 questions
5
votes
4
answers
2k
views
Lock icon to convey disabled but has a clickable feature?
I am working on an application that uses a left-side panel to show the different products provided in the company.
Based on the user license you can have access to them or not, but the left panel ...
1
vote
1
answer
101
views
What would you call an accordion in layman terms?
In testing I've found that some users are confused by the name accordion. Have you got any examples of alternative names for these blocks that you've found work better in testing?
0
votes
3
answers
1k
views
Best Practice for Advanced Filter & Saved Filter
I am working on redesigning the UI of a filter functionality.
The existing filter functionality offers comprehensive features, including:
Create advanced filter and save filter.
Options to edit, ...
0
votes
4
answers
210
views
Should an expandable table be collapsible?
I have a page with tables that can have a large amount of data depending on the customer you're looking at.
Each customer can have multiple entities and each table represents an entity. Please note ...
2
votes
4
answers
2k
views
What should be the main content behavior when side panel displayed?
I'm working a desktop app and I need to display a list of task to the user needs to complete.
When clicking on a task (row), a side panel appears from the right to the left to display additional ...
15
votes
3
answers
4k
views
Is it okay to use a dropdown chevron in a checkbox?
We have a feature where the user can select some checkboxes. They are all selected by default.
We are planning some UI/UX changes that will allow the user to cherry-pick, between these selections, a ...
0
votes
3
answers
155
views
How to handle map section navigation in mobile
Given a section which takes full height of the device's viewport and have the following controls at disposal of the user:
Can pan through the map within a certain boundary (a country);
Can select an ...
3
votes
4
answers
3k
views
Where should you allocate the edit and delete buttons in collapsible panels?
I am a webdeveloper and am looking for a better solution in a private project of mine, which is a wiki-like webpage for a Dungeon's and Dragons campaign.
I have a list collapsible panels, each ...
2
votes
1
answer
1k
views
Are collapsed filters an antipattern? or does it depend on the intended user?
So we are building a monitoring page intended for a specialized group of users who would like to keep an eye on their logs. We are implementing a filtering solution to help users find the type of ...
4
votes
1
answer
269
views
When an accordion or collapsible panel is open, are there any concerns with having the header BELOW the panel?
According to this article, an accordion is composed of headers and panels as follows:
I will refer to a single one of these elements, with a header and panel, as a “collapsible panel”.
Below is part ...
2
votes
2
answers
838
views
Expand/Collapse clue on a chart
I am currently working on an org chart with collapse/expand capability. In case it matters, the original code is from d3/visx. To improve user experience, I want to include a clue that a node can be ...
2
votes
2
answers
5k
views
Good place to put delete button for accordion?
I want to incorporate a delete button/option on an accordion (I don't want the delete button to be hidden to users since it's important for the function of my design.)
Currently, I'm not sure of a ...
1
vote
2
answers
113
views
Should we include a 'collapse' on this page?
We're developing a page, where the user can unsubscribe at the top of the page, and 'email preferences' at the bottom.
The question is, once the user has 'expanded' to see the preferences, does he ...
1
vote
1
answer
162
views
Mobile UX for a list of questions with editable answers?
As part of a larger app, I am designing a mobile UX for a fixed list of 30 questions that the app user can answer. The user can answer from 0 to 30 questions, averaging around 3 answers. They can edit/...
1
vote
1
answer
185
views
What is the best way to combine a dismissible card with a collapsible panel?
I'm working on a checkout flow where a cart summary panel appears on the right hand side of the checkout form. We want the user to be able to remove a product, but due to legal and compliance reasons ...