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
- handle `defer txn.commit catch {}`
- txn MDB_RDONLY (and other optimizations)
- Account
- Public-Key-Crypto
- TUI
## Functional
- indicate if already on list/feed
- maintain scroll
- profile description
- custom css
- @ users
- SVGs
- search users
- search posts
## Optional
- images (media)
- trending page
- DMs
- Limit Posts/Comments and paginate
- Calculate max buffer sizes
|
Todo
Technical
- replace txn with env where appropriate
- handle
defer txn.commit catch {}
- txn MDB_RDONLY (and other optimizations)
- Account
- TUI
Functional
- indicate if already on list/feed
- maintain scroll
- profile description
- @ users
- SVGs
- search users
- search posts
Optional
- images (media)
- trending page
- DMs
- Limit Posts/Comments and paginate
- Calculate max buffer sizes