ActivityWatch / aw-webui

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

chore: remove broken api browser link #614

Open brayo-pip opened 1 month ago

brayo-pip commented 1 month ago

[!IMPORTANT] Remove broken "API Browser" link from Home.vue.

  • Behavior:
    • Removed broken "API Browser" link from Home.vue under the Resources section.

This description was created by Ellipsis for 89909b2e0f6b465ebc76d568ad188481d12eae4e. It will automatically update as commits are pushed.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 25.98%. Comparing base (291da6f) to head (848aeaf).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #614 +/- ## ======================================= Coverage 25.98% 25.98% ======================================= Files 27 27 Lines 1643 1643 Branches 279 287 +8 ======================================= Hits 427 427 + Misses 1190 1157 -33 - Partials 26 59 +33 ```

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

ErikBjare commented 1 month ago

Only broken in aw-server-rust, works fine for aw-server-python.

brayo-pip commented 1 month ago

I figured most people are running the rust server. I can just wrap in it in a v-if block to display only on python server.

ErikBjare commented 1 month ago

Sounds good!