mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-09-21 18:17:05 +00:00
feat(setup-wizard): improve E2EE dialog UX and password field
- Only show the passphrase and "Obfuscate Properties" controls once end-to-end encryption is enabled, instead of leaving them visible but disabled. - Replace the password show/hide checkbox with an icon toggle button. - Let translated labels wrap to their content instead of being clipped into a fixed-width column (this clipped longer translated labels, e.g. in German and Spanish). - Scope the onboarding invitation link's 44px touch-target padding to mobile, so on desktop it renders as a normal inline link instead of a stray, oddly-padded button. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
694371898a
commit
6b37ea8778
@@ -425,6 +425,7 @@ Hidden file synchronization have been temporarily disabled. Please enable them a
|
||||
Hidden Files: Archivos ocultos
|
||||
Hide completely: Ocultar por completo
|
||||
Hide not applicable items: Ocultar elementos no aplicables
|
||||
Hide password: Ocultar contraseña
|
||||
Higher (${local} > ${remote}): Superior (${local} > ${remote})
|
||||
Highlight diff: Resaltar las diferencias
|
||||
How to display network errors when the sync server is unreachable.:
|
||||
@@ -1950,6 +1951,7 @@ Show full banner: Mostrar banner completo
|
||||
Show history: Mostrar el historial
|
||||
Show icon only: Mostrar solo el icono
|
||||
Show only notifications: Mostrar solo notificaciones
|
||||
Show password: Mostrar contraseña
|
||||
Show status as icons only: Mostrar estado solo con íconos
|
||||
Show status icon instead of file warnings banner: Mostrar icono de estado en lugar del banner de advertencia de archivos
|
||||
Show status inside the editor: Mostrar estado dentro del editor
|
||||
|
||||
Reference in New Issue
Block a user