Open DevEmmy opened 2 years ago
@GMishx I use Linux instead of Windows
Resolved the loader import issue as suggested by @soham4abc
closes #185
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
@soham4abc I already did that.
Check my latest push
@DevEmmy are you still working on this issue?
Is it working nice? Or you got errors?
If there are errors, you could let me know so I can fix it.
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. :-)
@DevEmmy , are there any updates on this PR?
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"