]> git.scottworley.com Git - vopamoi/history - vopamoi.ts
Allow Model to return values through UI
[vopamoi] / vopamoi.ts
2022-01-26 Scott WorleyAllow Model to return values through UI
2022-01-26 Scott WorleyInitiate task creation with Enter key rather than form...
2022-01-26 Scott WorleyEliminate createTask. It's part of addTask
2022-01-26 Scott WorleyRe-order tasks
2022-01-26 Scott WorleyPut tasks in a div
2022-01-26 Scott WorleySort Model methods
2022-01-26 Scott WorleyFactor out task offset logic
2022-01-26 Scott WorleyFix moving focus over completed tasks
2022-01-26 Scott WorleyUse a prefix for localStorage keys
2022-01-26 Scott WorleySet tasks "done" (or "waiting", "cancelled", "someday...
2022-01-26 Scott WorleyLeave something focused after destroying a task
2022-01-26 Scott WorleyMove focusTaskNameInput and moveCursor into BrowserUI
2022-01-26 Scott WorleyDestroy tasks
2022-01-26 Scott WorleyBrowserUI
2022-01-26 Scott WorleymoveCursor returns whether it was able to or not
2022-01-26 Scott WorleyKeep the creation timestamp in the DOM
2022-01-26 Scott WorleyKeep handleKey lean
2022-01-26 Scott WorleyKeep Log narrowly about log stuff
2022-01-26 Scott WorleyPersistence
2022-01-26 Scott WorleyBuild and consume Log entries
2022-01-25 Scott WorleyWrites go through the Log
2022-01-25 Scott WorleyNo empty-string-named tasks
2022-01-25 Scott Worley"c" to "Create" tasks
2022-01-25 Scott WorleyNew tasks get focus.
2022-01-25 Scott WorleyCall some things "Model", to distinguish them from...
2022-01-25 Scott Worleyj/k movement keys
2022-01-25 Scott WorleyNo MVMVC; DOM *is* the model.
2022-01-25 Scott WorleyTasks can be focused
2022-01-25 Scott WorleyCreate tasks
2022-01-25 Scott WorleyStart