Questions tagged [widget]
The widget tag has no summary.
30 questions
0
votes
0
answers
5
views
Widget design improvement as it seems off
I have this widget for my dashboard where it tells the total visits of current month. As the new month arrives, the visual seems "super" negative in perspective.
Any improvements that will ...
2
votes
2
answers
116
views
What name is used for the UI style that shows visual history with overlapping windows?
The specific example I have in mind is used by Ward Cunningham's wiki software at http://wiki.c2.com.
(While this is a website, the same UX concept would also work on a native desktop app; e.g. a '...
1
vote
2
answers
93
views
Datetime picker design for picking hours only
I am creating a date-time picker in which you'll be able to select a date, or a range of dates, or a date + time, or a range of date + time, or time, or range of time. The date picking is already done,...
1
vote
1
answer
65
views
App widget to show and hide sensitive information
I'm currently planning a widget for a finance app, which shows the user's current spending for the current month on all their credit cards.
However, since this can be considered to be sensitive ...
1
vote
1
answer
487
views
Draggable widget - how to indicate draggability
I have a popup Javascript widget with an icon that is embedded into the right-hand corner of my site (by default.) The user can drag and drop the widget icon to another corner of the site if they wish,...
3
votes
1
answer
225
views
Widget to enter 3 numbers that must add up to 1
I need the user to select 3 numbers that add up to 1, let's call them x, y, and z. I could have a slider for x and y. Then z would simply be 1 - x - y. But what if the user slides x to 1 and y to ...
3
votes
1
answer
157
views
a11y - Captioning for videos with accompanying text and no audio
We sell a widget. And we're building a webpage for the widget.
We have a section on the webpage where we want to show a text description of a feature of that widget, and below the description, we show ...
1
vote
2
answers
382
views
Best way to save and apply template to a widget
I am working on a SAAS project where users create widgets to their websites.
One of their abilities is to create a messaging template and apply it to their widgets.
When saving a template, the user ...
0
votes
2
answers
124
views
What is the best way to change proportions?
I would like to find the best widget(s) to change proportions.
Let's say I have 2 to 12 parts that sum up to 100%. I would like to create a widget where the user could those parts as they want.
For ...
2
votes
1
answer
388
views
How to display a chart which has larger dataset in a dashboard widget?
I have a dashboard which display different charts as equal sized widgets.The issue with my current UI is when there is more data labels and data sets the charts looks compressed.
Is there a better way ...
8
votes
3
answers
600
views
Is the command palette a UX tool only for power users? Or can they be used effectively by non-technical users?
Command Palette
VS Code is equally accessible from the keyboard. The most important key combination to know is Ctrl+Shift+P, which brings up the Command Palette . From here, you have access to all of ...
0
votes
2
answers
109
views
What is the name of the widget that is used for showing tutorials about a frontend app
There are some sites I've been on where, the first time you visit it, it will show you a little tutorial.
The tutorial will have big round animations that encircle a button and say something like "...
1
vote
3
answers
238
views
Confusing UX for Recursive report parameter
I've been tasked with implementing a report parameter that contains other report parameters, for a reporting software I'm working on. The UI, as described to me is really confusing, but I am at a loss ...
0
votes
2
answers
441
views
What is the best user interface widget for ternary data?
In a form design, wizard people can define mark fields and then state how important there are. Some fields will always be in the form (for other purposes). However, for one such field a person can ...
2
votes
1
answer
734
views
How can I display chat widget on mobile without affecting other artifacts?
I want to know a best way to display user chat icons on mobile, as these widgets are overlapping with other artifacts of screen. In mobile due to lack of space, overlapping of icons is appearing.
...