Pavithra Kodmad

Results 20 issues of Pavithra Kodmad

Hey @fkling - To continue the earlier discussion from https://github.com/fkling/astexplorer/pull/213, here is how codesandbox added prettier support. They have a button, on clicking of which, the code formats itself. Maybe...

Describe your changes here. Create interaction tests for UnderlineNav. ### Screenshots Check storybook for how this looks. ### Merge checklist - [x] Added/updated tests - [ ] Added/updated documentation -...

skip changeset

Describe your changes here. This ADR proposes some instructions for how we should write interaction tests. Feedback welcome!

skip changeset

Add a couple of interactive tests To test this, check PageLayout/interactions.stories

https://github.com/aweary/react-copy-write/issues/17 It looks as follows when being consumed. ``` import React from 'react'; import createState from 'react-copy-write'; const logger = getState => next => fn => { const state =...

Kudos to you for making this lib! I'm loving the mutating abilities. I want to talk about having some middleware like abilities or hooks to the update function to implement...

Took a quick stab at distilling my research at https://github.com/github/primer/issues/382 to a button component guideline here. Thanks @ashygee for all the figma files! Seeking feedback and help for the following...

The `Hidden` component will be used to hide or show content in a responsive manner. We can do this across three viewport breakpoints aka 'narrow', 'regular' and 'wide'. It is...

Describe your changes here. TBD Closes # (type the issue number after # if applicable; otherwise remove this line) ### Screenshots Please provide before/after screenshots for any visual changes ###...