Satbir Singh
3feb8a33e7
Api pane css fixes.
2020-02-12 08:23:50 +00:00
Satbir Singh
87fd118c91
Merge branch 'fix/dd' into 'release'
...
Fixed dropdown option delete issues.
See merge request theappsmith/internal-tools-client!289
2020-02-11 11:03:10 +00:00
Satbir Singh
82992e3f96
Fixed dropdown option delete issues.
2020-02-11 11:03:10 +00:00
Satbir Singh
b709272cec
Merge branch 'feature/refactor-widgetid' into 'release'
...
Updating meta & widget properties does not need widgetid
See merge request theappsmith/internal-tools-client!290
2020-02-11 10:20:47 +00:00
Satbir
8b807f8d29
Updating meta & widget property not need widgetid
2020-02-11 15:43:06 +05:30
Abhinav Jha
6ec12bf772
Merge branch 'fix/widget-visibility' into 'release'
...
Widget visibility
See merge request theappsmith/internal-tools-client!287
2020-02-11 09:56:21 +00:00
Abhinav Jha
870961650a
Widget visibility
2020-02-11 09:56:21 +00:00
Satbir Singh
081d7072f1
Merge branch 'feature/pagintion-enhancements' into 'release'
...
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
2020-02-07 11:34:57 +00:00
Satbir Singh
24bca16cf6
Pagination enhancements.
2020-02-07 11:34:57 +00:00
Satbir Singh
a44e59e677
Merge branch 'feature/server-side-pagination' into 'release'
...
Feature/server side pagination
See merge request theappsmith/internal-tools-client!281
2020-02-07 02:32:52 +00:00
Satbir Singh
84d35aced6
Feature/server side pagination
2020-02-07 02:32:52 +00:00
Abhinav Jha
b3bbf433bf
Merge branch 'fix/P0-dragging-animation' into 'release'
...
Dropzone fixes
See merge request theappsmith/internal-tools-client!285
2020-02-06 07:22:03 +00:00
Abhinav Jha
04162f3126
Dropzone does not fly from far way when dragging for the first time. Friction is lower and tension is higher for more responsive spring animation.
2020-02-06 12:44:43 +05:30
Abhinav Jha
ca88aeb2f8
Merge branch 'fix/widget-intent-styles' into 'release'
...
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
2020-02-06 07:01:25 +00:00
Abhinav Jha
f787e18bb5
Widget Styles
2020-02-06 07:01:25 +00:00
Abhinav Jha
2a03ab8a83
Merge branch 'fix/P0-login-disabled' into 'release'
...
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
2020-02-06 06:59:18 +00:00
Abhinav Jha
7a150c8c1b
Fix issue where login button is disabled despite having creds autofilled by chrome.
2020-02-06 12:18:32 +05:30
Abhinav Jha
e2ceaed1db
Merge branch 'fix/delete-app-order' into 'release'
...
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
2020-02-05 07:00:54 +00:00
Hetu Nandu
a425e086f5
Merge branch 'fix/codemirror-json-input' into 'release'
...
Auto close brackets in dynamic input
See merge request theappsmith/internal-tools-client!280
2020-02-04 10:48:47 +00:00
Hetu Nandu
9164524449
autoclose brackets and default input
2020-02-04 16:10:55 +05:30
Hetu Nandu
20929a05f8
Merge branch 'fix/codemirror-json-input' into 'release'
...
Set autocomplete input value after initializing the editor
See merge request theappsmith/internal-tools-client!279
2020-02-04 10:17:53 +00:00
Hetu Nandu
043c082f8b
set value after initializing editor
2020-02-04 15:41:33 +05:30
Satbir Singh
3b87d207a2
Merge branch 'revert-47d6016f' into 'release'
...
Revert "Merge branch 'feature/server-side-pagination' into 'release'"
See merge request theappsmith/internal-tools-client!278
2020-02-04 09:49:20 +00:00
Satbir Singh
6987b392d7
Revert "Merge branch 'feature/server-side-pagination' into 'release'"
...
This reverts merge request !271
2020-02-04 09:41:12 +00:00
Satbir Singh
60726a69b5
Merge branch 'feature/server-side-pagination' into 'release'
...
Server side pagination
See merge request theappsmith/internal-tools-client!271
2020-02-04 08:59:47 +00:00
Satbir Singh
7edad01821
Server side pagination
2020-02-04 08:59:46 +00:00
Abhinav Jha
1dcdf8694f
Delete application after api response
2020-02-03 17:49:10 +05:30
Hetu Nandu
718aad5490
Merge branch 'fix/misc-issues' into 'release'
...
P0 fixes
See merge request theappsmith/internal-tools-client!276
2020-02-03 11:49:20 +00:00
Hetu Nandu
ef245c1c8d
P0 fixes
2020-02-03 11:49:20 +00:00
Abhinav Jha
e6a6442fa7
Merge branch 'feature/switch-org' into 'release'
...
Create and Switch Organizations
- Users should be able to switch to any organization in the organization dropdown
- Users should be able to create an organization from the organization dropdown
See merge request theappsmith/internal-tools-client!272
2020-02-03 10:37:03 +00:00
Abhinav Jha
ae13b079ec
Create and Switch Organizations
2020-02-03 10:37:03 +00:00
Hetu Nandu
e0aa13b35e
Merge branch 'fix/widget-loading' into 'release'
...
Fix components for widget update
See merge request theappsmith/internal-tools-client!275
2020-01-31 11:13:16 +00:00
Hetu Nandu
6c86253945
Fix components for widget update
2020-01-31 11:13:16 +00:00
Abhinav Jha
ce8841b37e
Merge branch 'fix/P1-issues' into 'release'
...
P1 issues
- Add invite users button to users page
- Stop breadcrumb from collapsing
- Org name is not editable
- debounce save pages
See merge request theappsmith/internal-tools-client!274
2020-01-31 10:46:43 +00:00
Abhinav Jha
235273d1e3
P1 issues
2020-01-31 10:46:43 +00:00
Hetu Nandu
7b5f94b181
Merge branch 'feature/refactor-widget-loading' into 'release'
...
Refactor Widget loading
See merge request theappsmith/internal-tools-client!270
2020-01-30 13:23:04 +00:00
Hetu Nandu
0dd25ba2ef
Refactor Widget loading
2020-01-30 13:23:04 +00:00
Hetu Nandu
97dbc156f0
Merge branch 'feature/new-page-load-actiion-structure' into 'release'
...
Page Load actions with dependencies
See merge request theappsmith/internal-tools-client!273
2020-01-30 10:55:38 +00:00
Hetu Nandu
b6898d4ef7
Page Load actions with dependencies
2020-01-30 10:55:37 +00:00
Nikhil Nandagopal
151ac1d55c
Merge branch 'fix/minor-ui-fixes' into 'release'
...
Minor UI Fixes
See merge request theappsmith/internal-tools-client!269
2020-01-28 12:53:58 +00:00
Abhinav Jha
120ef8b8a8
Invite users role dropdown size. Drag friction. icon button background
2020-01-28 18:18:00 +05:30
Nikhil Nandagopal
75edd7c85d
Merge branch 'fix/ui-fixes-2' into 'release'
...
Misc UI Fixes
See merge request theappsmith/internal-tools-client!268
2020-01-28 11:53:16 +00:00
Abhinav Jha
474f98f4fc
Misc UI Fixes
2020-01-28 17:16:04 +05:30
Nikhil Nandagopal
bab19f497f
Merge branch 'fix/dropzone-disappearance' into 'release'
...
Fix Dropzone
See merge request theappsmith/internal-tools-client!267
2020-01-28 11:22:54 +00:00
Abhinav Jha
c183b08561
Fix Dropzone
2020-01-28 11:22:54 +00:00
Nikhil Nandagopal
12403e6201
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into release
2020-01-28 13:59:49 +05:30
Nikhil Nandagopal
11a33f2119
Merge branch 'master' into release
...
# Conflicts:
# src/api/Api.tsx
# src/pages/common/CustomizedDropdown/OrgDropdownData.tsx
2020-01-28 13:58:11 +05:30
Nikhil Nandagopal
2597b630dd
Merge branch 'fix/ui-styles' into 'release'
...
Ad-hoc changes for ui styles.
See merge request theappsmith/internal-tools-client!264
2020-01-28 08:21:22 +00:00
Abhinav Jha
f92c233323
Ad-hoc changes for ui styles.
2020-01-28 08:21:22 +00:00
Abhinav Jha
08a7905bc3
Merge branch 'fix/page-redirection' into 'release'
...
Page Redirection. Sidenav Styles.
- Fix page redirection, so that the application loads the default page on editor and viewer.
- Fix sidenav icons to use the letter icon as in designs.
- Fix editableText input component.
See merge request theappsmith/internal-tools-client!265
2020-01-28 06:35:47 +00:00