Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.23 KB

File metadata and controls

15 lines (12 loc) · 1.23 KB

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

  • Added: Created a professional app-icon.svg featuring a sleek, dark-themed stopwatch aesthetic with the "GT" monogram, suited for the GetTimed brand identity.
  • Fixed: Resolved Maximum update depth exceeded infinite loop tied to hook dependency rerenders in Expo SQLite implementations.
  • Fixed: Job Type CRUD functionality in SettingsScreen.tsx now correctly interacts with the SQLite database.
  • Fixed: The TimesheetModal now appropriately saves the timesheet to the database upon submission, rather than only clearing the draft.
  • Fixed: Custom draft inputs for Start Time and Duration now correctly update local state and save upon entry submission.
  • Fixed: The HomeScreen now automatically fetches the current week's timesheets and dynamically calculates progress toward the weekly quota.
  • Added: New Duration Setter capabilities for the Preset Timesheet Logging mode, utilizing Plus/Minus counters for specific hours constraints and 15-minute minute increments.
  • Added: Job Types available in the Timesheet preset row.
  • Added: Recent Logs correctly display the list of log entries for the current week.