hodlbod hodlbod
  • Joined on 2026-02-09
hodlbod pushed to master at coracle/caravel 2026-05-22 17:04:11 +00:00
fb0d0caa54 Update spec
f8a0860045 Refactor billing/invoices a bit
97b1bd9a02 Remove reconciliation step
Compare 3 commits »
hodlbod pushed to master at coracle/caravel 2026-05-22 00:19:40 +00:00
e7c0e6fdbe Some lightning invoice refactoring
hodlbod pushed to master at coracle/caravel 2026-05-21 23:23:24 +00:00
a998c9b833 Collapse multiple invoice tables into one
bf9a768b88 Inline some invoie route logic
f67ef5bca2 Move webhook handlers to stripe routes
c02d834fe0 Remove some stripe proxy methods
Compare 4 commits »
hodlbod closed pull request coracle/flotilla#280 2026-05-21 22:21:52 +00:00
fix: mobile room chat header layout
hodlbod commented on pull request coracle/flotilla#280 2026-05-21 22:21:48 +00:00
fix: mobile room chat header layout

I gave this a shot and came up with 339bb1afaceeb9b61f5aa7223490e4faf8bc86d5, seems like a pretty simple change. Look ok to you? I didn't add the space icon as in the mockup, so that could be…

hodlbod pushed to dev at coracle/flotilla 2026-05-21 22:20:41 +00:00
339bb1afac Tweak page bar style
hodlbod pushed to master at coracle/caravel 2026-05-21 21:13:57 +00:00
e6cbfb361e Simplify subscription syncing
6d267ed339 Remove relay subscription item column
Compare 2 commits »
hodlbod pushed to dev at coracle/flotilla 2026-05-21 20:59:27 +00:00
c441012e02 fix(video): restyle spotlight pin button on video tiles (#281)
hodlbod deleted branch pin-color from userAdityaa/flotilla 2026-05-21 20:59:27 +00:00
hodlbod merged pull request coracle/flotilla#281 2026-05-21 20:59:26 +00:00
fix(video): restyle spotlight pin button on video tiles
hodlbod closed issue coracle/flotilla#267 2026-05-21 20:59:26 +00:00
Purple video pin is kind of ugly
hodlbod merged pull request coracle/flotilla#279 2026-05-21 20:58:54 +00:00
chore: show call participant mute and camera-off state
hodlbod closed issue coracle/flotilla#273 2026-05-21 20:58:54 +00:00
Show when a call participant is muted
hodlbod pushed to dev at coracle/flotilla 2026-05-21 20:58:54 +00:00
0d61278c56 chore: show call participant mute and camera-off state (#279)
hodlbod deleted branch call-participants from userAdityaa/flotilla 2026-05-21 20:58:54 +00:00
hodlbod commented on pull request coracle/flotilla#279 2026-05-21 16:19:38 +00:00
chore: show call participant mute and camera-off state

Put the type annotation on the map, not the writable (to avoid redundant Map type)

hodlbod commented on pull request coracle/flotilla#279 2026-05-21 16:19:38 +00:00
chore: show call participant mute and camera-off state

We already loop over this, I don't see how this code will ever add a video tile?

hodlbod commented on pull request coracle/flotilla#279 2026-05-21 16:19:38 +00:00
chore: show call participant mute and camera-off state

Could be simplified as m => new Map([...m].filter(nthEq(0, identity)). Same thing below. No need to guard changes, update triggers regardless.

hodlbod commented on pull request coracle/flotilla#279 2026-05-21 16:19:38 +00:00
chore: show call participant mute and camera-off state

These two stores seem redundant, I bet you could refactor pubkeyMap to mediaState instead of keep track of things separately

hodlbod commented on pull request coracle/flotilla#279 2026-05-21 16:19:38 +00:00
chore: show call participant mute and camera-off state

While we're at it, I think the unmuted state should not be primary colored.