Skip to content

fix: issue loading spinner for the profile page

Avinash Kumar requested to merge Kumaravinash9/aossie-scholar:feat into master

Fixes #

Short description of what this resolves:

The table on the scholar profile page showing relevant publication data is usually very large (long). So, infinite loading has been added. Make the loading look better.

Changes proposed in this pull request:

  • changes in Profile html where i added the spinner tag
  • changes in Profile.js where i added the code for turning off the spinner when the content has been loaded
  • changes in profile css file for where i added the spinner animation

Checklist

  • My branch is up-to-date with the Upstream develop branch.
  • The acceptance, integration, unit tests and linter pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
Edited by Avinash Kumar

Merge request reports