Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Set app badge to notification count periodically on macOS
Archived rudolfs opened 1 year ago
rudolfs opened with revision b1785f23 on base 2a7c705e +82 -5 1 year ago
rudolfs pushed revision 2 3e1b5631 on base 2a7c705e +84 -5 1 year ago

Fix linux builds.

rudolfs pushed revision 3 71931c9f on base 2a7c705e +85 -5 1 year ago

One more OS related fix.

rudolfs pushed revision 4 404c3617 on base 2a7c705e +160 -9 1 year ago

Only poll if we’re on macos.

rudolfs pushed revision 5 5abbc6ef on base 2a7c705e +160 -9 1 year ago

Don’t try to run the badge code in e2e tests

rudolfs pushed revision 6 d2489cc1 on base 2a7c705e +160 -9 1 year ago

Fix js lints.

rudolfs pushed revision 7 a3002e1e on base 2a7c705e +218 -60 1 year ago

Refactor things.

rudolfs pushed revision 8 041eee81 on base ea43ffd4 +218 -60 1 year ago

Rebase.

did:key:z6MkkfM3...sVz5 commented on revision 1 1 year ago

Ok so code lgtm so far, I like the refactor of getting code into more modules. I built the app and it seems that I don’t get the same badge in the build.. Not really sure why yet.

interesting while npm run tauri build seems to not show a badge, if we build it with npm run tauri build -- --debug it works. So maybe it has something to do with some code being stripped in the non-debug production build

rudolfs commented on revision 1 1 year ago

Yeah, I need to investigate more why that’s happening. Did a preliminary check, but couldn’t find anything that might cause this. Moving this to draft, since it’s not super high priority.