Open Issues Need Help
View All on GitHubAI 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.
Frontend for the time tracking system Testaustime
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.
Frontend for the time tracking system Testaustime
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.
Frontend for the time tracking system Testaustime
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.
Frontend for the time tracking system Testaustime
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.
Frontend for the time tracking system Testaustime