added skeleton ui for appbar when status is loading #188
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Title
Thank you for contributing to our project! Please provide a summary of your changes and reference any related issues below.
Issue Number: Fixes #172
🛠️ Type of Change
✅ Checklist
To ensure a smooth review process, please check off each item as you complete it:
We appreciate your contributions! If you have any questions or need further assistance, feel free to reach out.
fix :
problem : Session is picked up after the page fully loads and therefore leading to a delay in the rendering of user image and wallet icon
Solution : Added Skeleton when status is loading to avoid delay in rendering of image and wallet icon
Before :
https://github.com/user-attachments/assets/df6063a2-4ddf-4a5f-a25c-4e462bef6b64
After:
When User is not logged in-
https://github.com/user-attachments/assets/d84e105b-f059-4b4d-889c-31ee660d4920
When User is logged in-
https://github.com/user-attachments/assets/6d0b674e-bbca-42b3-a30d-e8bbb89e3b14