issues
search
Azure
/
azure-iot-explorer
Cross-platform UI for interacting with devices attached to Azure IoT Hub. This tool is meant for learning and testing, not for production environment.
MIT License
224
stars
73
forks
source link
accessibility bugs wave 1
#607
Closed
YingXue
closed
1 year ago
YingXue
commented
1 year ago
Accessibility fixes:
Announce button click
Annouce search result
Move hyper link css to global
Properly style input placeholder text globally
Remove unused color from palatte
Copy code from Portal's Copy button implementation
General Guidelines
[x] If introducing new functionality or modified behavior, are they backed by unit tests?
[x] Have
all
unit tests passed locally? (by running
npm run test
command)
[x] Have you updated the README.md with new screenshots if significant changes have been made?
[x] Have you update the package version if the current version in package.json is not higher than the version released?
Accessibility fixes:
General Guidelines
npm run test
command)