hodlbod hodlbod
  • Joined on 2026-02-09
hodlbod commented on issue coracle/flotilla#236 2026-05-06 16:32:01 +00:00
Safari: Messages fail to auto-scroll, rooms may not connect on first visit, and sent messages don't appear until navigation

Also 99fe0e54 fixes the stale cleanup function (good catch)

hodlbod pushed to dev at coracle/flotilla 2026-05-06 16:31:50 +00:00
99fe0e543c Avoid capturing stale cleanup function in chat
hodlbod closed issue coracle/flotilla#236 2026-05-06 16:28:40 +00:00
Safari: Messages fail to auto-scroll, rooms may not connect on first visit, and sent messages don't appear until navigation
hodlbod commented on pull request coracle/flotilla#264 2026-05-06 16:28:30 +00:00
fix: safari chat regressions

I finally had a chance to look into this more closely and I think the solution is simpler, a few months ago I added content-visibility: auto to chat messages to improve rendering performance,…

hodlbod closed pull request coracle/flotilla#264 2026-05-06 16:28:30 +00:00
fix: safari chat regressions
hodlbod pushed to dev at coracle/flotilla 2026-05-06 16:26:44 +00:00
c6b0799b2a Remove cv class from chat since new messages weren't rendering in Safari
861f2286db Remove unnecessary tooltip, fix chat padding on mobile
Compare 2 commits »
hodlbod opened issue coracle/caravel#63 2026-05-06 00:58:56 +00:00
Billing sync failing
hodlbod opened issue coracle/caravel#62 2026-05-06 00:52:33 +00:00
Stripe portal dead-ends
hodlbod opened issue coracle/caravel#61 2026-05-06 00:50:47 +00:00
Improve billing name
hodlbod opened issue coracle/caravel#60 2026-05-06 00:50:01 +00:00
Pop up payment modal when switching plan
hodlbod commented on issue coracle/caravel#59 2026-05-06 00:47:25 +00:00
Failed sync due to schema requirements

Fixed in dbe25c3

hodlbod closed issue coracle/caravel#59 2026-05-06 00:47:25 +00:00
Failed sync due to schema requirements
hodlbod pushed to master at coracle/caravel 2026-05-06 00:47:17 +00:00
dbe25c372f Conflate id and schema
hodlbod commented on issue coracle/caravel#59 2026-05-06 00:35:59 +00:00
Failed sync due to schema requirements

Let's actually make the schema the same as the relay schema as described above. This will make looking through config files and such much easier. Collisions are very unlikely to happen with…

hodlbod opened issue coracle/caravel#59 2026-05-06 00:29:20 +00:00
Failed sync due to schema requirements
hodlbod pushed to master at coracle/caravel 2026-05-05 20:42:13 +00:00
80a86452d0 chore: encrypt tenant NWC URL at rest and stop secret exposure in tenant APIs (#58)
hodlbod merged pull request coracle/caravel#58 2026-05-05 20:42:12 +00:00
chore: encrypt tenant NWC URL at rest and stop secret exposure in tenant APIs
hodlbod closed issue coracle/caravel#57 2026-05-05 20:42:12 +00:00
NWC wallet connection secrets are stored in plaintext
hodlbod commented on pull request coracle/caravel#58 2026-05-05 20:42:06 +00:00
chore: encrypt tenant NWC URL at rest and stop secret exposure in tenant APIs

Way better, thanks.