diff --git a/Discussing-new-gui-for-tracks-3.md b/Discussing-new-gui-for-tracks-3.md index 9543786..74f94d3 100644 --- a/Discussing-new-gui-for-tracks-3.md +++ b/Discussing-new-gui-for-tracks-3.md @@ -44,18 +44,32 @@ New login screen: Hitting '?' shows help: +[[images/tracks-help.png]] + The go to button in the menubar (or hitting 'G') shows a dialog containing the lists of the old sidebar: +[[images/tracks-goto.png]] + Hitting 'g c' or 'g p' shows a dialog to go to a specific context/project where you can use autocomplete to partially type the name of the project or context: +[[images/tracks-go-project.png]] + Hitting 'a' or clicking the button in the menubar shows the dialog for adding a (repeating) todo: +[[images/tracks-add-action.png]] + The list of todos shows less information. It can be ordered by context or project: +[[images/tracks-home.png]] + A todo is clickable and will show more information and the action buttons. To reduce load time, the details are rendered on the client on demand: +[[images/tracks-todo-expanded.png]] + The project, context, tag view are all looking the same and is re-using the same code +[[images/tracks-context-view.png]] + ## Todo * introduce drag-and-drop to order todos within context / project on all pages * redo the page listing all projects diff --git a/images/tracks-add-action.png b/images/tracks-add-action.png new file mode 100644 index 0000000..c4f2c36 Binary files /dev/null and b/images/tracks-add-action.png differ diff --git a/images/tracks-context-view.png b/images/tracks-context-view.png new file mode 100644 index 0000000..7ccc567 Binary files /dev/null and b/images/tracks-context-view.png differ diff --git a/images/tracks-go-project.png b/images/tracks-go-project.png new file mode 100644 index 0000000..5ccfa81 Binary files /dev/null and b/images/tracks-go-project.png differ diff --git a/images/tracks-goto.png b/images/tracks-goto.png new file mode 100644 index 0000000..e854eac Binary files /dev/null and b/images/tracks-goto.png differ diff --git a/images/tracks-help.png b/images/tracks-help.png new file mode 100644 index 0000000..f7dea08 Binary files /dev/null and b/images/tracks-help.png differ diff --git a/images/tracks-home.png b/images/tracks-home.png new file mode 100644 index 0000000..6b4d152 Binary files /dev/null and b/images/tracks-home.png differ diff --git a/images/tracks-todo-expanded.png b/images/tracks-todo-expanded.png new file mode 100644 index 0000000..ec364ea Binary files /dev/null and b/images/tracks-todo-expanded.png differ