Robin
|
9669b71440
|
Update icon imports
|
2024-02-01 14:19:35 -05:00 |
|
Robin
|
d4780b2d63
|
Use the new isTriggerInteractive tooltip prop
|
2024-01-10 10:46:13 -05:00 |
|
Robin
|
09481d1e44
|
Give the lock icon an accessible label
|
2023-11-20 19:02:19 -05:00 |
|
Robin
|
fcfb818a27
|
Make the encryption lock tooltip accessible via the keyboard
|
2023-11-20 18:59:56 -05:00 |
|
Michael Telatynski
|
71664f5f8e
|
Migrate action, common, a11y translation keys
```
move () {
FROM=$1 TO=$2 find public/locales -type f -exec sh -c 'jq ".$TO = .\"$FROM\" | del(.\"$FROM\") | del(..|nulls) | select(length > 0)" {} | sponge {}' \;
}
move "Avatar" "common.avatar"
move "Camera" "common.camera"
move "Close" "action.close"
move "Copied!" "common.copied"
move "Copy" "action.copy"
move "Copy link" "action.copy_link"
move "Encrypted" "common.encrypted"
move "Go" "action.go"
move "Home" "common.home"
move "Invite" "action.invite"
move "Loading…" "common.loading"
move "Microphone" "common.microphone"
move "No" "action.no"
move "Not encrypted" "common.unencrypted"
move "Password" "common.password"
move "Profile" "common.profile"
move "Username" "common.username"
move "Video" "common.video"
move "Register" "action.register"
move "Remove" "action.remove"
move "Settings" "common.settings"
move "Sign in" "action.sign_in"
move "Sign out" "action.sign_out"
move "Submit" "action.submit"
move "User menu" "a11y.user_menu"
move "Audio" "common.audio"
move "Display name" "common.display_name"
```
|
2023-11-20 12:18:43 +00:00 |
|
Robin
|
2730cea181
|
Fix imports
|
2023-09-27 19:06:10 -04:00 |
|
Robin
|
1445c42cc3
|
Implement new in-call header and footer designs
|
2023-09-08 16:41:23 -04:00 |
|