Feature - update widget name
- Users can update a widget's name from the property pane
- Widget Name edit field works just like the page name edit field.
- Any special characters outside of a-z, A-Z, 0-9 and _ are converted automatically to _ when updating the widget name
- Users will find the new widget name updated in all dynamic bindings after updating the widget name.
- Users will see a spinner beside the widget name in the property pane while the widget name is being updated.
- Users will see an error toast notification if the widget name already exists.
See merge request theappsmith/internal-tools-client!299
Delete Page
- Remove deleted page from list.
- Disable setting a page as default when it is already the default.
- Throw error when deleting the homepage.
See merge request theappsmith/internal-tools-client!305
Fix api pane fixes
- Fix Api Run button not going in loading state
- Fix Api onSuccess and onError not being called
See merge request theappsmith/internal-tools-client!294
Transparent Canvas - Template 1
- Add default template to use when creating a new page
- Fix property pane status before and after drag/resize
- Make Canvas transparent
- Canvas width is 90% of viewport - sidebar.
See merge request theappsmith/internal-tools-client!293
Pagination enhancements.
* Updated pagination text
* Added a Blueprint CallOut to Pagination text
* Server side pagination has to be explicitly enabled in Table widget
Dev notes:
Removed paginatedWidgets from the context.
See merge request theappsmith/internal-tools-client!286
Widget Styles
- Fix Dropdown widget styles.
- Change Input widget to TextArea widget when type === Text and number of rows is more than 1
- Fix radio group widget styles
- Fix checkbox widget styles
See merge request theappsmith/internal-tools-client!283
Fix issue where login button is disabled despite having creds autofilled by chrome.
Fix issue where login button is disabled despite having creds autofilled by chrome.
See merge request theappsmith/internal-tools-client!284
Delete application after api response
- When user clicks on delete application -show toast
- When delete api response returns, remove toast as well as application card.
See merge request theappsmith/internal-tools-client!277