You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<span>Sync settings and muted users via browser account</span>
259
+
</label>
260
+
<smallclass="help-text">When enabled, your settings and up to 50 muted users are stored in your browser's built-in sync storage (Google account for Chrome, Firefox account for Firefox) and roam across devices. Custom domains are excluded — re-add them manually on each device. Cloud sync is disabled automatically if your muted list exceeds 50 users.</small>
<strong>⚠️ Cloud sync was automatically disabled</strong>
263
+
<p>Your muted users list exceeded the 50-user limit for cloud sync. Your data is still stored locally and nothing was lost. To re-enable cloud sync, reduce your muted users list to 50 or fewer.</p>
264
+
</div>
265
+
</div>
255
266
<pclass="description">Export your settings and muted users to a JSON file as a backup, or import a previous export to restore them. <strong>Reset to Defaults</strong> wipes everything; export first if you might want to undo it.</p>
256
267
<divclass="button-group">
257
268
<buttonid="exportData" class="secondary">Export All Settings</button>
258
269
<buttonid="importData" class="secondary">Import All Settings</button>
259
270
<buttonid="clearAll" class="danger">Reset Everything to Defaults</button>
<strong>⚠️ Custom domains need permission re-grant</strong>
275
+
<p>The following domains were in your backup but could not be restored automatically — browser security requires you to grant access manually:</p>
276
+
<ulid="domainReauthList"></ul>
277
+
<p>To re-add them: scroll down to <strong>Custom Haiilo Domains</strong>, enter each domain, and click <strong>Add Domain</strong> to grant browser access.</p>
if(data.customDomains&&data.customDomains.length>0)messages.push(`${data.customDomains.length} custom domain(s) need manual re-authorization (see warning above)`);
0 commit comments