Skip to main content

max / balanced_breakfast

Take makeover-build 0.39.0: the sort caret is a triangle, and idle is drawn The generated layout.css picks up makeover-webview 0.46.0. A sortable heading that is not the one in force now draws its caret at content-secondary instead of reserving a hidden box for it, and all three carets are the solid triangles.
Author: Max Johnson <me@maxj.phd> · 2026-08-16 22:00 UTC
Signed with PGP, not checked
Commit: 1b1723ee6d2c9b8bc45106472368cb08f0ff6131
Parent: 482969f
2 files changed, +39 insertions, -39 deletions
M Cargo.lock +38 -38
@@ -3141,9 +3141,9 @@
3141 3141
3142 3142 [[package]]
3143 3143 name = "makeover-build"
3144 - version = "0.38.0"
3144 + version = "0.39.0"
3145 3145 source = "registry+https://github.com/rust-lang/crates.io-index"
3146 - checksum = "765f6851362242afc5eb2857771fa2831009338fc247f27951938182a75daeef"
3146 + checksum = "52baae176ab62ac8d79238301be5dc112f1615630f647ab1465b57b5872edee0"
3147 3147 dependencies = [
3148 3148 "makeover",
3149 3149 "makeover-geometry",
@@ -3158,9 +3158,9 @@
3158 3158
3159 3159 [[package]]
3160 3160 name = "makeover-layout"
3161 - version = "0.27.0"
3161 + version = "0.27.5"
3162 3162 source = "registry+https://github.com/rust-lang/crates.io-index"
3163 - checksum = "70c07e8b5020bf12ced1aea9313ebf0d4ca764ce2de6ef0d95eddc7d34bd939a"
3163 + checksum = "ed4a0a89e118db1cc010c72e696741b3701c83bfe6bec5db06e29515b4c1d216"
3164 3164
3165 3165 [[package]]
3166 3166 name = "makeover-touch"
@@ -3174,9 +3174,9 @@
3174 3174
3175 3175 [[package]]
3176 3176 name = "makeover-webview"
3177 - version = "0.45.0"
3177 + version = "0.46.0"
3178 3178 source = "registry+https://github.com/rust-lang/crates.io-index"
3179 - checksum = "5b7438ebd65c2ef3eee8920dcff0202151091dbbca68c80defb9130c218e62e5"
3179 + checksum = "8389b1ddc25547f992d51334f19a5391c9a8fc36968b5aa02da9da283100b7fc"
3180 3180 dependencies = [
3181 3181 "makeover-geometry",
3182 3182 "makeover-layout",
@@ -7940,38 +7940,6 @@
7940 7940 "winnow 1.0.4",
7941 7941 ]
7942 7942
7943 - [[patch.unused]]
7944 - name = "quasi-axum"
7945 - version = "0.12.0"
7946 -
7947 - [[patch.unused]]
7948 - name = "quasi-basics"
7949 - version = "0.12.0"
7950 -
7951 - [[patch.unused]]
7952 - name = "quasi-http"
7953 - version = "0.12.0"
7954 -
7955 - [[patch.unused]]
7956 - name = "quasi-immediate"
7957 - version = "0.12.0"
7958 -
7959 - [[patch.unused]]
7960 - name = "quasi-router"
7961 - version = "0.12.0"
7962 -
7963 - [[patch.unused]]
7964 - name = "quasi-store"
7965 - version = "0.1.0"
7966 -
7967 - [[patch.unused]]
7968 - name = "quasi-tauri"
7969 - version = "0.12.0"
7970 -
7971 - [[patch.unused]]
7972 - name = "quasi-webview"
7973 - version = "0.12.0"
7974 -
7975 7943 [[patch.unused]]
7976 7944 name = "kberg"
7977 7945 version = "0.1.0"
@@ -7983,3 +7951,35 @@
7983 7951 [[patch.unused]]
7984 7952 name = "painhours"
7985 7953 version = "0.1.0"
7954 +
7955 + [[patch.unused]]
7956 + name = "quasi-axum"
7957 + version = "0.18.0"
7958 +
7959 + [[patch.unused]]
7960 + name = "quasi-basics"
7961 + version = "0.18.0"
7962 +
7963 + [[patch.unused]]
7964 + name = "quasi-http"
7965 + version = "0.18.0"
7966 +
7967 + [[patch.unused]]
7968 + name = "quasi-immediate"
7969 + version = "0.18.0"
7970 +
7971 + [[patch.unused]]
7972 + name = "quasi-router"
7973 + version = "0.18.0"
7974 +
7975 + [[patch.unused]]
7976 + name = "quasi-store"
7977 + version = "0.1.0"
7978 +
7979 + [[patch.unused]]
7980 + name = "quasi-tauri"
7981 + version = "0.18.0"
7982 +
7983 + [[patch.unused]]
7984 + name = "quasi-webview"
7985 + version = "0.18.0"
@@ -18,7 +18,7 @@
18 18 # Materialises all three generated files: themes/, geometry.css, layout.css.
19 19 # The build script needs nothing else; makeover and makeover-geometry reach it
20 20 # through here.
21 - makeover-build = "0.38.0"
21 + makeover-build = "0.39.0"
22 22
23 23 [dependencies]
24 24 bb-interface.workspace = true