Shrilakshmi Shastry

Results 20 issues of Shrilakshmi Shastry

### Currently user follows the below steps to create a play: 1. clone the repo 2. yarn install 3. yarn create-play 4. Follow the sequence of steps in cmd to...

enhancement
discussion

**Is your feature request related to a problem? Please describe.** Currently, there is no dashboard that shows the statistics of activity across react-play website vise as well individual play vise....

enhancement
hacktoberfest

# Description ## Fix accessibility issues on the Welcome page: - use button tag for collection instead of div - hide decorative images for assistive technology - give meaningful labels...

pr-refactor

List of accessibility issues on the welcome page: 1. bruno icon shouldn’t be accessible as it’s decorative 2. The wrong HTML is used for the button, line numbers 62 ,67,...

# Description ### Fix accessibility issue in side nav bar footer icons - Make all svgs hidden to assistive technology and provide proper aria-label - Use proper tags to list...

pr-refactor

# Description ### Accessibility issue in Modal **Ally pattern of modal:** Modal is a window overlaid on either the primary window or another dialog window. Windows under a modal dialog...

## Describe your changes Introduce a playground where users can interact with code and look at live demos. The idea is to introduce playground initially and later maybe convert it...

Hey, @EmmaDawsonDev and team great work 👏 I highly appreciate the work!!! I am looking forward to being part of this amazing journey. ### Feature request **Present** The initiative taken...

## Issue - I have a modal that is created by . When I open toast from this modal which is a top layer element , toast resides below the...

## Issue: - FileTabs has given the role `tab`, but the tab [accessibility pattern](https://www.w3.org/WAI/ARIA/apg/patterns/tabs/examples/tabs-manual/#:~:text=Accessibility%20Features,-To%20ensure%20people&text=The%20active%20tab%20has%20a,element%20of%20the%20tab%20element.) is not taken care. Issues noticed: - Not highlighting the tab when the file name is...