fossology / FOSSologyUI

Repository to hold the new UI framework for FOSSology built with React
https://fossology.github.io/FOSSologyUI/
GNU General Public License v2.0
49 stars 88 forks source link

changed the loading message and added a component and its style #193

Open DevEmmy opened 2 years ago

DevEmmy commented 2 years ago

Description

Changing from "Loading..." text when a page is on refresh to a css animation.

Changes

In the Constant > messages.js file, I replaced the "loading..." text with a component which I titled "Loader.jsx"

DevEmmy commented 2 years ago

@GMishx I use Linux instead of Windows

DevEmmy commented 2 years ago

Resolved the loader import issue as suggested by @soham4abc

DevEmmy commented 2 years ago

closes #185

soham4abc commented 2 years ago

Resolved the loader import issue as suggested by @soham4abc

There are some more issues that You need to fix... You need to change the .js files to .jsx and need to re import wherever they are used.. I cloned you code and fixed those issues in my local.. If you face any issues feel free to ask me

DevEmmy commented 2 years ago

@soham4abc I already did that.

Check my latest push

soham4abc commented 2 years ago

@DevEmmy are you still working on this issue?

DevEmmy commented 2 years ago

Is it working nice? Or you got errors?

If there are errors, you could let me know so I can fix it.

soham4abc commented 2 years ago

Is it working nice? Or you got errors?

If there are errors, you could let me know so I can fix it.

there are some errors currently, I suggested some changes which should fix them. Do let me know if you have issues understanding them. :-)

GMishx commented 2 years ago

@DevEmmy , are there any updates on this PR?