• v1.1.2 b7bf7d728b

    v1.1.2 Stable

    Homer released this 2026-09-25 19:27:50 +00:00 | 1 commits to main since this release

    Two things a phone found that 1.1.0's phone pass had not.

    • Fixed: the administration area could not be navigated on a phone. Admin
      has a nav of its own rather than the chat sidebar, and 1.1.0 gave every
      sidebar the drawer behaviour — starts closed, slides in — without giving that
      one any of the drawer's furniture. So it sat off-screen with no button to open
      it, no close, and nothing to tap beside it: every administration page was
      reachable and then a dead end. It now opens, closes and dims the page like the
      other one, and a test refuses any future sidebar that cannot be opened.
    • Fixed: the chat gave nearly a quarter of a phone screen to margins, so
      anything that could not wrap had to be scrolled to sideways. The thread's side
      padding is halved, and the speaker's avatar moves above the turn instead of
      sitting in a 44px column beside every line of it — a code block gained about
      sixty pixels of readable width.
    • Fixed: the chat's title was squeezed to nothing. The row's designated
      shrinker is hidden below a tablet width, so on a phone the controls went rigid
      and asked for 317 pixels of a 390 pixel bar; the heading was not truncated, it
      simply stopped occupying space. The model picker gives now, and on a phone it
      shows its avatar rather than its name — the name is one tap away and the
      title is not.
    • Tick boxes and the smaller buttons are big enough to hit on a phone. A
      checkbox is drawn by the browser at about sixteen pixels whatever the type
      around it, which made it the smallest target in the application by some way,
      and the admin lists are mostly checkboxes.
    • Fixed: icon buttons could be squashed below their own size. The sidebar
      toggle measured eighteen pixels across on a phone, under half its target,
      because a full row shrank the button rather than the text beside it.
    Downloads