From 8ce259591542af0ba1c17c5435cc8844a9fbed7f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 28 Oct 2022 16:24:24 -0700 Subject: plan.txt and TODO file cleanup --- adenosine-tauri-gui/plan.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 adenosine-tauri-gui/plan.txt (limited to 'adenosine-tauri-gui') diff --git a/adenosine-tauri-gui/plan.txt b/adenosine-tauri-gui/plan.txt new file mode 100644 index 0000000..cad37fc --- /dev/null +++ b/adenosine-tauri-gui/plan.txt @@ -0,0 +1,14 @@ +tauri GUI proof of concept: +- build on CLI utils? +- store config as TOML (serlialized) in some XDG location +- views: + => initial config (register/login) + => home (feed) + => notifications + => settings (profile, auth) + => author view (profile, feed, followers, following) + => create post +- buttons/actions: + => like + => follow +- could try htmx with only 'get' requests to pass args? -- cgit v1.2.3