You are browsing as a guest. Sign up (or log in) to start making projects!

30m 56s logged

QueueClear now has a more deliberate study-desk flow instead of treating every task as the same kind of thing.This update adds three ways to reduce the “what do I do next?” problem:- Today’s plan keeps a small set of realistic tasks separate from the rest of the queue.- Waiting lets me park a blocked task with a reason and a revisit date.- Resume after a break keeps a short handoff so a paused focus session does not become a fresh decision.I also reworked the interface around a graph-notebook layout: a ruled-paper surface, notebook section tabs, compact controls, and paper/calm themes. The goal was to make the screen feel like a study tool rather than a generic dashboard.Under the UI, QueueClear’s local task storage, plan/suggestion logic, and timer/date helpers are now in focused modules. I added repeatable Node tests for the workflows. One bug found during this pass: the plan builder could ignore time already used by tasks in Today’s plan; it now subtracts existing planned estimates before adding anything else.Verification completed:- 29/29 Node tests passed- syntax checks passed for the app modules- fresh deployed demo loaded with zero console errors- desktop and 360px mobile layouts were checked with no horizontal overflowLive demo:https://aaravkatiyar55-gif.github.io/queueclear/Source:https://github.com/aaravkatiyar55-gif/queueclearQueueClear is still browser-local: it has no account or device sync.

1
278

Comments 1

@guptaa19

It looks great with the browser you have created