hodlbod hodlbod
  • Joined on 2026-02-09
hodlbod closed issue coracle/flotilla#205 2026-04-16 14:55:37 +00:00
Calendar event form borked
hodlbod commented on pull request coracle/flotilla#209 2026-04-16 01:01:58 +00:00
bug: fixed calender modal stacking issue

Looks good, only thing is can you use rhe z stack defined in the tailwind config file

hodlbod commented on issue coracle/flotilla#201 2026-04-15 22:05:24 +00:00
Profile name isn't set via onboarding

Sometimes, even if the user does provide a username, their profile event doesn't end up getting fetched. This is probably a matter of relay selections — on signup we don't send the profile…

hodlbod pushed to dev at coracle/flotilla 2026-04-15 22:01:03 +00:00
43fb3d35e6 Fix #202 slow-network invite timeout handling (#207)
hodlbod deleted branch fix/issue-202-slow-network-invite-timeout from priyanshu_bharti/flotilla 2026-04-15 22:01:03 +00:00
hodlbod merged pull request coracle/flotilla#207 2026-04-15 22:01:01 +00:00
Fix #202 slow-network invite timeout handling
hodlbod closed issue coracle/flotilla#202 2026-04-15 22:01:01 +00:00
Slow networks break invite codes
ae86b8e6b4 Simplify invite timeout handling
cced917abc Fix #202 slow-network invite timeout handling
4cc1cc95ca Fix voice call cold-start timeout and preserve custom timeout message (#174) (#203)
964ef441ec Update relay description (#195) (#197)
796f37d320 Make space reordering discoverable with smoother drag animation (#171)
Compare 51 commits »
hodlbod commented on issue coracle/flotilla#58 2026-04-15 21:30:10 +00:00
Rich Search

This looks much better. I think we should probably only show the pills if they're populated; they're discoverable via the sliders button anyhow. We should also make sure to support typing e.g.…

hodlbod commented on issue coracle/flotilla#206 2026-04-15 21:24:58 +00:00
Supported nips overflow

Oops, you're right, uploaded the correct one.

hodlbod commented on issue coracle/vthumbs#5 2026-04-15 21:24:19 +00:00
Feat: Add Bounded Concurrency and Timeout Controls for /thumbnail

YAGNI, I don't think we need to invest any more effort into this project right now. We'll hyperscale when it starts causing problems. We can leave this open though because it's not a bad idea in…

hodlbod commented on issue coracle/flotilla#132 2026-04-15 21:22:24 +00:00
[BUG]: Scrolling jitter and extreme scroll behavior using mouse wheel/trackpad

I see, maybe the fix would just be to detect scroll and not do any scroll control if active.

hodlbod closed pull request coracle/vthumbs#6 2026-04-15 21:21:30 +00:00
Improve README with clear API reference, examples, and setup guides
hodlbod commented on pull request coracle/vthumbs#6 2026-04-15 21:21:26 +00:00
Improve README with clear API reference, examples, and setup guides

Less is more, I don't think this adds anything of value. A note about response format could be ok, but that would be a one line change.

hodlbod commented on issue coracle/flotilla#201 2026-04-15 21:18:14 +00:00
Profile name isn't set via onboarding

No, empty names are acceptable, there's nothing we can do to prevent people from publishing weird metadata events from a different client.

hodlbod commented on issue coracle/flotilla#208 2026-04-15 21:17:22 +00:00
Inconsistent placement of toggle switches in settings screens

Sure, that would be helpful! The form components in general I'm not super happy with; I prefer inline when possible, but responsiveness makes that difficult.

hodlbod commented on pull request coracle/flotilla#207 2026-04-15 21:00:18 +00:00
Fix #202 slow-network invite timeout handling

Do we need this? The timeout signal should abort the request with no events, which means the claim would be set to an empty string in any case. I think this is over-complicating it and increasing the timeout to 10s would be sufficient

hodlbod commented on issue coracle/flotilla#162 2026-04-15 20:57:26 +00:00
Pinned messages

I'm not sure, would you mind mocking up how this might look if included in the top bar instead? I don't mind the idea of making the info icon open a side bar instead of a modal, but I don't want…

hodlbod pushed to master at coracle/caravel 2026-04-15 20:39:07 +00:00
85d37f53ce fix: respect activity_type in set_relay_status and include activate_relay (#14)
hodlbod merged pull request coracle/caravel#14 2026-04-15 20:39:06 +00:00
fix: respect activity_type in set_relay_status and include activate_relay