hamaluik / timecop

A time tracking app that respects your privacy and the gets the job done without being fancy.
https://timecop.app/
Apache License 2.0
796 stars 149 forks source link

Add ability to exit out of “Projects” menu #105

Closed Adrian-Samoticha closed 1 year ago

Adrian-Samoticha commented 1 year ago

I am using Time Cop on macOS. Clicking the “Project” button to the left of the “What are you doing?” prompt opens a dialog that lets you choose the project you are currently working on:

Screenshot 2023-01-14 at 18 31 03

However, it is not possible to close the dialog without choosing a project. Neither pressing the escape key nor clicking the dialog's barrier closes the dialog.

12people commented 1 year ago

Hey @Adrian-Samoticha I don't have the time to look into this right now, though might in the future.

Since you're using this on a Mac, which means you're building from source, perhaps you can make the adjustment yourself. The "ProjectSelectField.dart" file should be the place you need to change.

Feel free to submit a pull request for this. :)

Adrian-Samoticha commented 1 year ago

Hey @Adrian-Samoticha I don't have the time to look into this right now, though might in the future.

Since you're using this on a Mac, which means you're building from source, perhaps you can make the adjustment yourself. The "ProjectSelectField.dart" file should be the place you need to change.

Feel free to submit a pull request for this. :)

Done. :)

12people commented 1 year ago

@Adrian-Samoticha Excellent, thanks a ton!