ryelle / Foxhound

A text-focused blog theme for WordPress (in React)
https://themes.redradar.net/foxhound
349 stars 39 forks source link

Placeholder or loading message #5

Closed ryelle closed 8 years ago

ryelle commented 8 years ago

While the API request fetches, we can display a loading message or placeholder.

Currently a generic loading message:

screen shot 2016-09-03 at 1 10 51 pm

melchoyce commented 8 years ago

Maybe instead of "Your posts are loading," we say "Posts incoming ..." and use the … entity. Or, we could animate the . . . in and out while the posts load, like:

. .. ... .. . etc.

melchoyce commented 8 years ago

Might also look nice italic.

ryelle commented 8 years ago

Condensed all the placeholder displays into one Placeholder component.

Also tried an animation that looks kind of ridiculous for the index screen, but once #16's implemented we shouldn't need that.

ryelle commented 8 years ago

Animation's been killed, looks weird with preloading. Considering this done.