v1.3.3

Repository pages on a phone

Every repository page was laid out for a desktop window. On a phone the tab row pushed the page wider than the screen, and the bar above the file list crammed the branch switcher, the latest commit, the commit count, and the Clone button into a single line that had nowhere to go.

What changed

The Code, Commits, Pulls, and CI/CD tabs stay on one line and scroll sideways if they don't all fit, rather than widening the page. The bar above the file list splits into two rows on a narrow screen: branch switcher, commit count, and Clone on top, the latest commit underneath. Long commit subjects, branch names, and file names now truncate instead of wrapping into a block several lines tall. The Clone panel stays inside the screen.

Also in this release

The CI/CD tab showed a count of commits, which was a copy of the badge from the Commits tab next to it. There is no pipeline count behind that page yet, so the badge is gone.