← back to Retrowalls
sort: hydrate saved sort from localStorage before first grid load + send to /api/products
a2f77f54e7cfbb7873a3f61f6d7329a25e60273e · 2026-05-19 15:16:12 -0700 · Steve Abrams
Completes the sort wire-up — change listener was already attached but state.sort
was never restored on load and never sent as a query param, so the saved selection
had no effect on first render.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit a2f77f54e7cfbb7873a3f61f6d7329a25e60273e
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue May 19 15:16:12 2026 -0700
sort: hydrate saved sort from localStorage before first grid load + send to /api/products
Completes the sort wire-up — change listener was already attached but state.sort
was never restored on load and never sent as a query param, so the saved selection
had no effect on first render.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index 0636a45..c691ac9 100644
--- a/public/index.html
+++ b/public/index.html
@@ -531,7 +531,7 @@ textarea:focus-visible,
<div class="footer-col">
<h4>Social</h4>
- <a class="fb-link" href="https://www.facebook.com/SteveAbramsDesigns.DesignerWallcoverings" target="_blank" rel="noopener">Facebook</a>
+ <a class="fb-link" href="https://www.facebook.com/SteveAbramsDesigns.DesignerWallcoverings" target="_blank" rel="noopener noreferrer">Facebook</a>
</div>
</div>
<div class="footer-bottom">
← d3b1cfc fix(grid): hydrate saved sort BEFORE first /api/products cal
·
back to Retrowalls
·
make server.js self-contained — gate _shared/admin-catalog b b4cd573 →