Tanvi Bhakta
Tanvi Bhakta
The field names of all Hindi pages that have infoboxes are being returned in English. The Hindi Wikipedia, as well as the official REST API, have these field names written...
Hello, We noticed that lists on pages like [Hindi Mangalyaan](https://hi.wikipedia.org/wiki/%E0%A4%AE%E0%A4%82%E0%A4%97%E0%A4%B2%E0%A4%AF%E0%A4%BE%E0%A4%A8#%E0%A4%AE%E0%A4%BF%E0%A4%B6%E0%A4%A8_%E0%A4%95%E0%A5%87_%E0%A4%89%E0%A4%A6%E0%A5%8D%E0%A4%A6%E0%A5%87%E0%A4%B6%E0%A5%8D%E0%A4%AF) appear like this:  ie in the first heading, all except the last...
Import changes for - Toggle - fixes https://github.com/appsmithorg/appsmith/issues/15721 - Menu - fixes https://github.com/appsmithorg/appsmith/issues/15723 - Spinner - fixes https://github.com/appsmithorg/appsmith/issues/15724 - Radio - fixes https://github.com/appsmithorg/appsmith/issues/15730 - tree dropdown - fixes https://github.com/appsmithorg/appsmith/issues/15726 -...
## Description This PR migrates the SearchSnippet component into the ads, and leaves the redux responsibilities with the parent. Closes #16884 ## Type of change - New feature (non-breaking change...
## Description Refactor `Group` component so it can pass the appropriate prop to CalloutV2. Fixes https://github.com/appsmithorg/appsmith/issues/16624 ## Type of change - New feature (non-breaking change which adds functionality) ## How...
## Description Changes the API of UneditableField as part of the effort to decouple redux from ads components Fixes #16545 ## Type of change - New feature (non-breaking change which...
## Description This PR applies the fix for #17645 via [this PR](https://github.com/appsmithorg/design-system/pull/229) onto this repository ## Type of change - Bug fix (non-breaking change which fixes an issue) ## How...
## Description Import variables that are commonly used both in the design system and in the core repository from the design-system in order to prevent duplication of code and maintain...
Steps to reproduce: 1. Clone this project 2. Install all dependencies 3. `gatsby develop` gives an error related to hooks. I don't know how to go about fixing this issue...