mirror of
https://github.com/garrytan/gstack.git
synced 2026-07-12 10:46:35 +02:00
feat: move cookies button to quick actions toolbar
Cookies now sits next to Cleanup and Screenshot as a primary action button (🍪 Cookies) instead of buried in the footer. Same behavior, more discoverable. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -660,7 +660,7 @@ document.getElementById('reload-sidebar').addEventListener('click', () => {
|
||||
});
|
||||
|
||||
// ─── Copy Cookies ───────────────────────────────────────────────
|
||||
document.getElementById('copy-cookies').addEventListener('click', async () => {
|
||||
document.getElementById('chat-cookies-btn').addEventListener('click', async () => {
|
||||
if (!serverUrl) return;
|
||||
// Navigate the browser to the cookie picker page hosted by the browse server
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user