diff --git a/tools/build_common_listings.js b/tools/build_common_listings.js index e7abcb8..3a1b3dd 100644 --- a/tools/build_common_listings.js +++ b/tools/build_common_listings.js @@ -109,6 +109,8 @@ const BC_STORE_KEYS = new Set([ "legacy", "legacyliquor", "tudor", + "vessel", + "vintage", ]); function groupAllowsStore(group, storeKey) { diff --git a/viz/app/stats_page.js b/viz/app/stats_page.js index 8377a85..8b3bb44 100644 --- a/viz/app/stats_page.js +++ b/viz/app/stats_page.js @@ -284,44 +284,35 @@ export async function renderStats($app) { const pref = loadPrefs(); $app.innerHTML = ` -
-
-
-
-
- -
-

Store Price Index

-
Loading…
-
+
+
+ -
-
- - - -
-
+
+

Store Price Index

+
Loading…
-
-
- +
+
+ + +
diff --git a/viz/style.css b/viz/style.css index 188d026..dabc971 100644 --- a/viz/style.css +++ b/viz/style.css @@ -428,6 +428,21 @@ a.skuLink:hover { text-decoration: underline; cursor: pointer; } bottom: 0; } +/* Stats page only */ +.statsHeaderLeft { + display: flex; + align-items: center; + gap: 12px; + min-width: 0; +} + +.statsTitleStack { + display: flex; + flex-direction: column; + gap: 2px; + min-width: 0; +} + /* --- Store page: two-column results (new; isolated to store page) --- */ .storeGrid { margin-top: 12px;