OpenLake / Activity-Tracker

A cross-platform solution to discover how you spend your digital life. 🕵️‍♂️⌛
21 stars 31 forks source link

fix(server): Display only today's data in the homepage #54

Closed kriptonian1 closed 2 years ago

kriptonian1 commented 2 years ago

Description

Activity tracker no longer show data from yesterday, Add fix in add_usage

Fixes #53

Mentions

@KShivendu

Screenshots of relevant screens

image

Developer's checklist

If changes are made in the code:

KShivendu commented 2 years ago

Also instead of fix(app.controller) you may use fix(server) (i,e. go to a higher level in the file structure). usage of . doesn't feel very clean.