akash-codemonk
akash-codemonk
## Description Hides the explorer menu on scroll Fixes #15474 Release https://user-images.githubusercontent.com/67054171/182078934-823e8f0a-1b31-4bb0-b5ae-2315bad4cb9d.mov Post fix https://user-images.githubusercontent.com/67054171/182078989-d1ee0942-bdcd-4b0b-9b86-7ca556b33bd0.mov ## Type of change - Bug fix (non-breaking change which fixes an issue) ## How...
> Pull Request Template > > Use this template to quickly create a well written pull request. Delete all quotes before creating the pull request. ## Description > Please include...
> Pull Request Template > > Use this template to quickly create a well written pull request. Delete all quotes before creating the pull request. ## Description > Please include...
## Description When the explorer is set to float it's css position value is set to `position: fixed`. With this position value it no longer respects the height of the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description When a template is imported. The app is reset to old url...
## Description Maintain focus of form control fields except in datasource forms. In addition we also add input focus to property pane fields. Fixes #17435 Code changes - Replace soft...
## Description Maintain datasource collapse state when switching back to the datasource. Media https://user-images.githubusercontent.com/67054171/205431635-5fe5e0d8-9300-4aee-91a5-dd752e74cb5b.mov Code changes - Converted to function component https://github.com/appsmithorg/appsmith/pull/17616/files#diff-89e98e43eef0256029d4abe1ec5c20be8963768e04fc72e2eca3a13ce1bf32faR53 to make use of useSelector hooks instead of...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description https://user-images.githubusercontent.com/67054171/204973411-f9b8704f-d36f-4617-b655-9eb0cfffebfa.mov ### Steps To Reproduce Modal appears for a second when switching...
## Description Fixes https://github.com/appsmithorg/appsmith/issues/18044 ## Type of change - New feature (non-breaking change which adds functionality) ## How Has This Been Tested? - Manual ### Test Plan ### Issues raised...
## Description Updated the onboarding app to make use of the newer table widget. Fixes https://github.com/appsmithorg/appsmith/issues/17560 Media Release which makes use of the old widget(old property pane) Updated app ##...