vicky-primathon
4f47a8ad3f
Feature/table ui download data ( #52 )
...
* Created header for common functionalities in Table Widget
* Client side searching added in Table Widget. Action created for server side searching also.
* Columns visibility feature initial commit
* Column visibility list added in Table Widget
* Changed pagination designs in accordance with new layout. This enable user to jump page as well.
* Using colors values from constants
* Table widget pagination, numeric input page number clamped between 1 and total pages
* Adding tool tip to truncated values in table widget. Added AutoToolTipComponent that adds tooltip when text is truncated.
* Table data download changes. Added downlaod icon and button to table widget.
* Table data download changes
* Download table data as CSV implemented
* table data download, unused code removed
* Code review changes
* code review changes
Co-authored-by: Arpit Mohan <me@arpitmohan.com>
2020-07-20 11:34:05 +05:30
Nikhil Nandagopal
70c4dd5964
Fix/deploy script ( #111 )
...
* Added information to setup domain
* Fixed incorrect var reference
* Updated documentation message
* Updated env template
* updated template
* removed debug echo
* Updated Script
* Updated Text
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-07-17 15:29:28 +05:30
vicky-primathon
290bb8d57c
Table UI breakages on scroll and empty cells fixed ( #60 )
...
* Added Button component in Table widget for actions
* Action button state loading added for Table widget
* Action button font-weight made as normal
* Table button loading state fixed. Table code refactored, rendering from props instead of state in ReactTableComponent
* Table widget action button alignment fixed
* Handled actions column changes
* added proper keys to useMemo for react table widget
* Code refactors and added dependency map with meta props and table data for computing columns
* Table UI breakages on scroll and empty cells fixed
* Handled empty rows in table widget
* Fixed last row cut issue
* Code review changes
* Added table widget component heights as enum
Co-authored-by: Arpit Mohan <me@arpitmohan.com>
2020-07-16 16:09:07 +05:30
vicky-primathon
7114936554
Fix/action btn loading in table widget ( #28 )
...
* Added Button component in Table widget for actions
* Action button state loading added for Table widget
* Action button font-weight made as normal
* Table button loading state fixed. Table code refactored, rendering from props instead of state in ReactTableComponent
* Table widget action button alignment fixed
* Handled actions column changes
* added proper keys to useMemo for react table widget
* Code refactors and added dependency map with meta props and table data for computing columns
* RenameColumnHeader function renamed to TableHeaderCell
Co-authored-by: Arpit Mohan <me@arpitmohan.com>
2020-07-14 13:25:46 +05:30
Abhinav Jha
5ec134eae7
Use Google Maps API key from configs ( #76 )
2020-07-10 13:05:27 +05:30
Abhinav Jha
94b28311c6
Use injected configuration from Nginx at runtime instead of build time ( #30 )
...
* Use envsubst and nginx templates to generate nginx configs which can substitute environment variables and inject into the index.html file
* Fix path in dockerfile. Add .gitignore and .env.example files. Fix nginx-linux template.
* Add all environment variables. Add prefix to all environment variables. Update scripts to attempt to substitute all environment variables with the prefix
* Setup dockerfile to execute a bash script. use env.example for fetching environment variables in development
* Toggle features based on injected configs. Fix nginx template substitution script.
* Update env.example file
* Remove debug code from start-nginx.sh
* Fix nginx config templates by adding quotes by default. Fix sed regex to include numerals. Toggle social login buttons on Login page based on the config.
* Update rapid api environment variable name. Toggle oauth buttons based on config in SignUp page. Update .env.example to be a union of server and client environment variables
* Adding a Map disabled message on Map widget
* Adding links to Privacy policy and TNC
* Use REACT_APP_ env variables with higher priority over injected config variables for toggling features
* Update netlify.toml by commenting out the build environment variables
* Remove env variables not required by the client
* Remove start-storybook entry from package.json
* Fix netlify.toml. Fallback algolia configs
* Add contexts to netlify.toml for successful deploys. Swith to using APPSMITH_MARKETPLACE_URL as the toggle for RapidAPI feature on the client. Remove comments in nginx config templates. Fix template used in dockerfile.
Co-authored-by: Satbir Singh <apple@apples-MacBook-Pro.local>
Co-authored-by: Satbir Singh <satbir121@gmail.com>
2020-07-07 15:52:17 +05:30
vicky-primathon
1e67ea21c0
Widget on error action binding ( #22 )
...
Changes to fix the the UI/functionality breaking in widget action selectors when the onError action is configured first for an api or a query type action. Remove validation widget action selectors.
2020-07-06 13:46:42 +05:30
vicky-primathon
49ff42ea72
Feature/table ui update search ( #13 )
...
* Created header for common functionalities in Table Widget
* Client side searching added in Table Widget. Action created for server side searching also.
* added onSearch to getTriggerPropertyMap
* debouncing search fixed
* Client side search key made as case insensitive and property of table search value names as searchKey
* Removed unused function form SearchComponent
* Feature/table ui update column visibility (#14 )
* Columns visibility feature initial commit
* Column visibility list added in Table Widget
* Colors used from constants
Co-authored-by: Arpit Mohan <me@arpitmohan.com>
Co-authored-by: Arpit Mohan <me@arpitmohan.com>
2020-07-03 13:56:04 +05:30
vicky-primathon
5df9395003
Created header for common functionalities in Table Widget ( #12 )
...
Co-authored-by: Arpit Mohan <me@arpitmohan.com>
2020-07-02 11:56:01 +05:30
Satbir Singh
f55357029c
Removed syncfusion completely.
2020-06-29 09:10:19 +00:00
Hetu Nandu
fb65b204a8
JSON stringify fixes
2020-06-25 10:04:57 +00:00
Satbir Singh
e2a30da1c3
Merge branch 'master' into 'release'
...
Backmerge master to release.
See merge request theappsmith/internal-tools-client!754
2020-06-18 16:24:21 +00:00
Hetu Nandu
549b9ba0ad
Fix dropdown default value issue
2020-06-18 16:30:05 +05:30
Abhinav Jha
fdd826d929
Remove console warnings like react hook dependency warnings and unused vars
2020-06-17 19:23:01 +05:30
Vicky Bansal
5643a53c9f
Fixing table bugs
2020-06-16 07:37:39 +00:00
Nikhil Nandagopal
05bb520479
Merge branch 'release' into fix/form
2020-06-10 17:50:39 +05:30
Nikhil Nandagopal
2df86b79e9
fixed type def
...
resolved mr comments
2020-06-09 18:40:42 +05:30
Nikhil Nandagopal
9becaa9a9f
made form data visible at the top level
2020-06-09 17:34:38 +05:30
Nikhil Nandagopal
8501ebe670
added date format to date picker
2020-06-09 14:14:13 +05:30
Nikhil Nandagopal
8b0258b4b9
Merge branch 'release' into fix/bugs
...
# Conflicts:
# src/pages/Editor/APIEditor/PostBodyData.tsx
2020-06-08 17:13:03 +05:30
Nikhil Nandagopal
b84384fa99
fixed filepicker not closing
2020-06-08 16:59:20 +05:30
Nikhil Nandagopal
dff9c60f9f
fixed resize handles size
...
fixed body for url encoded form data
added defaults for dropdown and radio widget
added multipart type but hid it till we figure out logic
allowed number to be added to defaults of widgets
2020-06-08 16:39:13 +05:30
Hetu Nandu
e401844014
Fix Chart series data
2020-06-05 16:20:23 +00:00
Hetu Nandu
d9540f8927
Evaluated value popup
2020-06-04 13:49:22 +00:00
Satbir Singh
3b729bc470
Merge branch 'fix/react-table-widget' into 'release'
...
Fix/react table widget
See merge request theappsmith/internal-tools-client!599
2020-06-03 10:50:10 +00:00
Vicky Bansal
c2efa63eba
Fix/react table widget
2020-06-03 10:50:10 +00:00
Hetu Nandu
973af1c5e7
Single series chart data
2020-06-02 11:27:24 +00:00
Hetu Nandu
2fb29290f1
Merge branch 'fix/chart-data-validation' into 'release'
...
Chart validations, Tabs add new tab issue fix
* Chart validation fixes
* Tab widget, adding new tab will display the same inside pane configurations
See merge request theappsmith/internal-tools-client!574
2020-05-29 06:07:56 +00:00
Vicky Bansal
747c3d5d8b
Chart validations, Tabs add new tab issue fix
2020-05-29 06:07:56 +00:00
Satbir Singh
830184dda0
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into fix/tweaks
2020-05-28 14:29:34 +05:30
Nikhil Nandagopal
3211b8c915
minor text changes
2020-05-25 15:02:01 +05:30
Satbir Singh
2aa6a91826
Same locators for widgets in publish and edit view
2020-05-21 11:45:12 +05:30
Satbir Singh
5a06911b2f
Adding aligment property to TextWidget
2020-05-11 19:49:58 +05:30
Vicky Bansal
fc5f417923
Fix/map issues
2020-05-07 10:51:37 +00:00
Abhinav Jha
2493c12d62
Merge branch 'fix/map-tab-issues' into 'release'
...
Fix/map tab issues
* Chart widget property pane "Add data" renamed to "Add Series"
* Tabs widgets, display adding tabs in pane configurations
* Clicking Pick my location will not trigger onMarkerCreated action
* Added generateClassName in tabs widget
* Date picker flicker time after selection issue fix
See merge request theappsmith/internal-tools-client!493
2020-04-29 10:29:02 +00:00
Vicky Bansal
1f9294b608
Fix/map tab issues
2020-04-29 10:29:02 +00:00
Satbir Singh
275518da4c
Fixing table scroll on load issue.
2020-04-29 05:13:02 +00:00
Hetu Nandu
91783b840c
Fix minor data tree issues
2020-04-27 07:31:04 +00:00
Hetu Nandu
b346969465
fixed date picker default value down to the ms
...
fixed sharing of cachedDependency values
2020-04-23 14:57:37 +00:00
Hetu Nandu
d36092c089
Fix Date widget default date
2020-04-23 06:12:13 +00:00
Hetu Nandu
85f57e350f
Api pane creation fixes
2020-04-22 09:15:24 +00:00
Hetu Nandu
2f5a3104f1
Fix radio widget default value and Post api save error
2020-04-21 07:54:23 +00:00
Satbir Singh
a2086d2b5f
Action selector refactor
2020-04-20 05:42:46 +00:00
Hetu Nandu
a266472e4e
Fix batched action execution
2020-04-17 16:15:09 +00:00
Abhinav Jha
b5a4e231d7
Remove tinymce external dependency
2020-04-17 10:29:43 +05:30
Abhinav Jha
87b1554e10
Move Registration to application editor
2020-04-16 17:26:36 +05:30
Abhinav Jha
0b87848baf
Add basic skeleton for widget loading
2020-04-16 14:02:58 +05:30
Abhinav Jha
b0b3746367
Revert lazy loading filepicker component
2020-04-16 12:26:43 +05:30
Abhinav Jha
c9f285242c
Lazy load fusioncharts, richtext and syncfusion.
2020-04-15 17:45:12 +05:30
Nikhil Nandagopal
739ba35dc1
Feature/widgets
2020-04-15 11:42:11 +00:00
Satbir Singh
42d82b6045
Row highlight _color
2020-04-15 09:03:35 +00:00
Abhinav Jha
d16a56b3c9
Table Features
2020-04-14 13:34:46 +00:00
Abhinav Jha
27804d6ec6
DRY property control creation. Generate ids for property pane config on the client. Add Multi switch control. Add Icon Widget (WIP). Enable blueprint based actions.
2020-04-14 05:35:16 +00:00
Satbir Singh
b622f2898d
Added validation for isVisible in chart widget.
2020-04-13 08:55:01 +00:00
Hetu Nandu
0beb6bc5ca
Batched redux update
2020-04-13 08:24:13 +00:00
Nikhil Nandagopal
1a1c703126
added fast get eval with a debounce.
...
added cache dependency creation but doesn't work
2020-04-10 08:48:00 +00:00
Abhinav Jha
5ffb233036
Add classnames to modal selector dropdown, modal close button and modal.
2020-04-03 14:06:02 +05:30
Satbir Singh
a32536bc04
Default image and Image were both visible in ImageComponent
2020-04-03 04:48:40 +00:00
Satbir Singh
c8f3548065
Adding validation for regex.
2020-04-03 08:12:45 +05:30
Satbir Singh
2634215765
Filterable select. Remove option on x click fix. isRequired not working properly fix.
2020-04-02 19:41:04 +00:00
Satbir Singh
8c402a13cc
Adding missing validation to widgets
2020-04-02 13:23:03 +05:30
Satbir Singh
bbe98ca135
Fixing default value updating the multi select.
2020-03-31 17:36:25 +00:00
Satbir Singh
70243829d5
Nav to Url validation fixed
2020-03-31 10:40:52 +00:00
Hetu Nandu
59dde1e024
fix form
2020-03-31 13:12:25 +05:30
Satbir Singh
1a71c8f317
Default option value multi select
2020-03-31 03:21:35 +00:00
Satbir Singh
4d928292e4
Persist hidden column
2020-03-30 08:16:43 +00:00
Abhinav Jha
f829e8f79a
Fix Modal scroll behaviour.
2020-03-27 10:56:26 +00:00
Abhinav Jha
a0872b97f2
Generate widgets from blueprint. Close previously open modals when showing a modal. Fix unicode page name issue in pagelist sidebar
2020-03-27 09:02:11 +00:00
vicky_primathon.in
5cf1a0dde6
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into fix/chart-component-title-align
2020-03-21 10:10:17 +05:30
vicky_primathon.in
65b1e85e6a
commented code removed and widgetId used to created chart to differentiate b/w multiple charts in editor
2020-03-20 17:46:53 +05:30
Abhinav Jha
60bbb0b2a4
Merge branch 'feature/rich-text-editor' into 'release'
...
Feature/rich text editor
See merge request theappsmith/internal-tools-client!329
2020-03-20 11:17:30 +00:00
Vicky Bansal
45e20b659e
Feature/rich text editor
2020-03-20 11:17:30 +00:00
Vicky Bansal
387667d7d1
Fix/date picker
2020-03-20 11:03:50 +00:00
vicky_primathon.in
9021e6edb1
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into fix/chart-component-title-align
2020-03-20 09:33:49 +05:30
vicky_primathon.in
be42c06827
chart changes to accept width height as percentage
2020-03-20 09:32:49 +05:30
Hetu Nandu
cf5b605729
fix issue
2020-03-18 13:37:51 +05:30
Hetu Nandu
ea1d4cbde9
fix issue with default option logic
2020-03-17 19:25:09 +05:30
Hetu Nandu
5099026ee6
Revert "Moving error boundary to allow for sentry errors."
...
This reverts commit 6909d03fc43adf72301eef8f2078327c95c4f15f.
2020-03-17 14:31:29 +05:30
Hetu Nandu
96903da7be
Form input default value issues
2020-03-16 15:42:39 +00:00
Satbir Singh
28946bc782
Moving error boundary to allow for sentry errors.
2020-03-16 09:04:21 +00:00
Hetu Nandu
855b49caee
Fix js toggle issues
2020-03-16 07:59:07 +00:00
Vicky Bansal
adb7065b99
Feature/graph components
2020-03-13 12:06:41 +00:00
Hetu Nandu
3faf95b882
Fix issues with Form Widget
2020-03-13 07:24:03 +00:00
Nikhil Nandagopal
c98e3dc7c2
fixed mb to byte conversion
2020-03-11 20:07:12 +05:30
Nikhil Nandagopal
ca6434430f
minor fix
2020-03-10 16:12:04 +05:30
Hetu Nandu
bed2c6da07
fix input validation with dirty check
2020-03-06 19:59:10 +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
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
Hetu Nandu
ce0f3b933a
Critical fixes
2020-03-03 06:51:59 +00:00
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
5e0beb9fe7
Property Pane - Convert control to dynamic
2020-02-26 12:44:56 +00:00
Satbir Singh
da61f698cf
Merge branch 'fix/radio' into 'release'
...
Changed default option to text.
See merge request theappsmith/internal-tools-client!315
2020-02-24 14:55:10 +00:00
Satbir Singh
9b7a0731e9
Changed default option to text.
2020-02-24 14:55:09 +00:00
Nikhil Nandagopal
d645d2aa74
Merge branch 'feature/file-picker' into 'release'
...
minor fix for file picker
See merge request theappsmith/internal-tools-client!320
2020-02-24 14:32:35 +00:00
Nikhil Nandagopal
fc4d84bac3
minor fix for file picker
2020-02-24 19:58:20 +05:30
Satbir Singh
78babf36af
Fix/table
2020-02-24 10:45:36 +00:00
Nikhil Nandagopal
c093d9714e
moved to storing file on add instead of upload
2020-02-24 11:59:39 +05:30
Nikhil Nandagopal
7e732a4c7d
moved from dashboard modal to dashboard
2020-02-22 07:09:28 +05:30
Nikhil Nandagopal
ff98deeadb
updated dsl with files picked in base 64
2020-02-21 18:47:52 +05:30
Hetu Nandu
5a95991fbd
fixes
2020-02-18 23:43:19 +05:30
Hetu Nandu
fb80c4b576
Action refactor
2020-02-18 10:41:52 +00:00
Hetu Nandu
4343d7bdd8
Dropdown widget fixes
2020-02-14 07:48:33 +00:00
Abhinav Jha
dac746d1e6
Transparent Canvas - Template 1
2020-02-13 09:32:24 +00:00
Satbir Singh
82992e3f96
Fixed dropdown option delete issues.
2020-02-11 11:03:10 +00:00
Satbir
8b807f8d29
Updating meta & widget property not need widgetid
2020-02-11 15:43:06 +05:30
Satbir Singh
24bca16cf6
Pagination enhancements.
2020-02-07 11:34:57 +00:00
Satbir Singh
84d35aced6
Feature/server side pagination
2020-02-07 02:32:52 +00:00
Abhinav Jha
f787e18bb5
Widget Styles
2020-02-06 07:01:25 +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
7edad01821
Server side pagination
2020-02-04 08:59:46 +00:00
Hetu Nandu
ef245c1c8d
P0 fixes
2020-02-03 11:49:20 +00:00
Hetu Nandu
0dd25ba2ef
Refactor Widget loading
2020-01-30 13:23:04 +00:00
Abhinav Jha
f92c233323
Ad-hoc changes for ui styles.
2020-01-28 08:21:22 +00:00
Hetu Nandu
9b00a345ad
Various P0 fixes
2020-01-27 13:53:33 +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
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
cc50beb0a0
Add back derived properties
2020-01-17 09:28:26 +00:00
Abhinav Jha
99d660370d
Cleanup
...
DragLayerComponent
2020-01-16 11:46:21 +00:00
Abhinav Jha
94e0d62ec0
Fix button and text widgets.
2020-01-14 09:48:01 +00:00
Satbir Singh
f9b7777828
Column resize reorder and hiding columns
2020-01-09 11:39:26 +00:00
Hetu Nandu
a0052922dd
safe html and link support
2020-01-08 18:00:16 +05:30
Hetu Nandu
752944ee02
Various api pane and dynamic input improvements
2020-01-03 13:40:31 +00:00
Satbir Singh
9fd99d5f48
Replacing react base table with syncfusion table.
2019-12-30 10:02:23 +00:00
Abhinav Jha
3a5aae9b97
Add favicon. Connect Nav Dropdown. Fix TagInputComponent. Fetch org and user details. Navigate to applications from /, Check for login
2019-12-23 12:16:33 +00:00
Hetu Nandu
005c00a145
Revert "Selected Option is now available in dropdown widget."
...
This reverts commit c45198e9927dbb520ef1f3c26f9cfeddbd76995e.
2019-12-19 15:03:27 +05:30
Satbir Singh
01cdbbcabc
Selected Option is now available in dropdown widget.
2019-12-18 11:59:12 +00:00
Hetu Nandu
d5e08b5836
Validation Error Message display
2019-12-10 13:30:16 +00:00
Satbir Singh
33b2db0349
All widgets loading.
2019-12-03 04:41:10 +00:00
Satbir
a6e25ef3ba
TableAction moved to ActionConstants.
2019-12-03 09:58:14 +05:30
Satbir
48fa52d9ba
Adding JS execution functionality.
2019-11-28 09:26:44 +05:30
Hetu Nandu
fbb7742f0e
moved to absolute paths for all fiels
2019-11-25 10:37:27 +05:30
Abhinav Jha
d64bbc4015
Use applicationId and pageId to render pages
2019-11-22 14:02:55 +00:00
Hetu Nandu
a2b275bade
Validation parse widget property
2019-11-22 13:12:39 +00:00
Satbir Singh
2fa2ed72cc
Widget loading state.
2019-11-20 08:10:01 +00:00
Hetu Nandu
a6f7882d5f
Revamp widget property validation
2019-11-19 12:44:58 +00:00
Hetu Nandu
b5f8cff7df
Validation hot fix
2019-11-14 14:26:23 +00:00
Hetu Nandu
9ebcc370b7
Fix table widget render issue
2019-11-14 12:16:11 +00:00
Satbir Singh
55167f89d7
Selected row data is now updated on tableData change
2019-11-14 11:05:45 +00:00
Hetu Nandu
750d69a6c6
Property validations
2019-11-14 09:28:51 +00:00
Satbir Singh
5653b046df
Adding delete radio option button and fixing ordering issues.
2019-11-13 10:35:35 +00:00
Hetu Nandu
8c8312928a
Fix various api pane bugs
2019-11-13 07:34:59 +00:00
Abhinav Jha
03e78f0751
WIP: Allow absolute paths for imports. Refactor ContainerComponent.tsx to PositionedContainer.tsx, CanvasWidgetContainer.tsx, ContainerComponent.tsx. Refactor all widgets and components to adhere to new props and apis.
2019-11-13 07:00:25 +00:00
Nikhil Nandagopal
3881fe699c
Feature/date picker
2019-11-12 07:57:12 +00:00
Satbir Singh
20e829dceb
Selected row data has been moved from selectedRow.data to selectedRow
2019-11-12 06:03:46 +00:00
Nikhil Nandagopal
f0a57e8aab
Master
2019-11-11 11:34:42 +00:00
Satbir Singh
e06b7f5a2c
Row select action call
2019-11-07 11:17:53 +00:00
Nikhil Nandagopal
a031606fa1
Feature/date picker
2019-11-06 12:12:41 +00:00
Hetu Nandu
895649d77f
Dynamic Property in Editor mode
2019-11-06 06:35:15 +00:00
Nikhil Nandagopal
735fbbcbd7
Feature/file date picker
2019-11-04 14:22:50 +00:00
Nikhil Nandagopal
11e8c456a5
refactored folder structure
2019-11-04 10:57:19 +00:00
Nikhil Nandagopal
f1804ebc47
Feature/image
2019-10-31 11:26:37 +00:00
Satbir Singh
f225266edb
Table will construct columns based on all data
2019-10-31 11:13:59 +00:00
Satbir Singh
f5cf26f23f
Adding table widget.
2019-10-31 10:10:57 +00:00
Nikhil Nandagopal
e3e27e3754
Added wiring for checkbox & radio button properties
2019-10-31 14:34:19 +05:30
Nikhil Nandagopal
9d659ddff0
Feature/dropdown
2019-10-31 05:28:11 +00:00
Nikhil Nandagopal
72a02bd3d4
Feature/components
2019-10-30 10:23:20 +00:00
Abhinav Jha
0564125fd7
PREVIEW PUBLISH 1
...
- Fixes #135 , #96 , #147 , #149 , #110 , #138 , #94 , #150
2019-10-24 18:31:31 +05:30
Abhinav Jha
99ce65c756
Property Pane Controls
...
- Fixes #121 , #122 , #123 , #124 , #90 , #46 , #65 , #100 , #101 , #68 , #102
2019-10-24 05:24:45 +00:00
Hetu Nandu
e0348cc1f3
API form
2019-10-21 15:12:45 +00:00
Hetu Nandu
7d56e10f8f
Add Navbar and API Pane ( #79 )
2019-10-18 08:16:26 +00:00
Abhinav Jha
5c492970ed
Make focused widget more apparent. Fix Stacking contexts.
2019-10-08 14:39:30 +05:30
Abhinav Jha
74ee90d816
Fix editor stacking context
2019-10-08 11:49:10 +05:30
Abhinav Jha
58c0c647bf
Move WidgetFunctions to Context Provider
2019-10-03 21:54:29 +05:30
Abhinav Jha
622e5dc0a9
Show grid only on hover. Remove min grid space between adjacent components. Fix all dropzones showing issue. Disable show control on hover.
2019-10-03 20:44:50 +05:30
Abhinav Jha
87171c6ecb
Fix collision with self on dragging
2019-10-03 02:44:58 +05:30
Abhinav Jha
91fd8ff17e
Propagate WidgetConfigs to new widget. Use theme spaces everywhere.
2019-10-02 23:43:04 +05:30
Abhinav Jha
fc2676487b
Stop resize bleeding. Change resize handle styles. Change grid styles. Fix container size. Change grid dot color. Change grid dot offset. Show drag/resize handles on hover and focus.
2019-10-02 01:37:43 +05:30
Abhinav Jha
6c942abe2b
Remove dependencies from Readme.md. Fix #36 , #37
2019-09-30 08:55:14 +05:30
Abhinav Jha
cc40fd87e2
Fix WidgetCardNames
2019-09-26 17:07:09 +05:30
Abhinav Jha
4ca0ef7324
Icon imports. Fixes #13 and #14
2019-09-26 16:41:28 +05:30
Abhinav Jha
1edf039e02
Handle component drop collisions
2019-09-26 02:51:04 +05:30
Abhinav Jha
526b12766a
Fix Moving widget from one container to another
2019-09-26 00:03:56 +05:30
Abhinav Jha
b155efe3c0
WIP: Use rows and columns accross the board, cleanup DropTargetMonitor
2019-09-25 22:54:23 +05:30
Abhinav Jha
92eb493d62
Fixes for code review comments
2019-09-24 18:06:03 +05:30
Abhinav Jha
3cb582b7d1
WIP: Fix merge conflicts with release. Add toast to show saving page activity
2019-09-23 15:57:45 +05:30
Abhinav Jha
7ce514d895
WIP: Add Draggable Components. Add Resizable Components. Add Moveable Components. Add Deletable Components.
2019-09-23 01:55:05 +05:30
Abhinav Jha
7237250adc
WIP: Fix positioning bug
2019-09-21 07:22:38 +05:30
Abhinav Jha
ffb532fa7a
WIP: Canvas widget drop and positioning
2019-09-20 03:55:37 +05:30
Nikhil Nandagopal
5f6aeb55f8
added new control types
...
removed alert from widget list
added property config values
added input validator
2019-09-19 16:59:24 +05:30
Abhinav Jha
56714c3fa0
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into feature/canvas-grid-rewrite
2019-09-18 16:28:21 +05:30
Abhinav Jha
703081154c
WIP: Fix fetch page. Add save page boilerplate. Add widget property change boilerplate.
2019-09-17 20:39:55 +05:30
Nikhil Nandagopal
751ea339d1
added transformation for requests
...
wired button onclick to execute action saga
split widget props into widget data and widget functions
2019-09-17 15:41:50 +05:30
Abhinav Jha
20a3e19ad3
WIP: code changes to allow for dragging and dropping
2019-09-17 15:39:00 +05:30
Nikhil Nandagopal
1baff6d93c
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into feature/actions
...
# Conflicts:
# package.json
# src/actions/pageActions.tsx
# src/actions/widgetCardsPaneActions.tsx
# src/api/Api.tsx
# src/api/ApiRequests.tsx
# src/api/ApiResponses.tsx
# src/api/WidgetCardsPaneApi.tsx
# src/constants/ActionConstants.tsx
# src/constants/ApiConstants.tsx
# src/normalizers/CanvasWidgetsNormalizer.tsx
# src/reducers/entityReducers/canvasWidgetsReducer.tsx
# src/reducers/entityReducers/index.tsx
# src/reducers/entityReducers/widgetConfigReducer.tsx.tsx
# src/reducers/index.tsx
# src/reducers/uiReducers/canvasReducer.tsx
# src/reducers/uiReducers/editorReducer.tsx
# src/reducers/uiReducers/widgetCardsPaneReducer.tsx
# src/sagas/PageSagas.tsx
# src/sagas/WidgetCardsPaneSagas.tsx
# src/sagas/index.tsx
# src/utils/AppsmithUtils.tsx
# src/widgets/AlertWidget.tsx
# src/widgets/ButtonWidget.tsx
# src/widgets/CheckboxWidget.tsx
# src/widgets/DatePickerWidget.tsx
# src/widgets/DropdownWidget.tsx
# src/widgets/RadioGroupWidget.tsx
# src/widgets/TableWidget.tsx
2019-09-13 17:29:45 +05:30
Nikhil Nandagopal
29cf9bb450
Merge branch 'release' into feature/basic-styling
...
# Conflicts:
# src/constants/ActionConstants.tsx
# src/constants/WidgetConstants.tsx
# src/editorComponents/CheckboxComponent.tsx
# src/editorComponents/RadioGroupComponent.tsx
# src/mockResponses/WidgetCardsPaneResponse.tsx
# src/pages/Editor/Canvas.tsx
# src/pages/Editor/EditorDragLayer.tsx
# src/reducers/entityReducers/index.tsx
# src/reducers/index.tsx
# src/utils/WidgetRegistry.tsx
# src/widgets/BaseWidget.tsx
# src/widgets/BreadcrumbsWidget.tsx
# src/widgets/ButtonWidget.tsx
# src/widgets/CalloutWidget.tsx
# src/widgets/CheckboxWidget.tsx
# src/widgets/IconWidget.tsx
# src/widgets/InputGroupWidget.tsx
# src/widgets/NumericInputWidget.tsx
# src/widgets/RadioGroupWidget.tsx
# src/widgets/TagInputWidget.tsx
# src/widgets/TextWidget.tsx
2019-09-13 16:15:49 +05:30
Nikhil Nandagopal
cbc23349c7
added api & query data in entities
2019-09-12 19:14:25 +05:30
Nikhil Nandagopal
6bd89d65a1
added action events to widgets
2019-09-12 17:49:46 +05:30
Nikhil Nandagopal
be5c516db8
added json path
...
added action interfaces
2019-09-12 16:49:38 +05:30
Nikhil Nandagopal
cd1b088568
added widget config reducer
2019-09-12 13:41:25 +05:30
Abhinav Jha
b9718bdaec
WIP: Fix eslint errors
2019-09-09 14:38:54 +05:30
Abhinav Jha
c23724effe
Resolve #2 Basic Editor Styling
...
- Add Widget Icons
- Font face observer
- Widget Pane styling based on Theme
2019-09-06 15:00:22 +05:30
gray
6284f07c76
Add default theme base
2019-09-05 23:17:50 +05:30
Abhinav Jha
1f2e0f8dd0
Fix Merge Conflicts with master
2019-09-02 17:45:41 +05:30
Abhinav Jha
cf5ec97bb0
Drag drop monitor, code cleanup
2019-09-02 16:28:11 +05:30
Nikhil Nandagopal
e3ee07d158
added hotjar integration
2019-08-30 16:03:49 +05:30
Abhinav Jha
babc8fcfcd
Linting, fixes, dragpreview fix
2019-08-29 16:52:09 +05:30
Abhinav Jha
02af80d3dc
Implement Drag and Drop of components
2019-08-26 18:11:21 +05:30
Abhinav Jha
57ad5991c3
[WIP] Add widget cards pane component
2019-08-21 18:19:16 +05:30
Nikhil Nandgopal
1b71b829fb
added droppable component
...
moved snapcolumspace and rowspace to state
2019-04-02 21:42:08 +05:30
Nikhil Nandgopal
085d420567
implemented basic drag and drop
2019-04-01 12:38:00 +05:30
Anirudh Madhavan
32621a7975
Feature/core components
2019-03-21 12:10:32 +00:00
Nikhil Nandgopal
96a47a9bb8
fixed heights for all components
2019-03-19 20:51:27 +05:30
Nikhil Nandgopal
85b59b352d
added default props to base widget
...
fixed container logic
2019-03-19 20:17:18 +05:30
Nikhil Nandgopal
da5f47437b
abstracted styles into base widget
2019-03-19 19:35:48 +05:30
Nikhil Nandgopal
3d7b7cef32
created seperate render modes for widgets
...
added widget pane
2019-03-18 20:40:30 +05:30
Nikhil Nandgopal
9921154045
Merge branch 'master' of gitlab.com:mobtools/internal-tools-client into feature/button
...
# Conflicts:
# src/constants/WidgetConstants.tsx
# src/mockResponses/CanvasResponse.ts
# src/utils/WidgetRegistry.tsx
2019-03-18 19:32:07 +05:30
Nikhil Nandgopal
2ad53929ad
added button widget
2019-03-18 19:20:24 +05:30
Anirudh Madhavan
6d2d6237e1
add : input text -> input group, widget width and height height calculation on basewidget troubleshoot
2019-03-16 18:38:45 +05:30
Anirudh Madhavan
cfbefcf654
add : missing intent prop in widgets
2019-03-16 17:08:22 +05:30
Anirudh Madhavan
e438cb056c
add : spinner widget
2019-03-15 18:23:45 +05:30
Anirudh Madhavan
69212460de
fix : callout widget, add : icon widget
2019-03-15 18:05:36 +05:30
Anirudh Madhavan
74a87e85a8
add : core component : callout widget
2019-03-13 21:25:53 +05:30
Anirudh Madhavan
24412df605
add : core component : input field
2019-03-13 20:35:24 +05:30
Nikhil Nandgopal
85b8525c4d
added type to state
...
moved css to style object
added style units
migrated all widgets to work with JSX
2019-02-11 23:52:23 +05:30
Nikhil Nandgopal
f7d310bcda
added child prop generic to container widgets
2019-02-10 22:09:09 +05:30
Nikhil Nandgopal
3afe91679a
added typed lodash
...
fixed basic component rendering
connected redux store
2019-02-10 19:44:58 +05:30
Nikhil Nandgopal
bf4dc5a052
added basic redux state
...
added basic inheritance hierarchy of widgets and components
added basic redux action types
added basic widget building logic
2019-02-10 18:36:05 +05:30