hodlbod hodlbod
  • Joined on 2026-02-09
hodlbod commented on pull request coracle/flotilla#300 2026-06-15 18:26:08 +00:00
chore: redesign threads as a linear phpBB-style forum view

leading-none clips letters than hang down, like g

hodlbod commented on pull request coracle/flotilla#300 2026-06-15 18:26:08 +00:00
chore: redesign threads as a linear phpBB-style forum view

Numbered posts won't be reliable because events can always get backdated or republished. We should just change this to [link icon] permalink or something.

hodlbod commented on pull request coracle/flotilla#300 2026-06-15 18:26:08 +00:00
chore: redesign threads as a linear phpBB-style forum view

You can do pushToMapKey(byRoom, h, event)

hodlbod commented on pull request coracle/flotilla#300 2026-06-15 18:26:08 +00:00
chore: redesign threads as a linear phpBB-style forum view

Or even const byRoom = groupBy(e => getTagValue("h", e.tags))

hodlbod commented on pull request coracle/flotilla#300 2026-06-15 18:26:08 +00:00
chore: redesign threads as a linear phpBB-style forum view

This seems like it would vary. Why not sort lexically by room name?

hodlbod commented on pull request coracle/flotilla#300 2026-06-15 18:26:08 +00:00
chore: redesign threads as a linear phpBB-style forum view

Similar to how chat replies work, let's prepend the compose input with a quote of the event the user clicked reply on.

hodlbod commented on pull request coracle/flotilla#300 2026-06-15 18:26:08 +00:00
chore: redesign threads as a linear phpBB-style forum view

I feel like we should not replace state, but I'm not sure.

hodlbod commented on pull request coracle/flotilla#300 2026-06-15 18:26:08 +00:00
chore: redesign threads as a linear phpBB-style forum view

This actually changes how threads work and doesn't follow the spec. Replies must always refer to the root kind 11, not the comments. Replies to comments should be done the same way as chat replies — use q and embed the parent in the quote reply. This matches how old forums used to work too.

hodlbod commented on pull request coracle/flotilla#300 2026-06-15 18:13:46 +00:00
chore: redesign threads as a linear phpBB-style forum view

Also, let's do base/nevent. We can then rely on goToEvent in routes.ts. This will be easier for other clients to parse as well if they want to.

hodlbod opened issue coracle/flotilla#306 2026-06-15 17:50:45 +00:00
Polish design
hodlbod created branch redesign in coracle/flotilla 2026-06-15 17:40:44 +00:00
hodlbod pushed to redesign at coracle/flotilla 2026-06-15 17:40:44 +00:00
0e41680fff AI pass on redesign
hodlbod pushed to dev at coracle/flotilla 2026-06-15 16:59:52 +00:00
ed3ba5a0a5 Fix bunker login
hodlbod pushed to dev at coracle/zooid 2026-06-15 16:29:42 +00:00
a4cc9f53a8 If groups are disabled, treat h tagged events as regular events
hodlbod pushed to master at coracle/zooid 2026-06-15 16:29:23 +00:00
a4cc9f53a8 If groups are disabled, treat h tagged events as regular events
hodlbod pushed to master at coracle/zooid 2026-06-15 15:58:35 +00:00
bc8d9b4d85 Still serve group events even if groups are disabled
hodlbod pushed to dev at coracle/zooid 2026-06-15 15:56:30 +00:00
bc8d9b4d85 Still serve group events even if groups are disabled
hodlbod pushed to dev at coracle/flotilla 2026-06-15 01:02:54 +00:00
430a3a589d fix: only add protected tag on relays that advertise NIP-70 support (#305)
hodlbod deleted branch fix/detect-nip70-before-protected-tag from userAdityaa/flotilla 2026-06-15 01:02:54 +00:00
hodlbod merged pull request coracle/flotilla#305 2026-06-15 01:02:53 +00:00
fix: only add protected tag on relays that advertise NIP-70 support