devlog: auto hide tab bar

This commit is contained in:
CJ van den Berg 2025-08-03 21:17:42 +02:00
parent e610d82b2f
commit 3def81cb5f
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -15,6 +15,14 @@ them.
You can [subscribe to this page via RSS]($link.page('devlog').alternative('rss')) and find more
devlog entries in the [archive](/devlog/).
## [auto hide tab bar]($section.id("2025-08-03T21:16:43+02:00"))
The tabs widget will now only be shown when more than one tab is open. This can
be configured with an integer parameter on the tabs widget. For example:
`tabs:2` => show the tab bar when there are two or more tabs (this is the
default), `tabs:0` => always show the tab bar.
## [smarter insert line functions]($section.id("2025-08-01T16:48:44+02:00"))
Today's feature of the day is a small quality-of-life fix. The