You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When first running the app, it looks like useNotifications is called with colors: false because the settings might not have already be initialized, thus the following code block is not being called, resulting in the missing colors:
🔍 Is there already an issue for your problem?
📝 Description
When opening the app (or reloading it by pressing Cmd/Control+R), notifications are loaded without their color.
The issue is caused by the following block:
gitify/src/context/App.tsx
Lines 69 to 78 in 1c3c248
When first running the app, it looks like
useNotifications
is called withcolors: false
because the settings might not have already be initialized, thus the following code block is not being called, resulting in the missing colors:gitify/src/hooks/useNotifications.ts
Lines 142 to 163 in 1c3c248
🪜 Steps To Reproduce
ℹ System Info
📸 Screenshots
On first load:

After clicking reload:

The text was updated successfully, but these errors were encountered: