diff options
Diffstat (limited to 'adenosine-tauri-gui/plan.txt')
-rw-r--r-- | adenosine-tauri-gui/plan.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/adenosine-tauri-gui/plan.txt b/adenosine-tauri-gui/plan.txt deleted file mode 100644 index cad37fc..0000000 --- a/adenosine-tauri-gui/plan.txt +++ /dev/null @@ -1,14 +0,0 @@ -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? |