Footer, smarter feeds & a few fixes
New
Site footer — every page now has a footer with quick links to explore (feed, stories, categories, trending, leaderboard) plus about / help / legal.
Smarter infinite scroll — long feeds auto-load a few pages, then show a "Load more" button, so you can actually reach the bottom of the page (and the footer!) instead of scrolling forever.
Fixed
Lists render correctly — bulleted & numbered lists now show their markers in feedback, roadmap and changelog posts (they were appearing bare after posting).
Active filter chips — the selected chip on the Changelog, Feedback & Roadmap tabs now clearly highlights with a filled background.
Random logouts — hopefully for good this time. Third attempt at this one, so we stopped chasing symptoms and audited the entire session. Three real bugs down: on server-rendered pages your renewed session key never reached the browser (so the session silently died minutes later), a momentary network hiccup was treated as "session over" while your cookies were perfectly fine, and two tabs refreshing at the same instant could kill each other's session. All three fixed — renewed keys now always reach your browser, transient errors don't touch your session, and the timing gap is closed.
byEvren Balu/evrenbal