Frontend for the time tracking system Testaustime

react time-tracker time-tracking
5 Open Issues Need Help Last updated: Dec 20, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue reports a visual bug where sharp spikes appear on charts when the 'smooth charts' feature is disabled. The spikes are likely caused by how data points are rendered or interpolated in the absence of smoothing. The goal is to identify and fix the rendering logic that leads to these spikes.

Complexity: 2/5
bug good first issue help wanted priority-low

Frontend for the time tracking system Testaustime

TypeScript
#react#time-tracker#time-tracking

AI Summary: This issue addresses a visual bug in Chart.js where the smoothing (tension) parameter causes the chart line to extend beyond actual data points, creating an inaccurate representation. The goal is to find a more accurate method for chart smoothing that avoids this overshooting.

Complexity: 2/5
bug good first issue help wanted priority-medium

Frontend for the time tracking system Testaustime

TypeScript
#react#time-tracker#time-tracking

AI Summary: The friends page displays a row with a shorter height compared to other rows, indicating a visual inconsistency. This bug likely stems from a styling or layout issue within the friends list component.

Complexity: 2/5
bug good first issue priority-low

Frontend for the time tracking system Testaustime

TypeScript
#react#time-tracker#time-tracking

AI Summary: This issue describes a bug where changes to user settings, such as chart style, are not reflected immediately on the dashboard. Users must manually refresh the page to see the updated settings applied, which is an undesirable user experience. The goal is to have settings changes apply instantly without requiring a page refresh.

Complexity: 2/5
bug good first issue priority-medium

Frontend for the time tracking system Testaustime

TypeScript
#react#time-tracker#time-tracking

AI Summary: The user is requesting a new display option for project times. Instead of the current format showing days, hours, and minutes (e.g., `3d 12h 55min`), they would prefer an option to see the total time converted into hours and minutes only (e.g., `84h 55min`). This would be a user-configurable preference.

Complexity: 2/5
enhancement good first issue priority-medium

Frontend for the time tracking system Testaustime

TypeScript
#react#time-tracker#time-tracking