use-ink / contracts-ui

Web application for deploying wasm smart contracts on Substrate chains that include the FRAME contracts pallet
https://contracts-ui.substrate.io/
GNU General Public License v3.0
61 stars 44 forks source link

Use loading spinners when opening app #200

Open erler opened 2 years ago

erler commented 2 years ago
Screenshot 2022-02-09 at 17 50 21

Replace "Initializing database" message with loading spinners Home - Loading

statictype commented 2 years ago

what happens when disconnected or unsuccessful?

erler commented 2 years ago

@statictype There's a design for that in Figma Home - Not Connected

geraBarboni commented 1 year ago

I'm going to work on this, can you pass me the figma for more info?

geraBarboni commented 1 year ago

I did the replacement of "Initializing databese" by the loader, my question is if the disconnected or unsuccessful is already done or not.

statictype commented 1 year ago

@geraBarboni thanks for picking this up! It's an old issue and doesn't have the best description unfortunately. There shouldn't be a "initializing database" message anymore. Everything related to loaders and connection related error messages is in this file

geraBarboni commented 1 year ago

@statictype Thanks! I will work on that