Cookbook Trending: drop ↻ refresh button (trending list reloads on toggle)

This commit is contained in:
pewdiepie-archdaemon
2026-06-13 20:01:54 +09:00
parent 0808de0b3b
commit a615f7f786
-1
View File
@@ -1847,7 +1847,6 @@ function _renderRecipes() {
// = rotated 90deg into a down chevron (handled by existing toggle CSS).
html += `<span id="cookbook-hf-latest-arrow" style="display:inline-block;transition:transform 0.15s;pointer-events:none;opacity:0.6;font-size:14px;">\u25B8</span>`;
html += `</button>`;
html += `<button type="button" class="memory-toolbar-btn" id="cookbook-hf-latest-refresh" title="Refresh" style="height:26px;width:26px;padding:0;border-radius:4px;">\u21BB</button>`;
html += `</div>`;
html += `<div id="cookbook-hf-latest-list" style="display:none;margin-top:4px;max-height:320px;overflow-y:auto;flex-direction:column;gap:4px;"></div>`;
html += `</div>`;