gitify-app / gitify

GitHub notifications on your menu bar. Available on macOS, Windows & Linux.
https://www.gitify.io
MIT License
4.38k stars 256 forks source link

feat: set app version as `dev` when building locally #1237

Closed setchy closed 3 weeks ago

setchy commented 3 weeks ago

A small enhancement to help when doing local development remember which version of the app is running 😎

Screenshot 2024-06-14 at 9 39 24 AM

afonsojramos commented 3 weeks ago

Would also be nice to have "demo notifications" so that we don't need to load real ones 🤔

setchy commented 3 weeks ago

I have a stash locally that mocks the API response. Could add that into the scope of #980 or as a separate idea (probably better separately)

setchy commented 3 weeks ago

A while ago I was using https://github.com/setchy/gitify-notifications-sandbox too, which could be transferred into the gitify-app organization if we wanted "real" notifications

afonsojramos commented 3 weeks ago

I suppose there's the two cases, the ones where we just want to work with UI, and the cases where we need to work with the flow themselves.