VirtualHorror
VirtualHorror
@vaindil I seem to be getting a warning on MS Edge v110.0.1 `Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details.` I'm...
@vaindil > That warning is related to the Manifest V2 -> V3 transition. I've followed the news about that but not much about the actual developer aspects of it since...
Additionally the unread count badge doesn't seem to be working (The notification works but unread count doesn't) Any clue why?
Maybe https://stackblitz.com could help with pointing the browser to the react dev server that `npm start` spins up?
> > Additionally the unread count badge doesn't seem to be working (The notification works but unread count doesn't) > > Any clue why? > > Seems to be a...
> No, but I found a workaround in /src/background/services/emailFetcherService.ts:  By changing the value to `-1` does it display the number of unread emails?
> Yes, but it is a workaround, every mail check lasts longer! Every mail check lasts longer as in it takes a while to update the unread count even after...
> Yes, please test to remove "Locations" here: Do I leave the change made to `state.LastUnreadCount = -1;` in `/src/background/services/emailFetcherService.ts` that you had shared earlier while making this change you...
> No, that could be the fix. Alright, will remove the `state.LastUnreadCount = -1;` changing it back to what it was originally. I'll make the change in line 90 to...
> It does'nt! Am I doing something wrong?