worthbak / inventory-checker-app

A macOS app for checking Apple Store inventory
https://worthbak.github.io/inventory-checker-app/
GNU General Public License v3.0
114 stars 24 forks source link

Added MenuBar view for Mac OS 13+ #80

Closed ramiksadana closed 1 year ago

ramiksadana commented 1 year ago

Added a menu bar view. It's iPhone 14 Pro season, and I found it difficult to keep the main window on top of other windows when tracking for a device I was looking for. Think a menu bar view might help. Obviously more can be done with it, but hopefully this can be a start.

https://user-images.githubusercontent.com/35932844/192910271-c233feb4-3621-4de7-8b98-a6ec4cf9a90d.mp4

worthbak commented 1 year ago

nice!! smart addition - I thought about building something like this over the summer, but never had capacity. thanks for taking it on! I'll review your PR tonight/tmrw 👍

worthbak commented 1 year ago

mind removing the .DS_Store files from your PR? just realizing that I somehow never added .DS_Store to the .gitignore (feel free to do that as well, or I'll do it later)

ramiksadana commented 1 year ago

Great comments – thanks

Setting

https://user-images.githubusercontent.com/35932844/193114975-621465f5-3d77-4343-80fe-5aad343ce9b7.mp4

ramiksadana commented 1 year ago

Hey @worthbak, I appreciate your comments.

Consider my changes as a template for the MenuBar app. I think you better understand the code style and syntax of the project and if you have the bandwidth, it's totally fine by me if you preferred to repurpose my code instead of accommodating it. Would maybe also simplify maintenance long term. Let me know – I can close the PR.

hunarjain09 commented 1 year ago

This is a great addition, really loved it. Thanks! Wanted to know do we need to keep the app open always or if is there a way to make it a background process.