Palash Karia
Palash Karia
fixes weird zooming issues with google maps v3.32 API, based on the discussion here https://github.com/google-map-react/google-map-react/pull/580
Added a new field to KakapoResponse, ```options```, which is being passed on the ```window.Response(body, options)```. It can have ```statusText```, ```status``` (codes), and headers, and currently we are only passing headers....
Currently, if I use KakapoResponse and pass status code as 400 for eg, the promise doesn't resolve, it gets rejected. In my app, I use the rejection to show 'Internet...
## Description Fixes: https://github.com/appsmithorg/appsmith/issues/22455 Fixed by increase the max-width from 138px to 180px. #### PR fixes following issue(s): Fixes # (issue number): https://github.com/appsmithorg/appsmith/issues/22455 #### Type of change > Please delete...
### Scope & Purpose Currently, on settings and info tab, there's some async API calls made before the render can happen. Eg. (all this on a slow network, but can...
### Scope & Purpose *(Please describe the changes in this PR for reviewers, motivation, rationale - **mandatory**)* - [ ] :hankey: Bugfix - [ ] :pizza: New feature - [...
### Scope & Purpose Query spotlight search was not working with uppercase characters. Now it's been made case-insensitive - [x] :hankey: Bugfix ### Checklist - [x] Tests - [x] Manually...
### Scope & Purpose Use @arangodb/ui library for UI - [x] :hammer: Refactoring/simplification ### Checklist - [ ] :book: CHANGELOG entry made #### Related Information - [x] GitHub issue /...