1. Add copy Contact link to profile 2. move copyLink changes into component
This commit is contained in:
parent
37c254f8e1
commit
031e22b5f1
16 changed files with 144 additions and 98 deletions
|
|
@ -956,30 +956,6 @@ body {
|
|||
font-size: 16 * $chat-text-size !important;
|
||||
}
|
||||
|
||||
.qr-container {
|
||||
background-color: white;
|
||||
border-radius: 8px;
|
||||
margin-top: 20px !important;
|
||||
.qr {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
background-color: #e0e0e0;
|
||||
}
|
||||
.link {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-size: 16px;
|
||||
text-decoration: underline;
|
||||
color: #3d6eff;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
}
|
||||
.link-copied-in-place .v-btn__content {
|
||||
font-family: "Inter", sans-serif !important;
|
||||
font-size: 12px !important;
|
||||
text-transform: none !important;
|
||||
color: #3d6eff;
|
||||
}
|
||||
|
||||
.filled-button {
|
||||
@media #{map-get($display-breakpoints, 'sm-and-up')} {
|
||||
min-width: 180px !important;
|
||||
|
|
@ -1080,7 +1056,7 @@ body {
|
|||
}
|
||||
|
||||
.profile {
|
||||
background-color: white;
|
||||
background-color: #e8e8e8;
|
||||
height: 100%;
|
||||
.chat-header {
|
||||
background-color: transparent;
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"join_invite": "ཁ་སྣོན་བྱས་པའི་གྲོགས་ཁོ་ན།",
|
||||
"permissions": "ནང་འཛུལ་གྱི་ཆོག་མཆན་ཁག",
|
||||
"created_by": "{user} བཟོས།",
|
||||
"copy_link": "གདན་ཞུ་འབྲེལ་ཐག་པར་བཤུས་རྒྱོབས།",
|
||||
"copy_invite_link": "གདན་ཞུ་འབྲེལ་ཐག་པར་བཤུས་རྒྱོབས།",
|
||||
"scan_code": "བཤེར་རིས་བཤེར་ཏེ་ཁ་བརྡ་ཁང་དུ་འཛུལ།",
|
||||
"user_admin": "དོ་དམ་པ།",
|
||||
"experimental_features": "ཚོད་ལྟའི་ཁྱད་ཆོས་ཁག",
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@
|
|||
"permissions": "Beitrittsberechtigungen",
|
||||
"join_invite": "Nur hinzugefügte Personen",
|
||||
"join_public": "Jeder mit einem Link",
|
||||
"copy_link": "Link zur Einladung kopieren",
|
||||
"copy_invite_link": "Link zur Einladung kopieren",
|
||||
"link_copied": "Link kopiert!",
|
||||
"purge": "Raum löschen",
|
||||
"members": "Mitglieder",
|
||||
|
|
|
|||
|
|
@ -263,7 +263,8 @@
|
|||
"permissions": "Join Permissions",
|
||||
"join_invite": "Only People Added",
|
||||
"join_public": "Anyone with a link",
|
||||
"copy_link": "Copy invite link",
|
||||
"copy_invite_link": "Copy invite link",
|
||||
"copy_link": "Copy link",
|
||||
"link_copied": "Link copied!",
|
||||
"purge": "Delete room",
|
||||
"members": "Members",
|
||||
|
|
@ -284,7 +285,9 @@
|
|||
"read_only_room": "Read only room",
|
||||
"read_only_room_info": "Only admins and moderators are allowed to send to the room",
|
||||
"make_public": "Make Public",
|
||||
"make_public_warning": "warning: Full message history will be visible to new participants"
|
||||
"make_public_warning": "warning: Full message history will be visible to new participants",
|
||||
"contact_link": "My Contact Link",
|
||||
"contact_link_desc": "Share your contact link. When opened, a direct message will be started with you."
|
||||
},
|
||||
"room_info_sheet": {
|
||||
"this_room": "This room",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
"leave_room": "Salir",
|
||||
"view_profile": "Vista",
|
||||
"identity_temporary": "Tu identidad {displayName} es temporal. Puedes cambiar tu nombre o establecer una contraseña para conservarla.",
|
||||
"copy_link": "Copiar el enlace de invitación",
|
||||
"copy_invite_link": "Copiar el enlace de invitación",
|
||||
"scan_code": "Escanear para unirse a la sala"
|
||||
},
|
||||
"purge_room": {
|
||||
|
|
|
|||
|
|
@ -184,7 +184,7 @@
|
|||
"permissions": "Autorisations d’adhésion",
|
||||
"join_invite": "Seules les personnes ajoutées",
|
||||
"join_public": "Quiconque avec un lien",
|
||||
"copy_link": "Copier le lien d’invitation",
|
||||
"copy_invite_link": "Copier le lien d’invitation",
|
||||
"link_copied": "Lien copié !",
|
||||
"purge": "Supprimer le salon",
|
||||
"user_you": "{user} (vous)",
|
||||
|
|
|
|||
|
|
@ -194,7 +194,7 @@
|
|||
"leave_room": "Lascia",
|
||||
"scan_code": "Scansiona per entrare nella stanza",
|
||||
"version_info": "Realizzato da Guardian Project. Versione: {version}",
|
||||
"copy_link": "Copia il collegamento di invito"
|
||||
"copy_invite_link": "Copia il collegamento di invito"
|
||||
},
|
||||
"voice_recorder": {
|
||||
"failed_to_record": "Impossibile registrare l’audio",
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
"members": "Medlemmer",
|
||||
"purge": "Slett rom",
|
||||
"link_copied": "Lenke kopiert.",
|
||||
"copy_link": "Kopier invitasjonslenke",
|
||||
"copy_invite_link": "Kopier invitasjonslenke",
|
||||
"created_by": "Opprettet av {user}",
|
||||
"title": "Romdetaljer"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -252,7 +252,7 @@
|
|||
"permissions": "Permissões de ingresso",
|
||||
"join_invite": "Somente pessoas adicionadas",
|
||||
"join_public": "Qualquer pessoa com um link",
|
||||
"copy_link": "Copie o link do convite",
|
||||
"copy_invite_link": "Copie o link do convite",
|
||||
"link_copied": "Link copiado!",
|
||||
"purge": "Excluir a sala",
|
||||
"members": "Membros",
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
"members": "Membri",
|
||||
"purge": "Ștergeți camera",
|
||||
"link_copied": "Link copiat!",
|
||||
"copy_link": "Copiați link-ul de invitație",
|
||||
"copy_invite_link": "Copiați link-ul de invitație",
|
||||
"join_public": "Oricine are un link",
|
||||
"join_invite": "Numai persoane adăugate",
|
||||
"permissions": "Permisiuni de aderare",
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@
|
|||
"members": "ئەزالار",
|
||||
"purge": "ئۆينى ئۆچۈرۈڭ",
|
||||
"link_copied": "ئۇلىنىش كۆچۈرۈلدى!",
|
||||
"copy_link": "تەكلىپ ئۇلانمىسىنى كۆچۈرۈڭ",
|
||||
"copy_invite_link": "تەكلىپ ئۇلانمىسىنى كۆچۈرۈڭ",
|
||||
"join_public": "ئۇلىنىشى بارلار",
|
||||
"join_invite": "پەقەت كىشىلەر قوشۇلدى",
|
||||
"permissions": "ئىجازەتكە قوشۇلۇڭ",
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"join_invite": "仅添加人员",
|
||||
"permissions": "加入权限",
|
||||
"created_by": "由 {user} 创建",
|
||||
"copy_link": "复制邀请链接",
|
||||
"copy_invite_link": "复制邀请链接",
|
||||
"scan_code": "扫一扫加入聊天室",
|
||||
"user_admin": "管理员",
|
||||
"voice_mode": "语音模块",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue