This application is a manual tool to record time-based shift sessions. Use Vesper Shift Log to start a shift clock and log the time duration connected to an adjustable rate.
* Shift Timer: Contains a timer mechanism that tracks the duration from when the user presses "Start Shift" to when they press "End Shift".
* Break Intervals: During an active cycle, users can initiate a "Break" state, pausing the calculation of the active work duration.
* Earnings Calculation: An hourly rate specified in the app combines with the un-paused timer duration to generate an estimated earnings value for the shift.
* On-Screen Status Counters: The active UI changes text and color cues, displaying green for active tracking and orange for break periods.
* Hourly Rate Configuration: A text input field in the settings tab allows defining a custom numeric value that acts as the calculated rate per hour.
* Shift Archive List: When a tracked shift is concluded, it appears in a history view detailing the month, day, year, active length, and calculated earnings form that work cycle.
* Session Storage: The list and preferences are retained within the memory as long as the application remains active.