swarmcity / SwarmCityDapp

Swarm City dApp FrontEnd
MIT License
28 stars 10 forks source link

'Loading'-state designs #766

Closed faffydee closed 6 years ago

faffydee commented 6 years ago

As discussed with @kingflurkel and @xardass, we want a clean solution to show some sort of 'loading-state' when certain pages (or specific components on page) aren't loaded instantly. Specifically targeted for this is page /detail/ and page /hashtag/.

Solution:

For items that might need longer loading we use a visually simplification to show for as long as the component and its data is not loaded in:

/detail/ - mobile:

screen shot 2018-06-21 at 00 49 58

/detail/ - desktop:

screen shot 2018-06-21 at 00 49 58

2 small interactive elements will be in the loading-state (of /detail/):

screen shot 2018-06-21 at 00 49 58

/hashtag/ - mobile:

screen shot 2018-06-21 at 00 49 58

/hashtag/ - desktop:

screen shot 2018-06-21 at 00 49 58

2 small interactive elements will be in the loading-state (in /hashtag/):

screen shot 2018-06-21 at 00 49 58
faffydee commented 6 years ago

Done, on branch #766_loading-states-design. But not mergeable yet, code still to be discussed with @xardass

faffydee commented 6 years ago

Done, adapted by Xardas in his own branch.