fstrauf / tokenomics-hub-investor

next-js-blog-with-comments-fstrauf.vercel.app
3 stars 3 forks source link

Implement generic loading indicator #432

Open fstrauf opened 1 year ago

fstrauf commented 1 year ago

Requirement

Some pages take a while to load hence we need a generic loading indicator that we can use to increase usability.

Implementation

  1. if possible, don't use any new 3rd party modules.
  2. If modules are required, please ensure they are as small as possible.
bhawikyudiz commented 1 year ago

@fstrauf It will be good if we find out which pages require a loader. currently, the supply & demand overview, supply detail, demand detail and supply vs demand pages take some time to load.

For lightweight, css implementation will be great but let me find out some lightweight libraries as well.

fstrauf commented 1 year ago

@bhawikyudiz yeah those where some of the ones I was thinking of. If you could implement something generic for these then we can use it for other screens we encounter in the future.

bhawikyudiz commented 1 year ago

@fstrauf Sure, will do it.