-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better loading states #1214
Comments
Hi, My explorations are below: Please select from the list (left sidebar) one of the flows. Link to the prototypes |
FeedbackPending TransactionsBoth have the following issues
Page LoadersI think the table data loaders was quite promising, lets go with that. Keep in mind that the number of categories We also need these loaders for tons of places, such as viewing threads, posts, and virtually every screen in the app. Will you redo this for every screen, or should the developers just figure out how to do this for the other screens? It is also the case that the loaders need to be triggered not only when loading the page, but also if you are adjusting a possible filtering setting on the page that fires off a new query. This needs to be described in the designs some how. SearchingI don't think we need a modal like that to block the screen, can't we just go for the same page loading approach as above? Also the consistency is a benefit. I think there may be a need to have some sort of spinner state or something for the search box, to prevent firing off a new search before the last one is done. |
It can be tiring to see |
This seems too rough to me. People don't expect webapps, like gmail, Fb, Slack etc., to work like this. It think we just need
because I agree this is a bad experience. |
Agreed. Less user having to fiddle with things is favorable. With a global 'chain state' skeleton just referencing IDs and some metadata including proposal and thread titles would reduce user waiting time already. With sensible (age) limits to avoid infinite growth over time. This way some queries (find in title) could become instant and only full-text searches need to hit QN which could also reduce load on our infrastructure. |
@traumschule just a note that this epic is focussed on the Better Loading States, just visual scaffolding .. For the performance and page load optimisations please do feel free to raise separate targeted issues with tech-debt label and they will be triaged in the duly manner. Thank you in advance 🙏 |
Context:
There are two distinct loading states being used currently
Loading...
Neither of these work particularly well, I think we need a consistent way to show this which is better.
scope:
🎨
Update Loading states for Olympia scope in accordance to this design upd
✅
⛔ OOS
The text was updated successfully, but these errors were encountered: