blob: cad37fc310b5273b36a7ca08cf09244d4de0e2f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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?
|