ActivityWatch / aw-webui

Webapp for visualizing and browsing ActivityWatch data, built with Vue.js.
Mozilla Public License 2.0
110 stars 109 forks source link

fix: showing of `UncategorizedNotification` #571

Closed BelKed closed 6 months ago

BelKed commented 6 months ago

this.total is in seconds, not milliseconds



Screenshot 2024-05-09 at 06 02 52

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 25.60%. Comparing base (d3a22c2) to head (7d12afd).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #571 +/- ## ======================================= Coverage 25.60% 25.60% ======================================= Files 27 27 Lines 1613 1613 Branches 273 273 ======================================= Hits 413 413 Misses 1174 1174 Partials 26 26 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ErikBjare commented 6 months ago

Nice find! 🏅