PalisadoesFoundation / talawa

Community Organization Management Software. Click on the link below to see our documentation.
https://docs.talawa.io/
GNU General Public License v3.0
306 stars 435 forks source link

UI fix: improve the look of loaders of images of events #2421

Closed am-casper closed 3 months ago

am-casper commented 3 months ago

Describe the bug The loaders of images of events in elongated. Looks very unpleasing and unsymmetric.

To Reproduce Steps to reproduce the behavior:

  1. There's an image which is not loading successfully. Have a look at that loader

Expected behavior A circle loader

Actual behavior An oval loader

Screenshots image

am-casper commented 3 months ago

@Ayush0Chaudhary @DMills27 @palisadoes @Cioppolo14 i'd like to resolve this issue. please assign this to me.

Cioppolo14 commented 3 months ago

We appreciate your submission. We are now focusing on three types of issues as priority areas:

  1. The improvement in the reliability of our code base. There are many issues created to test existing code. It is a good place to start if you want to understand the operation of various apps. When you submit PRs, we automatically check to see whether the code you submitted has been covered by testing and that each file meets the minimum standard level of the repository as a whole. You won’t be able to avoid understanding testing regimes to contribute to Talawa.
  2. The fixing of bugs and features that seriously hamper the user from using the application. The apps have various shortcomings. The most obvious ones are where the apps do not work as expected. For example buttons that don’t work, errors or messages that are not displayed to make the user understand what to do and many more. Think of any difficulty you have had in getting things working, there could be a bug there waiting for you.
  3. Coding of screens for issues created by our Contributor team based on our soon to be updated design guide. This may include updates to existing screens.
  4. The creation of additional or updated documentation that helps with improving both the experience of the end user and the various GitHub contributors who support the development of our software. This would include user guides.

We will only be accepting feature issues for deficiencies that are obviously lacking in the apps. These are things that make it very difficult to operate the apps. Even so, the PRs will still require you to understand testing as stated before.

Cosmetic changes that require only a few lines of code, or relate to screen sizes unlikely to be used are not acceptable under this policy. I am going to close this issue. Please keep looking for ones that fall under the concepts above! Thank you.