aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine-tauri-gui
diff options
context:
space:
mode:
Diffstat (limited to 'adenosine-tauri-gui')
-rw-r--r--adenosine-tauri-gui/plan.txt14
1 files changed, 14 insertions, 0 deletions
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?