mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-09-03 14:37:55 +00:00
feat(extension): implement accordion mutual exclusion behavior for settings details categories
This commit is contained in:
@@ -813,7 +813,7 @@
|
||||
|
||||
<!-- Settings Tab -->
|
||||
<div id="tab-settings" class="tab-content">
|
||||
<details class="form-group" open>
|
||||
<details class="form-group" name="settings-accordion" open>
|
||||
<summary title="Change your username, theme, and language." data-i18n="LABEL_SETTINGS_GROUP_PROFILE" data-i18n-title="LABEL_SETTINGS_GROUP_PROFILE_TOOLTIP">👤 Profile & Theme</summary>
|
||||
<div class="details-content">
|
||||
<div style="display: flex; align-items: center; justify-content: space-between; gap: 12px;">
|
||||
@@ -851,7 +851,7 @@
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<details class="form-group">
|
||||
<details class="form-group" name="settings-accordion">
|
||||
<summary title="Choose which titles are sent to the room." data-i18n="LABEL_PRIVACY_SETTINGS" data-i18n-title="LABEL_PRIVACY_SETTINGS_TOOLTIP">🔒 Privacy Settings</summary>
|
||||
<div class="details-content">
|
||||
<div style="display: flex; align-items: center; justify-content: space-between; gap: 12px;">
|
||||
@@ -872,7 +872,7 @@
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<details class="form-group">
|
||||
<details class="form-group" name="settings-accordion">
|
||||
<summary title="Customize playback, notifications, and audio preferences." data-i18n="LABEL_SETTINGS_GROUP_SYNC" data-i18n-title="LABEL_SETTINGS_GROUP_SYNC_TOOLTIP">⚡ Playback & Sync</summary>
|
||||
<div class="details-content">
|
||||
<div style="display: flex; align-items: center; justify-content: space-between; gap: 12px;">
|
||||
@@ -910,7 +910,7 @@
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<details class="form-group">
|
||||
<details class="form-group" name="settings-accordion">
|
||||
<summary title="Tools for fixing connection issues." data-i18n="LABEL_TROUBLESHOOTING" data-i18n-title="LABEL_TROUBLESHOOTING_TOOLTIP">🔧 Troubleshooting</summary>
|
||||
<div class="details-content" style="gap: 8px;">
|
||||
<button id="restartTourBtn" class="secondary" style="width: 100%; font-size: 11px;" title="Restart the onboarding tutorial" data-i18n="BTN_RESTART_TOUR" data-i18n-title="BTN_RESTART_TOUR_TOOLTIP">Restart Tutorial</button>
|
||||
|
||||
Reference in New Issue
Block a user