diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-05 15:28:25 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-05 15:28:25 -0700 |
commit | c36264c5cd88f79e193710932ca11b1f7f1d60d7 (patch) | |
tree | 9ed0d972058038ae90363303152ac21ae45ded11 /adenosine-tauri-gui/plan.txt | |
parent | 0aa684b2bd048adbc02cc82cc2f61ff556efda2d (diff) | |
download | adenosine-c36264c5cd88f79e193710932ca11b1f7f1d60d7.tar.gz adenosine-c36264c5cd88f79e193710932ca11b1f7f1d60d7.zip |
remove tauri-gui folder (for now)
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? |