Skip to content

0.4.0

Choose a tag to compare

@amelandri amelandri released this 29 Aug 07:42
· 75 commits to main since this release

Added

  • Pull-to-refresh on the timeline: dragging down from the top of the feed reloads the current list. Implemented natively (touch events + CSS, no library), since standalone/home-screen mode on iOS and Android has no built-in reload gesture the way a regular browser tab does.

Fixed

  • On mobile, every post's wrapped timestamp used flex-basis: 100% together with margin-left: 50px to indent it under the author info — the margin added on top of the already-100%-wide box pushed each post 50px past the edge of the screen, forcing the whole page to scroll horizontally. Switched to padding-left (included in the width under box-sizing: border-box) so the indent no longer adds extra width.