hodlbod hodlbod
  • Joined on 2026-02-09
hodlbod commented on issue coracle/flotilla#162 2026-06-15 18:39:02 +00:00
Pinned messages

Maybe something like this?

hodlbod commented on issue coracle/flotilla#162 2026-06-15 18:33:28 +00:00
Pinned messages

Interesting, I like it. I do think the cards need rounded corners, and I wonder how it would look if the background for that dialog was purple. It might also make sense to remove the collapse…

hodlbod commented on issue coracle/flotilla#165 2026-06-15 18:28:05 +00:00
Add profile page

Oh, dang. I had to clean up a bunch of spam profiles but removed some inactive accounts too. I didn't realize uploads would get dropped too.

hodlbod pushed to dev at coracle/flotilla 2026-06-15 18:26:42 +00:00
3945685554 fix: make account selector inert during email login (#304)
hodlbod deleted branch fix/login-select-profile-inert from userAdityaa/flotilla 2026-06-15 18:26:42 +00:00
hodlbod merged pull request coracle/flotilla#304 2026-06-15 18:26:41 +00:00
fix: make account selector inert during email login
hodlbod closed issue coracle/flotilla#302 2026-06-15 18:26:41 +00:00
Clicking on account selector on email login goes to profile modal
hodlbod pushed to fix/login-select-profile-inert at userAdityaa/flotilla 2026-06-15 18:26:37 +00:00
9f96a27980 fix: make account selector inert during email login
ed3ba5a0a5 Fix bunker login
430a3a589d fix: only add protected tag on relays that advertise NIP-70 support (#305)
Compare 3 commits »
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