Questions tagged [loading]
The state of transmitting or receiving information.
160 questions
0 votes
2 answers
80 views
Coming up with the best loading strategy for a system in which agility is paramount
I am deciding on the states of my UI and I am having doubts about the initial loading state. So far I'll have a loading state, empty state and state with content; it's on the initial load that I am ...
2 votes
1 answer
85 views
Is there an animation/timing for skeleton loaders to make the user's experience more soothing?
I am using skeleton loaders for placeholding the real content's space and component structure and I am using a fade-in fade-out effect for it. Because of the effect's pulse: in and out, I got curious ...
0 votes
1 answer
79 views
Is there an established approach to making independent asynchronous form controls screen-reader accessible?
Certain form controls in my web application require an additional request to the server during runtime in order to populate their contents. For example, a dropdown might need to fetch and update its ...
0 votes
1 answer
78 views
Disable whole form or just the submit button if it depends on queried data?
I have a form with various fields and a submit button The submit action depends on some external data. While that data is being fetched, the submit action cannot be processed. I am fetching that data ...
1 vote
2 answers
108 views
Single page placeholder character for is loading
On our business website, much like reddit.com where it shows karma, we show 0 as a default/ initial value till the page is loaded (for a bunch of values that can be 0, but that is not a good meaning). ...
0 votes
3 answers
155 views
UX concerns with showing dynamic tips/fun facts/"Did you know...?" section on a loading progress modal
In my app, there's a window that opens up with a spinning logo next to a progress bar that shows update/loading progress. I want to add a section with various tips and fun facts about the application, ...
3 votes
1 answer
396 views
Should a Skeleton loading effect be used when refreshing a view with data already present?
I'm developing a mobile app, should I display a skeleton effect when the user trigger a pull refresh even when there's already a data on the screen and won't load a new or additional data in those ...
2 votes
2 answers
148 views
How to handle list loading + errors on mobile
I have a list of addresses on a mobile app. What is the best way to handle pagination and loading errors? example: The list is paginated by default. 5 items are shown, with a "Load more" ...
2 votes
1 answer
127 views
Mega menu showing loaded apps
I am designing a huge mega menu for a software application. In the menu bar, it is grouped by different tasks based on categories. At times, a user will have a need to click and open up more than one ...
1 vote
1 answer
74 views
How should the form behave when only a single question requires loading?
This is a form for an airlines platform that users need to fill to proceed checking in to their flight. The country dropdown may or may not change the questions below it depending on the country but ...
2 votes
1 answer
164 views
Is the word "loading" user-friendly?
Working on a feature for our app that tells the user when the app is loading. We want to include a loading spinner icon, and I think accompanying the icon with just the word "Loading" is ...
1 vote
1 answer
92 views
Do we call all types of progress indicators a loader?
Do we call all types of progress indicators a loader.
1 vote
3 answers
412 views
Different Loading States Same Application?
I am currently designing a very complex enterprise application. I have done some research on loading states and came to the conclusion that loading states that should be displayed depends on scope, ...
4 votes
2 answers
333 views
loading states for individual items in a list
I'm a frontend developer and wondering from a UX perspective, whether it is a bad idea to fetch individual list items in a large list (with multiple columns). See an example here: This example is how ...
0 votes
5 answers
208 views
Should users be allowed to add new users on a user management screen while the screen is still loading
Designing an access management module. Sometimes there will be a delay in the list of existing users loading. During this time the add user button will be active. in this case users will be able to ...