-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Display loading image until e.cash is usable #1950
Comments
Upwork post: https://www.upwork.com/jobs/~015fafafbf1411e6a4 |
Hi, I would love to work on this issue! My proposal:
Add a loading value in Onyx (or if already available use those loading states) -- for each of these data.
Please let me know if there are any suggestions for my solution! |
Hi @sakluger, Here is my proposal for this task. ProposaliOS and Android
Web, Mobile web, and Desktop
Status bar colors can be modified according to the requirement. Thanks. |
@marcaaron assigned you to review proposals since you added the External tag here https://github.com/Expensify/Expensify/issues/155376#issuecomment-788204794 |
@barun1997 This plan seems reasonable, but I think incomplete.
@SameeraMadushan I'm curious to hear more about why this package is necessary.
Should we have the same effect on web? I think maybe, yes, since we may see issues on mobile web platforms where initial data fetching takes time to happen and the page is not yet interactive.
One thing to watch out for with this approach is that we will want to avoid any unnecessary re-renders at low levels when listening for changes to something like a Separately, to address both proposals, I'm not entirely sure that the rendering issues are caused only by API calls. I think a good baseline definition of "usable" would be...
|
@marcaaron splash screen package used only for mobile. It improves the user experience. Now when you open the app, the first thing you will see the white screen. With this package, instantly you will see the splash icon. ex: Twitter app
To have the same effect on the web, I'll only use the JS implementation.
This is true. We should avoid re-renders when checking those conditions. What I'm suggesting is not rendering the UI until all the necessary data is loaded. I think this slowness occurs due to the API calls. You can clearly see the difference by, |
👍
That doesn't really tell the whole story. We load minimal UI elements when we are logged out so it's no surprise the initial render is quick. I have tested the proposed solution to delay rendering until after the APIs are complete with a production account that has many chats and users. To be sure, it helps some, but sorry does not solve this issue completely. |
Hi, This is Kaushik here. I would like to put a technical and pretty self explanatory solution for this. It is really simple,
|
Indirectly related, dropping in for reference https://expensify.slack.com/archives/C01GTK53T8Q/p1617740926401400 |
Hmm aren't these pretty much discussing the same issue? This issue feels like it has stalled a bit. Should we maybe come up with a more unified and complete plan, get design feedback, put together a mini doc or proposal and then create the issue? |
I think these are two different things:
1. The UI currently loads through several broken, incomplete, and unusable
iterations before something correct is displayed.
2. After the UI is correctly displaying (and functional), it begins
synchronizing down content. This creates uncertainty when you open up the
app and see there are no new messages -- are there *really* no new
messages, or have they just not been synchronized down yet? There's no way
to know for sure, other than to wait "a while" until you guess
synchronization has completed. So let's just show visually when doing this
synchronization to eliminate that uncertainty.
…On Wed, Apr 7, 2021 at 9:51 AM Marc Glasser ***@***.***> wrote:
Hmm aren't these pretty much discussing the same issue? This issue feels
like it has stalled a bit. Should we maybe come up with a more unified and
complete plan, get design feedback, put together a mini doc or proposal and
then create the issue?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1950 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEMNUXA3BAFIO4T3RYEK2TTHSEP3ANCNFSM4ZPQSRAA>
.
|
For #1 above, I'm torn between a basic-ish loading animated issues that accomplishes what we want for an MVP (I do agree we should design eyes on this) or a "mini doc or proposal" I'm leaning towards the MVP then readdressing later, if needed. This issue would be specially for #1 and I can create a new issue for #2 and we can separately discuss that there. @marcaaron what do you think about the above for a plan? |
Hmm. Not sure my previous comment about a mini doc is relevant anymore if these are separate issues. So it sounds like we need to:
|
I think once we have feedback from the design team and the loading image ready, we can post to Upwork. @Expensify/design can you review the above, let us know if you have any concerns then propose the best option for an animated image? (not the finished product if you think it'd be helpful to discuss more first). |
@michelle-thompson already posted a mockup here, though it should be added to the original comment of this issue as well. The mockup she made uses the circular logo, and that asset already exists in E.cash (you can find it on the Sign In page). |
Again, this specific issue has nothing to do with the internet, and is
entirely about showing this screen while the app "boots". Once it's
functional, and is showing the correct content on the screen as stored in
the local Onyx, *then* we should add some kind of indication that it's
synchronizing additional content. But while the sync indicator is
happening, the rest of the app should be visible and functional, just
showing potentially old data.
…On Wed, Apr 7, 2021 at 4:50 PM Matt Allen ***@***.***> wrote:
I think once we have feedback from the design team and the loading image
ready, we can post to Upwork.
One thing I'm unsure about is if there will be significant differences
between the platforms? I hope not since Desktop and web *should* load
quickly when on stable internet.
@Expensify/design <https://github.com/orgs/Expensify/teams/design> can
you review the above, let us know if you have any concerns then propose the
best option for an animated image? (not the finished product if you think
it'd be helpful to discuss more first).
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1950 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEMNUXNGQWOG2YHQQD6IK3THTVWDANCNFSM4ZPQSRAA>
.
|
For the sync indicator, perhaps one thing we could do is add some kind of loading spinner that circles around your profile picture, or replace the green dot with some kind of loading spinner/animation/etc. |
Let's not get into details for #2, the sync indicator in this issue, I created a fresssssh GH for that here https://github.com/Expensify/Expensify/issues/159767 Here is the image Shawn referenced above in case a contributor works on this and doesn't have access to that repo |
If you haven’t already, check out our contributing guidelines for onboarding!
Platform - version: All, with a focus on mWeb and mobile apps.
Action Performed (reproducible steps):
Expected Result:
Actual Result:
Notes/Photos/Videos:
Startup on Android goes through several distinct phases:
a. First it opens to a pure white screen with a medium gray header
b. Then it goes to a dark gray screen with that medium gray header
c. Then dark gray with no header
d. Then full white with no header
e. Then the content appears
f. Then the header appears
g. Then the compose box appears
When we show all these different screens before rendering the content, it makes the app look unpolished and like it's not working correctly.
NOTE - We will focus on the speed of loading the app in separate issues since that will likely take work and time
Screenshots from current loading on app on Android
1
2
3
4
5
6
7
The text was updated successfully, but these errors were encountered: