gitroomhq / gitroom

πŸ“¨ Schedule social media and articles. Exchange or buy posts from other members πŸ‘¨πŸ»β€πŸ’». Monitor your GitHub trending, and so much more πŸ“ˆ.

Home Page:https://postiz.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ Feature: Implement a loader in the notifications

nevo-david opened this issue Β· comments

πŸ”– Feature description

When clicking on the notification icon, we should see a loader while the notifications are being loaded.

🎀 Why is this feature needed ?

✌️ How do you aim to achieve this?

We need to add {isLoading} to the swr method, and show the loading component (in case it's still loading)
in apps/frontend/src/components/notifications/notification.component.tsx

πŸ”„οΈ Additional Information

No response

πŸ‘€ Have you spent some time to check if this feature request has been raised before?

  • I checked and didn't find similar issue

Are you willing to submit PR?

None