Skip to content

Conversation

@atjohns
Copy link
Contributor

@atjohns atjohns commented Jun 26, 2025

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

bobpskier and others added 16 commits February 12, 2025 07:35
	Page does not have a language set. Set lang to "en".
	User cannot pinch zoom on the screen. Remove user-scalable="no".

InputContainer.vue
	User input label disappears when the user types. Remove "single-line" from <v-text-field>
	Audio play buttons are unlabeled. Add aria-label "Use Voice"

Message.vue
	Audio play buttons are unlabeled. Add aria-label "replay request"
	Message date should not be aria-hidden. Remove aria-hidden.

MessageText.vue
	Live agent messages are misidentified for screen reader users. During connect live chat, the "bot says:" message should be "agent says:" to indicate the agent provided the text.

RecorderStatus.vue
	The record-status message should use the attribute aria-live="polite"

ToolbarContainer.vue
	The toolbar has an aria-label that incorrectly labels the toolbar. Remove aria-label from the <v-toolbar> element

getters.js
	Revise how connect transcript is redacted.
Fix redaction so it applies to the correct message
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.15.2 to 5.2.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v4.15.2...v5.2.1)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [requests](https://github.com/psf/requests) from 2.23.0 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.23.0...v2.32.4)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pbkdf2](https://github.com/crypto-browserify/pbkdf2) from 3.1.2 to 3.1.3.
- [Changelog](https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md)
- [Commits](browserify/pbkdf2@v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: pbkdf2
  dependency-version: 3.1.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…ty-update

# Conflicts:
#	lex-web-ui/package.json
#	lex-web-ui/src/store/getters.js
#	package.json
#	templates/master.yaml
…web-ui/pbkdf2-3.1.3

Bump pbkdf2 from 3.1.2 to 3.1.3 in /lex-web-ui
…ack-dev-server-5.2.1

Bump webpack-dev-server from 4.15.2 to 5.2.1
…tom-resources/requests-2.32.4

Bump requests from 2.23.0 to 2.32.4 in /templates/custom-resources
Accessibility updates primarily aiding screen readers to process the elements in the UI
Fix order of operations to ensure creds are available at websocket in…
@atjohns atjohns merged commit 325930e into master Jun 26, 2025
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.

2 participants