-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use common loader across all the pages of the application #1494
Comments
Hey, can you assign this to me? I'd be willing to work on this. |
@rayyyyofsunshine Assigned the issue to you. When you raise the PR, please assign it for review to @prasanthchaduvula . |
@rayy40 Were you able to start working on this issue? Feel free to ask for help if you are stuck somewhere. |
I am having trouble setting this up locally, I texted in discord but did not get a reply. |
@rayy40 I've replied to your query on discord. |
Hey @apoorv1316, I am trying to set it up using wsl2 by going through the docs of ubuntu, if I am unable to do so I'll update accordingly and unassign myself so that someone else can do it. |
Have set up the application successfully, will be raising the PR today. |
@rayy40 Awesome. You were able to set up using WSL? If yes, would you be interested in writing the documentation for Windows using WSL |
Yeah I was able to set it up using WSL. I'd be happy to tell you how I did it. Can you help me with locating the pages? The Loader needs to be in all the pages, I am able to get the routes, but how can I get the sub routes too? Or is there a better way to do this? |
@Shruti-Apte Can you respond to the above query? |
@apoorv1316 I will be documenting the steps by the end of the day. And an update on the fix, I went through all the routes in the src/constants/routes file and updated the Loader for all of them. |
This is a great thing. @rayy40 You can work on the documentation in a seperate PR. @apoorv1316 Can you create a separate issue for "Windows Setup" |
Please go through the codebase, wherever component is used, and try to verify the classnames of it to make sure whether it styles properly or not and is centre aligned. |
@rayy40 Regarding missing the |
They are not using the |
I have styled the Loader properly with the components used in routes. |
@rayy40 We need a |
Hey @prasanthchaduvula , I have raised the PR including the desired changes. Can you please review it? |
@rayy40 Thanks for working on the issue. There are more unassigned issues. Feel free to pick one of them. |
Is your proposal related to a problem?
Currently, the loader is added on the invoice list page and pages under settings common/loader. The same loader needs to be used across the remaining pages.
Describe the solution you'd like
Use the loader across all the pages of the application
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: