From fcff9e56b3afc4667e4601919c8642826f638693 Mon Sep 17 00:00:00 2001 From: Chris Sanden Date: Sat, 25 Apr 2026 00:11:48 +0200 Subject: [PATCH] short summary update to reflect breakage hunt --- notes/work-report-timer-2026-04-24.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/notes/work-report-timer-2026-04-24.md b/notes/work-report-timer-2026-04-24.md index fba1740..f34e139 100644 --- a/notes/work-report-timer-2026-04-24.md +++ b/notes/work-report-timer-2026-04-24.md @@ -179,3 +179,10 @@ notes/work-report-timer-2026-04-24.md The timer screen moved further toward a focused active-sprint experience. The countdown is now separated from the duration picker, task details have more visual weight, and cancel is treated as a deliberate hold action rather than a normal tap. The main animation change is that hold-to-cancel now keeps the real timer progress separate from the temporary cancel speed-up effect. The code was also cleaned up so the timer flow is easier to read and continue working on. + +## Problems occuring after writing conclusion +Tried to implement sound by installing expo-audio. This caused the dependency list to update. The diff was massive, and something in the diff caused the entire timer page to break. Logic, animations - the lot. Have reverted back to last known working dependency list, as well as un-refactored a lot of code in an attempt to revert to a functioning state before figuring out that the culprit was dependencies. Need to figure our what is causing the critical failure in the new list. + +## Todo +- Re-refactor to make code cleaner, more readable and easier to maintain. +- Figure out the dependency issues of later dependency lists