gfds
This commit is contained in:
@@ -291,8 +291,7 @@
|
|||||||
<h2>{{ t('settings.export_data_title') || 'Export Data' }}</h2>
|
<h2>{{ t('settings.export_data_title') || 'Export Data' }}</h2>
|
||||||
<div class="export-settings-wrapper"
|
<div class="export-settings-wrapper"
|
||||||
style="background: rgba(0,0,0,0.1); padding: 20px; border-radius: 4px; border: 1px solid var(--nav-border-color); margin-bottom: 30px;">
|
style="background: rgba(0,0,0,0.1); padding: 20px; border-radius: 4px; border: 1px solid var(--nav-border-color); margin-bottom: 30px;">
|
||||||
<p>{{ t('settings.export_data_desc') || 'Download a copy of your data. This process happens entirely in your
|
<p>{{ t('settings.export_data_desc') || 'Download a copy of your data. This process happens entirely in your browser to protect your privacy and save server resources.' }}</p>
|
||||||
browser to protect your privacy and save server resources.' }}</p>
|
|
||||||
|
|
||||||
<div class="setting-item" style="margin-bottom: 15px;">
|
<div class="setting-item" style="margin-bottom: 15px;">
|
||||||
<label class="checkbox-container" style="cursor: pointer; display: flex; align-items: center; gap: 10px;">
|
<label class="checkbox-container" style="cursor: pointer; display: flex; align-items: center; gap: 10px;">
|
||||||
@@ -327,8 +326,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button type="button" id="btn-start-export" class="button button-primary">
|
<button type="button" id="btn-start-export" class="button button-primary">
|
||||||
<i class="fa-solid fa-download" style="margin-right: 5px;"></i> {{ t('settings.start_export') || 'Generate
|
<i class="fa-solid fa-download" style="margin-right: 5px;"></i> {{ t('settings.start_export') || 'Generate Export (ZIP)' }}
|
||||||
Export (ZIP)' }}
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
@@ -340,8 +338,7 @@
|
|||||||
style="margin-bottom: 30px; border-collapse: separate; border-spacing: 0 5px;">
|
style="margin-bottom: 30px; border-collapse: separate; border-spacing: 0 5px;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width: 150px; font-weight: bold; color: var(--text-muted); border: none;">{{
|
<td style="width: 150px; font-weight: bold; color: var(--text-muted); border: none;">{{ t('settings.user_id') }}</td>
|
||||||
t('settings.user_id') }}</td>
|
|
||||||
<td style="border: none;">{{ session.id }}</td>
|
<td style="border: none;">{{ session.id }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -365,8 +362,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="font-weight: bold; color: var(--text-muted); border: none;">{{ t('settings.joined') }}</td>
|
<td style="font-weight: bold; color: var(--text-muted); border: none;">{{ t('settings.joined') }}</td>
|
||||||
<td style="border: none;">@if(joined){{ new Date(joined).toLocaleDateString() }}@else {{
|
<td style="border: none;">@if(joined){{ new Date(joined).toLocaleDateString() }}@else {{ t('settings.joined_unknown') }} @endif</td>
|
||||||
t('settings.joined_unknown') }} @endif</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user