-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Make app updates better visible (part1) #22422
Make app updates better visible (part1) #22422
Conversation
By analyzing the blame information on this pull request, we identified @icewind1991, @jancborchardt and @DeepDiver1975 to be potential reviewers |
As @PVince81 and I said in #17230, there’s a simpler way:
This current approach adds too much unnecessary interface, whereas a simple sorting of the relevant apps up top makes them more visible directly. |
resorting the apps list is not simpler and most likely nothing we can do in the remaining time. If you want resorting its going to be one more release-cycle |
As an explanation, because the update information is loaded async afterwards, because the appstore has not the needed functionality to get all infos with one call, we would display the result in order A, B, C and then reorder it to C, A, B. If you happen to just (try to) press any button in the moment of reordering, it's going to be a worse experience and not a better one. That's why I added the filter-checkbox |
Why then not simply wait for the other call to respond. Or show a "checking for updates..." feedback. |
this is awesome! 👍 Thanks @nickvergessen |
Because then we show a blank page for |
@nickvergessen I was referring to the UX of course. If this change needs to be, please only do the »There are updates available for X apps«. The checkbox is not necessary. |
If you have a list of 20 apps, with having an update available, the checkbox is quite nice, because it hides all non-update-apps. |
I'd prefer if we keep that TBH 👍 |
Another alternative idea: have an additional section in the left navigation bar "Updatable apps" |
Yeah, both having updateable apps sorted up top or having a section in the sidebar »Updates« would be better than this strangely placed checkbox. |
And both require the endpoint on the appstore. |
Well, then we should provide the endpoint on the appstore. |
ffc5336
to
e6134fa
Compare
e6134fa
to
87746e4
Compare
Removed the checkbox, ready to go in |
👍 |
Yep, sounds good. Next step then is to add the endpoint to the appstore to properly sort the apps to update up top. You can see how nicely that works from the Play store and iOS app store. |
👍 |
…of-app-updates Make app updates better visible (part1)
@nickvergessen will you be taking care of the »sort apps with updates to top« or should I create an issue? |
create an issue and put it to backlog |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Fix #17230
@PVince81 @jancborchardt @LukasReschke @MorrisJobke