Commit Graph

533 Commits

Author SHA1 Message Date
Abhinav Jha
a3d85b8b3a Merge branch 'fix/ui-styles-1' into 'release'
Property Pane UI Styles

- Fix Property Pane styles

See merge request theappsmith/internal-tools-client!263
2020-01-27 11:39:27 +00:00
Abhinav Jha
70090ab392 Property Pane UI Styles 2020-01-27 11:39:27 +00:00
Abhinav Jha
861ef5eec9 Merge branch 'fix/page-creation' into 'release'
Page Management

Manage Pages
============
- Users can select page from the editor's header
- Users can manage pages by clicking on the editor header's page selection dropdown
- Page management is now a sidebar
- Page management has a new entry in the navigation bar
- Pages are listed in the page management sidebar
- Users can add a page by clicking on the add page button in the page management sidebar
- Users will see a default page name available and selected, ready for modification when clicking on the add page button
- Users will be shown a loading indicator when a page is being created
- Users will automatically navigate to the newly created page
- Users will be able to update the name of pages by double clicking on the page entry in the page sidebar page list
- Users will see the "home" page marked with an appropriate icon
- Pages which are not the home page will be marked with a generic icon
- Selecting a page in the sidebar will open the particular page.
- Users can set a page as the homepage from the context menu in the page list item.


Other Changes
=============
- The organization dropdown has the following fixes
  - Clicking on any part of the dropdown option will trigger the action of the option
  - Clicking on inactive entries in the dropdown will not close the dropdown
  - The hard coded "2 projects" has been removed.
  - Users can delete an application by clicking on the delete option in the context menu of the application card

See merge request theappsmith/internal-tools-client!259
2020-01-27 08:24:58 +00:00
Abhinav Jha
156565c65e Page Management 2020-01-27 08:24:58 +00:00
Nikhil Nandagopal
378e66f12e Merge branch 'fix/single-click-propertypane' into 'release'
Remove double click, add single click to property pane.

See merge request theappsmith/internal-tools-client!261
2020-01-24 10:44:16 +00:00
Abhinav Jha
b1b5f5c669 Remove double click, add single click to property pane. 2020-01-24 10:44:15 +00:00
Hetu Nandu
f231bcb961 Merge branch 'feature/api-page-association' into 'release'
Api page association

See merge request theappsmith/internal-tools-client!250
2020-01-24 09:54:40 +00:00
Hetu Nandu
729599009a Api page association 2020-01-24 09:54:40 +00:00
Nikhil Nandagopal
14a6017d8c Merge branch 'fix/published-page-parsing-issue' into 'release'
Fix issue with published page rendering

See merge request theappsmith/internal-tools-client!252
2020-01-24 07:58:47 +00:00
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
324896a660 fix published page isse 2020-01-21 13:58:21 +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