Fix api pane performance
- Fix duplicate name error for edited api name
- Debounce draft updates
- Reduce dynamic binding list update
See merge request theappsmith/internal-tools-client!714
Datasouces and query fixes
- Show plugin icons in query sidebar and dropdown
- Collapse all sections except the first one in datasources form
- Collapse from second depth in query mongo response UI.
See merge request theappsmith/internal-tools-client!694
- Show plugin icons in query sidebar and dropdown
- Collapse all sections except the first one in datasources form
- Collapse from second depth in query mongo response UI.
Evaluated value bug fixes
- Show evaluated value for action creator text fields (message and url)
- Fix evaluated value crashing for chart data control
See merge request theappsmith/internal-tools-client!709
Add pagination Cypress tests
This adds tests for server-side pagination in a table.
Pagination via table pageNo and by responseUrl are covered in this scenario.
See merge request theappsmith/internal-tools-client!693
Adding sorry-cypress integration to ensure Cypress parallelization without the Cypress dashboard
Using the open source project sorry-cypress, we get the benefits of test parallelization without having to pay Cypress for the test recordings. This server is hosted on Heroku at this moment.
See merge request theappsmith/internal-tools-client!703
- show organization title in invite form
- show form when clicking on share in dropdown
- show org name in org settings page
- remove the deleted application from the UI when delete is successful
- fix role update in user list table
Query pane evaluated value
- Use `body` field of query action configuration
- Show evaluated value of a query field
- Update failing test
See merge request theappsmith/internal-tools-client!697
Update modal
- Manage users redirect to manage user page
- Invite button display loader on load
- Invite form reset on success
- Invite form display success message when form submission is successful
See merge request theappsmith/internal-tools-client!698