Public Blog & Reader Experience
Ideas and reports for the public blog (blog.vlogerly.com): layout, dark/light theme, search, pagination, social sharing, OG images, and SEO.
Share your comment
Our auth pages — sign-in, sign-up, password reset, email confirmation — were waiting to load analytics scripts and the support chat widget until you interacted with the page. But the interaction li...
Our auth system was being imported and initialized at the very top of every page bundle — including the sign-in page itself, where it isn't needed until the user actually submits the form.That mean...
The blog header was forcing every uploaded project logo into a fixed 100×40px box. Square icons rendered fine, but anyone who uploaded a wordmark logo found it squeezed into 100px wide and shrunk t...
The admin dashboard's first paint was slower than it should have been because the boot sequence was doing more work than it needed to before showing you anything.We trimmed three independent slices...
A previous release allowed your uploaded project logo to render at any aspect ratio. That fixed the squished-wordmark problem, but it overshot in the other direction — wide logotypes were now rende...
If your blog has English as its default locale, your RSS feed was being served from a localized URL that included a /en/ prefix. That broke a couple of expectations at once: feed readers that subsc...
Readers tapping a category from the mobile menu were getting unhelpful 404s because the project context wasn't being passed to the navigation component. Internally that meant the category URL was b...
This release closes three reader-facing bugs that were quietly hurting the experience.Sign-out used to land users on a redirect chain that occasionally settled on the wrong host. It now reliably ro...