Elektrine lite

← Feed

@bvibber@wikis.world

Post #2161005

2026-05-07 00:24 UTC

thanks to the power of vyvanse i got stuff done today \o/ * quick reply re timedmediahandler tweaks other folks are working on * morning team meetings, catching up on status * got a couple of colleagues' small, fully-working patches through CR * reverted a colleague's merged patch :( which wasn't quite baked and caused regressions. * identified a key broken bit in the reverted patch, not 100% sure the best path to fix but it's CORS-related and *ugh* * quick-fix patch for text selection into CR

Replies (1)

  • @bvibber@wikis.world 2026-05-07 00:27

    base issue: we have a mobile share dialog experiment that takes the page summary, or a selected quote, combined with the page image (same one the mobile app would use for its hero image), plus license info & branding, which renders into a PNG which gets either downloaded or shared out via the OS to social apps the background color and text color are keyed off the image we must load the image from upload.wikimedia.org (hello CORS) patch tried to optimize by reusing a thumbnail

    Open ##4230985