code100x / tiplink

MIT License
174 stars 197 forks source link

Addes Skeleton Fallback in Appbar #186

Closed Bhushan-04 closed 2 months ago

Bhushan-04 commented 2 months ago

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

🛠️ 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.

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/d2334f52-7d67-4f26-b61d-c6167a1f713f

After: When User is not logged in-

https://github.com/user-attachments/assets/628f6b53-333c-4788-b665-721469a4059f

When User is logged in-

https://github.com/user-attachments/assets/a0e457c0-22a9-49e2-8529-2d873d0b42d6