Commit Graph

523 Commits

Author SHA1 Message Date
Satbir Singh
5489cd8fc9 Merge branch 'fix/col-actions' into 'release'
Minor fixes for column actions

See merge request theappsmith/internal-tools-client!258
2020-01-23 13:32:05 +00:00
Satbir Singh
7d18320c50 Minor fixes for column actions 2020-01-23 13:32:05 +00:00
Satbir Singh
b1015e7c0b Merge branch 'fix/page-sel-row' into 'release'
Fixing the selected row issue due to pagination

See merge request theappsmith/internal-tools-client!257
2020-01-23 12:15:11 +00:00
Satbir Singh
17b5b9d535 Fixing the selected row issue due to pagination 2020-01-23 12:15:11 +00:00
Abhinav Jha
37ed88c10d Merge branch 'fix/cleanup-for-deployment' into 'release'
Fix widgets for deployments

See merge request theappsmith/internal-tools-client!254
2020-01-23 11:20:49 +00:00
Satbir Singh
55f14212c8 Merge branch 'feature/col-actions' into 'release'
Column actions feature

See merge request theappsmith/internal-tools-client!253
2020-01-23 07:53:36 +00:00
Satbir Singh
2e97517779 Column actions feature 2020-01-23 07:53:36 +00:00
Abhinav Jha
da32a51722 Fix widget styles. Increase row height. 2020-01-21 18:18:42 +05:30
Hetu Nandu
075269e5b7 Merge branch 'fix/widget-boundaries-persist' into 'release'
Fix widget boundaries persist issue

- FIX for - Widget boundaries persisted after dropping a new widget

See merge request theappsmith/internal-tools-client!251
2020-01-21 07:14:47 +00:00
Abhinav Jha
861e5dd3c4 Fix widget boundaries persist issue 2020-01-21 07:14:47 +00:00
Abhinav Jha
0c6fda4890 Merge branch 'fix/widget-grid-min' into 'release'
Remove resize restrictions

See merge request theappsmith/internal-tools-client!249
2020-01-20 09:08:57 +00:00
Abhinav Jha
9fdeef1f67 Merge branch 'fix/new-widget-effects' into 'release'
New Widget drag effects

- Remove showPropertyPane, selectedWidget, focusedWidget, isDragging, isResizing, selectWidget, focusWidget from context
- Add the above to hooks and reducers.
- When dragging a new widget from the widget cards pane, widget boundaries show up
- When dragging a new widget from widget cards pane, the property pane closes.

See merge request theappsmith/internal-tools-client!247
2020-01-20 09:00:37 +00:00
Abhinav Jha
2b44c712e9 New Widget drag effects 2020-01-20 09:00:37 +00:00
Abhinav Jha
7ce1c8d06a Remove resize restrictions 2020-01-20 14:10:01 +05:30
Abhinav Jha
92075494f1 Merge branch 'fix/text-truncate' into 'release'
Applications Page and Text Widget Truncation

See merge request theappsmith/internal-tools-client!248
2020-01-20 08:07:00 +00:00
Abhinav Jha
aaf07ae583 Applications Page and Text Widget Truncation 2020-01-20 08:07:00 +00:00
Abhinav Jha
d960f5d70b Merge branch 'fix/misc-edge-case' into 'release'
Misc Fixes

- Change default button styles. 
- Change input widget focus styles. 
- Resize Restrictions
  - Containers cannot resize vertically when children are obstructing
  - All widgets will not resize below the rows and cols described in widget configs

See merge request theappsmith/internal-tools-client!246
2020-01-17 12:34:58 +00:00
Abhinav Jha
032e6bce61 Misc Fixes 2020-01-17 12:34:58 +00:00
Hetu Nandu
3408fc7c1c Merge branch 'feature/add-back-dervied-values' into 'release'
Add back derived properties

See merge request theappsmith/internal-tools-client!242
2020-01-17 09:28:27 +00:00
Hetu Nandu
cc50beb0a0 Add back derived properties 2020-01-17 09:28:26 +00:00
Hetu Nandu
17b642d085 Merge branch 'fix/dropzone-snapping-threshold' into 'release'
Dropzone Snapping - Fix

- Earlier, the container padding was not taken into account when snapping the dropzones, now it is.

See merge request theappsmith/internal-tools-client!245
2020-01-17 09:27:38 +00:00
Abhinav Jha
6329a357c7 Dropzone Snapping - Fix 2020-01-17 09:27:38 +00:00
Abhinav Jha
9552ecd079 Merge branch 'feature/grid-extension' into 'release'
Grid Extension

See merge request theappsmith/internal-tools-client!244
2020-01-16 11:46:21 +00:00
Abhinav Jha
99d660370d Cleanup
DragLayerComponent
2020-01-16 11:46:21 +00:00
Satbir Singh
af8b400c05 Merge branch 'hotfix/table_data' into 'release'
Hotfix/table data

See merge request theappsmith/internal-tools-client!243
2020-01-16 09:34:36 +00:00
Nikhil Nandagopal
05fab4b7a1 Hotfix/table data 2020-01-16 09:34:36 +00:00
Abhinav Jha
7baacfa22b Merge branch 'fix/popper-positioning' into 'release'
Misc Fixes

See merge request theappsmith/internal-tools-client!240
2020-01-15 04:49:36 +00:00
Abhinav Jha
536e19a568 Redirect /login to /user/login. Button widget hover style. popper now can show up on the widget cards pane. On publishing the same app opens up. Button widget card has corrected SVG. 2020-01-15 04:49:36 +00:00
Abhinav Jha
dc794f2a70 Merge branch 'fix/input-containment' into 'release'
Input Widget Containment

See merge request theappsmith/internal-tools-client!239
2020-01-14 09:50:42 +00:00
Abhinav Jha
c396bab877 Input Widget Containment 2020-01-14 09:50:42 +00:00
Abhinav Jha
ff01491fc9 Merge branch 'fix/truncate-text' into 'release'
Fix button and text widgets.

See merge request theappsmith/internal-tools-client!238
2020-01-14 09:48:01 +00:00
Abhinav Jha
94e0d62ec0 Fix button and text widgets. 2020-01-14 09:48:01 +00:00
Abhinav Jha
3274081edf Merge branch 'fix/invite-users' into 'release'
Fix - Invite Users

See merge request theappsmith/internal-tools-client!237
2020-01-14 09:47:45 +00:00
Abhinav Jha
2e8f5a982f Fix - Invite Users 2020-01-14 09:47:45 +00:00
Hetu Nandu
a74045b92e Merge branch 'fix/lingering-dropdown-value' into 'release'
Fixes lingering dropdown value on api change

See merge request theappsmith/internal-tools-client!229
2020-01-14 09:32:25 +00:00
Satbir Singh
c69238bf5c Merge branch 'fix/table-resize' into 'release'
Table resizes on widget resize.

See merge request theappsmith/internal-tools-client!232
2020-01-13 11:18:13 +00:00
Satbir Singh
22479f786f Table resizes on widget resize. 2020-01-13 11:18:13 +00:00
Abhinav Jha
85a12c1b21 Merge branch 'feature/ab-test-branches' into 'release'
A/B test branches

See merge request theappsmith/internal-tools-client!235
2020-01-10 12:27:40 +00:00
Abhinav Jha
70d0c9d048 A/B test branches 2020-01-10 17:52:45 +05:30
Abhinav Jha
aae19a487c Merge branch 'fix/patch-fix-widget-drag' into 'release'
Fix widget drag issue

See merge request theappsmith/internal-tools-client!234
2020-01-10 12:19:35 +00:00
Abhinav Jha
92b9ca664f Fix widget drag issue 2020-01-10 17:45:54 +05:30
Satbir Singh
b3ab234e8f Merge branch 'feature/resize-reorder' into 'release'
Column resize reorder and hiding columns

Any widget is able to disable drag by calling a function.

See merge request theappsmith/internal-tools-client!230
2020-01-09 11:39:26 +00:00
Satbir Singh
f9b7777828 Column resize reorder and hiding columns 2020-01-09 11:39:26 +00:00
Hetu Nandu
11da2d430a fixed 2020-01-08 19:41:02 +05:30
Abhinav Jha
22b3a50e6c Merge branch 'fix/widget-boundaries' into 'release'
Widget boundaries

See merge request theappsmith/internal-tools-client!225
2020-01-08 13:46:16 +00:00
Hetu Nandu
aabc01d5e4 Merge branch 'fix/text-widget-auto-html' into 'release'
Automatically render html, links, and email links in text widget

See merge request theappsmith/internal-tools-client!228
2020-01-08 13:08:30 +00:00
Satbir Singh
f34c3b20c7 Merge branch 'feature/table-func-comp' into 'release'
Changed TableComponent from class to function

See merge request theappsmith/internal-tools-client!223
2020-01-08 12:53:26 +00:00
Satbir Singh
7379e4ac5d Changed TableComponent from class to function 2020-01-08 12:53:26 +00:00
Hetu Nandu
a0052922dd safe html and link support 2020-01-08 18:00:16 +05:30
Hetu Nandu
b940fedaf1 Merge branch 'fix/unescape-string-before-eval' into 'release'
Unescape strings before eval

Fixes the issue where some escaped string is not being able to eval

See merge request theappsmith/internal-tools-client!227
2020-01-08 10:57:41 +00:00