Commit Graph

967 Commits

Author SHA1 Message Date
Hetu Nandu
4f6fc40617 Merge branch 'fix/input-validation-logic' into 'release'
Fix input dirty check validation

See merge request theappsmith/internal-tools-client!359
2020-03-06 14:33:06 +00:00
Hetu Nandu
bed2c6da07 fix input validation with dirty check 2020-03-06 19:59:10 +05:30
Hetu Nandu
991659f186 Merge branch 'fix/disabledefaultClickform' into 'release'
Update widget config: Disable default click for form widget

See merge request theappsmith/internal-tools-client!358
2020-03-06 14:14:50 +00:00
Hetu Nandu
284ce8580c added config 2020-03-06 19:35:24 +05:30
Satbir Singh
579fa24519 Merge branch 'release' into 'master'
Release to master

See merge request theappsmith/internal-tools-client!352
2020-03-06 14:02:21 +00:00
Abhinav Jha
4c6f285844 Merge branch 'fix/collision-calculations' into 'release'
Fix issue where the dropzone was mistakenly colored as colliding.

See merge request theappsmith/internal-tools-client!356
2020-03-06 11:08:20 +00:00
Abhinav Jha
173813b6fc Fix issue where the dropzone was mistakenly colored as colliding. 2020-03-06 16:11:46 +05:30
Satbir Singh
0836e9e1cc Merge branch 'fix/app-header' into 'release'
Fixing the application header issue.

See merge request theappsmith/internal-tools-client!355
2020-03-06 10:25:27 +00:00
Satbir Singh
a260b9f621 Fixing the application header issue. 2020-03-06 15:45:26 +05:30
Hetu Nandu
7360387281 Merge branch 'feature/form-widget' into 'release'
Form Widget

See merge request theappsmith/internal-tools-client!336
2020-03-06 09:45:21 +00:00
Hetu Nandu
d9dee9b16d Form Widget 2020-03-06 09:45:21 +00:00
Nikhil Nandagopal
eef83cb482 Merge branch 'feature/file-picker' into 'release'
file picker fixes

See merge request theappsmith/internal-tools-client!354
2020-03-06 09:41:13 +00:00
Abhinav Jha
5e662d1bfc Merge branch 'fix/P0-issues-4-single-click' into 'release'
Fix/p0 issues 4 single click

- Fix invite users issue where selecting the roles dropdown used to cause a page reload.
- Remove DropTargetMask Component. Use DragLayerComponent to render Grids
- Fix canvas width to 1224px
- Fix n-1 page save issue. This issue caused the previous state of the canvas to be saved. Resulting in the latest changes not being reflected in the published view and on reload
- Remove Roboto font. It is not being used, however, was being downloaded
- Increase the min bottom row offset for the main container to 5.

See merge request theappsmith/internal-tools-client!353
2020-03-06 09:33:20 +00:00
Abhinav Jha
e3d63f0b22 Remove roboto font. Change the property pane toggling mechanism. Increase max bottom row offset for main container from 2 to 5. Fix padding and offsets for the widget border component, resize handles. 2020-03-06 09:33:20 +00:00
Nikhil Nandagopal
f945236b88 Merge branch 'release' into feature/file-picker 2020-03-06 14:51:24 +05:30
Nikhil Nandagopal
0e98e4738a file picker fixes 2020-03-06 14:50:18 +05:30
Satbir Singh
e28637b1e3 Merge branch 'feature/analytics-staging' into 'release'
Separating segment for production and staging.

See merge request theappsmith/internal-tools-client!350
2020-03-06 08:14:59 +00:00
Satbir Singh
4c392c9c92 Separating segment for production and staging. 2020-03-06 08:14:59 +00:00
Satbir Singh
02a01c700a Merge branch 'fix/login-struct-change' into 'release'
Updating login structure as per backend

See merge request theappsmith/internal-tools-client!351
2020-03-06 06:54:44 +00:00
Satbir Singh
c2dcc435dc Updating login structure as per backend 2020-03-06 06:54:44 +00:00
Satbir Singh
8c13eafde3 Merge branch 'feature/rem-events' into 'release'
More events

See merge request theappsmith/internal-tools-client!346
2020-03-06 04:59:24 +00:00
Satbir Singh
0b9a0cc6ab More events 2020-03-06 04:59:24 +00:00
Hetu Nandu
8654a87eea Merge branch 'fix/disparity-in-styles' into 'release'
Fix disparity in the styles of local and release builds.

See merge request theappsmith/internal-tools-client!347
2020-03-05 09:33:39 +00:00
Satbir Singh
5e912d23cc Merge branch 'fix/build' into 'release'
No sentry source maps uploaded on local build.

See merge request theappsmith/internal-tools-client!348
2020-03-05 09:17:11 +00:00
Satbir Singh
b9dfd0e71e No sentry source maps uploaded on local build. 2020-03-05 09:17:10 +00:00
Abhinav Jha
8b6eabd771 Fix disparity in the styles of local and release builds. 2020-03-05 14:11:32 +05:30
Abhinav Jha
6edd3edf66 Merge branch 'fix/remove-page.min-js' into 'release'
Remove the troublemaking page.min.js

See merge request theappsmith/internal-tools-client!343
2020-03-04 10:43:19 +00:00
Abhinav Jha
e995b90151 Remove the troublemaking page.min.js 2020-03-04 16:07:00 +05:30
Abhinav Jha
8068528870 Merge branch 'fix/P0-issues-2' into 'release'
Fix - P0 issues

- Property pane does not toggle for the containers when dragging/resizing a widget within the container
- Property pane stays in the same state(open/closed) before and after drag/resize
- Changing the UI reducers does not re-evaluate the datatree
- Focus event does not trigger when moving the mouse out of the boundaries of a widget.
- When the user clicks outside the canvas, the widget focus and selection is reset.

See merge request theappsmith/internal-tools-client!340
2020-03-04 08:10:40 +00:00
Abhinav Jha
37c96ab839 Fix - P0 issues 2020-03-04 08:10:40 +00:00
Satbir Singh
6a319523d9 Merge branch 'fix/build' into 'release'
Removing sourcemaps after upload.

See merge request theappsmith/internal-tools-client!341
2020-03-04 07:13:38 +00:00
Satbir Singh
49d3ec055a Removing sourcemaps after upload. 2020-03-04 07:13:38 +00:00
Satbir Singh
79c31ac6ca Merge branch 'feature/events' into 'release'
Feature/events

See merge request theappsmith/internal-tools-client!337
2020-03-03 07:02:54 +00:00
Satbir Singh
d6d6d4b40d Feature/events 2020-03-03 07:02:53 +00:00
Hetu Nandu
a5568087ad Merge branch 'fix/code-editor' into 'release'
Critical fixes

See merge request theappsmith/internal-tools-client!338
2020-03-03 06:51:59 +00:00
Hetu Nandu
ce0f3b933a Critical fixes 2020-03-03 06:51:59 +00:00
Satbir Singh
d19ae18e89 Merge branch 'feature/sentry' into 'release'
Sentry sourcemaps

See merge request theappsmith/internal-tools-client!330
2020-02-27 11:25:55 +00:00
Satbir Singh
a188d6080a Sentry sourcemaps 2020-02-27 11:25:55 +00:00
Abhinav Jha
33b48d502e Merge branch 'fix/storybook2' into 'release'
Storybook

Add stories for Form Message and Button Components

See merge request theappsmith/internal-tools-client!331
2020-02-27 08:37:30 +00:00
Abhinav Jha
66f582d519 Storybook 2020-02-27 08:37:30 +00:00
Abhinav Jha
bfa282298a Merge branch 'fix/propertypane-errorhandler' into 'release'
Fix Property pane errors

Fix propertypane invalid control error

See merge request theappsmith/internal-tools-client!332
2020-02-27 07:38:33 +00:00
Abhinav Jha
68858104c1 Fix propertypane invalid control error 2020-02-27 12:44:32 +05:30
Abhinav Jha
7d90b3097c Merge branch 'fix/auth-forms-styles' into 'release'
Fix user auth forms styles.

- New Text input field with design adherent errors.
- New Form message for the whole app

See merge request theappsmith/internal-tools-client!325
2020-02-27 04:04:59 +00:00
Abhinav Jha
4d68e9a167 Remove unused variables. Remove missed console.log statement. 2020-02-27 09:29:28 +05:30
Abhinav Jha
f28c2512e1 Merge branch 'testing/test-classes-flow-2' into 'release'
Add classes to property controls

See merge request theappsmith/internal-tools-client!326
2020-02-27 03:56:30 +00:00
Abhinav Jha
7e48cfa70a Add classes to property controls 2020-02-27 03:56:30 +00:00
Abhinav Jha
44848d33cf Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into fix/auth-forms-styles 2020-02-27 09:25:04 +05:30
Satbir Singh
f5dc4b5fe1 Merge branch 'fix/sel-row' into 'release'
selectedRow fixes

See merge request theappsmith/internal-tools-client!328
2020-02-27 03:05:14 +00:00
Satbir Singh
e74cda816b selectedRow fixes 2020-02-27 03:05:14 +00:00
Hetu Nandu
6db42ddca5 Merge branch 'feature/property-pane-convert-to-dynamic' into 'release'
Property Pane - Convert control to dynamic

See merge request theappsmith/internal-tools-client!311
2020-02-26 12:44:57 +00:00