Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In invite dialog add text indicating that we can invite multiple people #447

Conversation

aulamber
Copy link
Contributor

@aulamber aulamber commented Mar 2, 2023

Cf. issue #342

Screenshot 2023-03-03 at 15 46 28

"en": "Invite someone using their name, username (like <userId/>) or <a>share this room</a>. It is possible to invite multiple people by copy-pasting an email list separated by a comma: [email protected],[email protected],[email protected]."
},
"Invite someone using their name, username (like <userId/>) or <a>share this space</a>.": {
"fr": "Invitez quelqu’un grâce à son nom, nom d’utilisateur (tel que <userId/>) ou <a>partagez cet espace</a>. Il est possible d'inviter en masse en copiant et collant une liste d'emails séparé par une virgule : [email protected],[email protected],[email protected].",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

séparés

@@ -722,5 +722,13 @@
"We'll generate a Security Key for you to store somewhere safe, like a password manager or a safe.": {
"fr": "Nous génèrerons une clé de récupération que vous devrez stocker dans un endroit sûr, comme un gestionnaire de mots de passe ou un coffre.",
"en": "We'll generate a Recovery Key for you to store somewhere safe, like a password manager or a safe."
},
"Invite someone using their name, username (like <userId/>) or <a>share this room</a>.": {
"fr": "Invitez quelqu’un à partir de son nom, pseudo (comme <userId/>) ou <a>partagez ce salon</a>. Il est possible d'inviter en masse en copiant et collant une liste d'emails séparé par une virgule : [email protected],[email protected],[email protected].",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

d'emails séparés

@odelcroi
Copy link
Member

odelcroi commented Mar 2, 2023

Can you provide a screenshot of the updated screen?

@odelcroi
Copy link
Member

odelcroi commented Mar 3, 2023

It also work if you copy paste the content of a csv file

@aulamber aulamber requested a review from jdauphant March 7, 2023 09:22
Comment on lines 9 to 18
- overflow-y: auto;
+ overflow: auto;
display: flex;
flex-wrap: wrap;

@@ -194,6 +194,7 @@ limitations under the License.

.mx_InviteDialog_addressBar {
margin-inline-end: 0;
+ overflow: auto;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est une modification qui peut profiter à Element ? où c'est juste pour nous ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ça leur serait utile à eux aussi, leur version est également buggée. Cf:

Screenshot 2023-03-08 at 11 24 10

Copy link
Contributor Author

@aulamber aulamber Mar 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Du coup, je peux quand-même merger mon bugfix chez nous ou pas ?

@@ -722,5 +722,13 @@
"We'll generate a Security Key for you to store somewhere safe, like a password manager or a safe.": {
"fr": "Nous génèrerons une clé de récupération que vous devrez stocker dans un endroit sûr, comme un gestionnaire de mots de passe ou un coffre.",
"en": "We'll generate a Recovery Key for you to store somewhere safe, like a password manager or a safe."
},
"Invite someone using their name, email address, username (like <userId/>) or <a>share this room</a>.": {
"fr": "Invitez quelqu’un via son nom, e-mail ou pseudo (p. ex. <userId/>) ou <a>partagez ce salon</a>. Il est possible d'inviter en masse en copiant et collant une liste d'emails séparés par une virgule ([email protected], [email protected], [email protected]) ou séparés par un saut à la ligne.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aulamber on n'a moyen de mettre des sauts de ligne ?

Copy link
Contributor Author

@aulamber aulamber Mar 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je n'y arrive pas en modifiant la string de traduction seulement. Par contre je peux faire un patch dans le code d'Element pour rajouter une div... mais je trouve que c'est lourd juste pour un saut à la ligne, qu'en penses-tu ?

Copy link
Contributor

@jdauphant jdauphant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est bon pour la partie tech.
2 points :

  • Si le overflow est utile a Element, on peut faire la PR en // (comme ça on supprime le patch dans nos prochaines version)
  • Un relecture par @Caroline-lawson ou @areox-net pour la mise en forme et le texte

@@ -38,7 +38,7 @@ limitations under the License.
min-height: 25px;
padding-inline-start: $spacing-8;
overflow-x: hidden;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

du coup le "overflow-x: hidden;" devient inutile ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je l'ai enlevé, tu as raison

@aulamber aulamber closed this Mar 7, 2023
@aulamber aulamber reopened this Mar 7, 2023
@Caroline-lawson
Copy link

Dans Tchap on utilise "mail" plutôt que "e-mail"

@aulamber
Copy link
Contributor Author

Dans Tchap on utilise "mail" plutôt que "e-mail"

Modifié

@aulamber aulamber merged commit b8a0630 into develop_tchap Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants