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

set default date as 1st of the current month. #127

Closed utsavmishra20 closed 7 months ago

utsavmishra20 commented 10 months ago

fixed #122

12people commented 7 months ago

Hi @utsavmishra20

I appreciate the enthusiasm to contribute!

This PR has a few problems, though:

  1. It hardcodes a default that some people might not like. (With this default, suddenly no timers would appear on the start of the first day of the month.)
  2. It doesn't allow changing this default.
  3. There are settings for the default filter that are still in the UI, but this PR would make them non-functional, thereby breaking functionality.

In any case, I just pushed some changes that make it really easy to filter the current month, last month, last week, and more, which should also resolve issue #122, albeit in a different way. So no changes needed here, I'm closing the PR.