1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Todo
## Technical
- replace txn with env where appropriate
- Account
- Public-Key-Crypto
- TUI
## Functional
- maintain scroll
- search users
- search posts
- @ users
- save posts
- create views
- profile description
- custom css
- show comments (optionally) in profile
- handle `defer txn.commit catch {}`
## Optional
- images (media)
- trending page
- DMs
- Limit Posts/Comments and paginate
- Calculate max buffer sizes
|
Todo
Technical
- replace txn with env where appropriate
- Account
- TUI
Functional
- maintain scroll
- search users
- search posts
- @ users
- save posts
- create views
- profile description
- custom css
- show comments (optionally) in profile
- handle
defer txn.commit catch {}
Optional
- images (media)
- trending page
- DMs
- Limit Posts/Comments and paginate
- Calculate max buffer sizes