Nikhil Nandagopal
cd4fc4e20e
Merge branch 'master' into release
2020-08-07 12:03:33 +05:30
akash-codemonk
3f6b6da0e5
Use isExecutionSuccess for showing error response as status code string does not appear in query response ( #226 )
2020-08-05 15:53:07 +05:30
satbir121
1aab6869a0
Fixing user not logged in analytics. ( #216 )
2020-08-04 21:16:59 +05:30
satbir121
7cd1667a48
Fixing user not logged in analytics. ( #216 )
2020-08-04 17:57:25 +05:30
Nikhil Nandagopal
f7cf7e1182
Fix/copy changes ( #210 )
...
* Added information to setup domain
* Fixed incorrect var reference
* Updated documentation message
* Updated env template
* updated template
* removed debug echo
* Updated Script
* Updated Text
* Removed option to connect to external mongo for fresh installs
Exit script of docker desktop is not installed
* Updated docker installation explanation
* added a question to skip custom domain if user is installing locally
* Inverted script question and
* Removed question to determine local installation
* Updated Popup CTA to Modal
Updated query templates to contain bindings
Added a message to display on API / Query errors
* updated styles for evaluated value
updated styles for auto complete
* added spaces to questions
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-08-04 17:51:02 +05:30
Hetu Nandu
a29dccbaf0
First time page load performance ( #144 )
...
* WIP
* Chunk names
* Add auth call
* add auth
* WIP
* Auth management setup
* fix a test
* fix cypress machine count
* some more changes
* fix header link
* check for auth
* fix import
* fix imports
* Use auth class
* WIP
* Better loading
* Remove unused
* Remove qs
* Auth loader
* Redirect for login
* Third part auth
* 404 redirects
* 404 page handling
* Adding custom docker image for performance fixes
* Correcting the workflow to get package step to run
* Clean up
* lazy auth load
* remove assertions from delete app and logout calls
* remove github workflow changes
* roll back lazy auth
* Error handling
* test editor chunk suspense
* Show header in editor before initialization
* Changes for app view
* Login header fixes
* Loader fixes
* Fix base login routes
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2020-08-03 19:48:48 +05:30
Hetu Nandu
01a3d4682f
Fix action batching issue ( #181 )
2020-07-28 16:11:51 +05:30
akash-codemonk
502733315b
Fix key value array not being able to set initial value ( #150 )
...
* Fix key value array not being able to set initial value. Now we allow multiple values to initialise for array input
2020-07-28 10:45:26 +05:30
Tejaaswini Narendra
fa329c742f
fix: Table scroll issue, application share issue, eslint errors ( #120 )
...
* fix: Table scroll issue, application share issue, eslint errors
- Settings page: whole page should scroll not the table
- Application name to be displayed to user on share
- Fix eslint errors
* fix: Get Application details and pass it to as props.
2020-07-23 17:58:42 +05:30
Hetu Nandu
fe43680abc
Action test fixes ( #130 )
...
* Fixes for tests
* remove marketplace tests
* fix some other tests
* Simplify update datasource
* Add cypress env variables
2020-07-21 19:31:51 +05:30
akash-codemonk
30b8d3581b
Query pane refactor and fixes ( #87 )
...
* Query pane refactor and fixes
* Check if body exists
* Get pluginId from the datasource
* Move plugin image logic to selector
* Show info in new line on the datasource form page
* Update link text to Docs
* Handle string as run api response body
* Remove harcoded height
* Remove all references to ImageAlt except in selector
* Updata info text
2020-07-21 16:06:53 +05:30
Hetu Nandu
b6c710cfa2
Add support for run time params in action execution ( #98 )
...
Adds a third parameter to the Action.run function that can be referenced inside an action config
Usage
`{{ Api1.run(...,...,{key: value}) }}` inside property pane
`{{this.params.key}}` inside action pane
* You can reference data tree properties in the params values:
`{{ Api1.run(..., ..., { key: "Input1.text.toUpperCase()" })`
* Bindings can have both params and data tree values referenced.
* Param values can be javascript functions
`body: {{ this.params.list.map(i => Input1.text + i ) }}`
2020-07-17 18:25:34 +05:30
Hetu Nandu
70955de703
Create fetch actions workflow for view mode ( #102 )
...
* Create fetch actions workflow for view mode
* Remove config from autocomplete results
2020-07-15 18:31:35 +05:30
Tejaaswini Narendra
2956f1b3d0
Feat: Share application publicly ( #89 )
...
* Feat: Share application publically
* fix: eslint warnings and code refactor
2020-07-15 15:17:39 +05:30
akash-codemonk
b1e8e83e5d
Show error toast for delete datasource ( #93 )
2020-07-15 13:30:34 +05:30
Nikhil Nandagopal
de151e1b46
Fix/deploy script ( #94 )
...
* Added information to setup domain
* Fixed incorrect var reference
* Updated documentation message
* Updated env template
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-07-15 12:49:52 +05:30
Hetu Nandu
612f01b04a
Fix params not saving after url update ( #85 )
2020-07-14 12:23:33 +05:30
Tejaaswini Narendra
b035241013
fix: error page and get applications API ( #77 )
...
* fix: error page and get applications API
* fix: apptoaster check for show variable instead of error code.
* fix: Update naming and combine currentOrgId and OrgDetails.
2020-07-13 19:24:26 +05:30
Tejaaswini Narendra
7737b57667
Feat/page not found ( #37 )
...
* Feat: Implement page not found UI
* fix: check user login status and minor code refactoring
- Check if user is logged in or not in page header.
- Based on login status show relevant CTAs
- Fix ESLint errors
- Move RoleNameCell and DeleteActionCell as seperate components.
* fix: Add catch all for pagenotfound
* fix: Use constants and update css syntax.
Co-authored-by: Arpit Mohan <me@arpitmohan.com>
2020-07-08 15:44:03 +05:30
Hetu Nandu
0b86b503aa
Fix move/copy success/failure workflow ( #47 )
2020-07-07 13:37:37 +05:30
Hetu Nandu
13e173fa77
Action save fixes ( #33 )
...
- Increased timeout for move action
- Table header typescript fix
- Fix data tree selectors for better performance
- Debounce update action saga by 500 ms
- Query delete fix
- Query save fix
2020-07-06 19:05:31 +05:30
satbir121
bbbdbd50b5
Name of a newly created api and query is focused on mount. ( #21 )
...
* New api and query has name in edit mode
* Curl import new api.
* Changing createApi command for new ui.
* Edit Api name is not visible in UI.
* Removed edit api name click.
Co-authored-by: Satbir Singh <satbir@appsmith.com>
Co-authored-by: Arpit Mohan <me@arpitmohan.com>
Co-authored-by: Satbir Singh <apple@apples-MacBook-Pro.local>
2020-07-06 11:08:39 +05:30
satbir121
86ea0e8cf2
Fixing api name reseting issue. ( #34 )
...
Co-authored-by: Satbir Singh <apple@apples-MacBook-Pro.local>
2020-07-06 09:49:49 +05:30
Hetu Nandu
4a6717889c
Streamline action save with widgets ( #10 )
...
- Remove drafts from actions
- Direct update action from forms
- Debounced saving of actions
- Add org id in default datasource
- Merge query and api run saga
2020-07-03 14:28:58 +05:30
Hetu Nandu
38aafb5027
Fix embedded datasource path ( #2 )
...
* Refactor CodeMirror component to be more configurable and testable (hints, markings)
* Update the existing datasource path component
* Better text highlighting for JSON fields
* Case insensitive hinting in autocomplete
2020-07-01 15:31:07 +05:30
akash-codemonk
224d0ee49c
Bug fixes ( #3 )
...
- Wrap evaluated value to oveflow vertically instead of horizontally
- Stop showing arrows for the port field in datasources
- Show create query option when there are no datasources
- Stop showing loader for query creation error
- Throw error where there is no body in query response
2020-07-01 12:51:02 +05:30
Hetu Nandu
46f0873efe
update paths
2020-06-30 15:19:30 +05:30
Nikhil Nandagopal
faddd04cb3
updated query templates
...
added error message for all APIs
2020-06-29 18:18:21 +05:30
Satbir Singh
d640c03386
Query editor auto save.
2020-06-29 08:23:10 +00:00
Satbir Singh
84da0a63fb
Fixing api name not getting saved.
2020-06-26 16:52:54 +05:30
Hetu Nandu
fb65b204a8
JSON stringify fixes
2020-06-25 10:04:57 +00:00
Tejaaswini
7aa4bf4395
fix: User permission management related bugs
...
- Use manage:organizations permission to restrict users from managing apps
- Add loading indicators will changing role and deleting users
- Restrict user from deleting himself or changing his role.
2020-06-25 08:35:41 +05:30
Akash N
b153c86f9c
Fix query name not updating
...
- For queries take the payload as it is.
2020-06-23 16:40:26 +05:30
Hetu Nandu
e534cec07c
Merge branch 'fix/createApiLoader' into 'release'
...
Fix/create api loader
- Show loader in api home screen when creating a new api action
- Show loader in query home screen when creating a new query action
- Show column lines for table in query pane
See merge request theappsmith/internal-tools-client!734
2020-06-20 05:29:30 +00:00
Akash N
598ef55aff
Fixes
...
- Show loader in api home screen when creating a new api action
- Show column lines for table in query pane
2020-06-20 05:29:30 +00:00
Hetu Nandu
760713aa69
Merge branch 'fix/datasourceName' into 'release'
...
Duplicate datasource fixes
- Do not show datasoure field menu when url is blank
- Embedded datasource name shouldn't be blank
- Omit datasource name while creating a datasource
See merge request theappsmith/internal-tools-client!759
2020-06-20 05:28:10 +00:00
Akash N
a0ca632e72
Duplicate datasource fixes
...
- Do not show datasoure field menu when url is blank
- Embedded datasource name shouldn't be blank
- Omit datasource name while creating a datasource
2020-06-20 05:28:10 +00:00
Satbir Singh
bf0c0d737f
Changing response request structure.
2020-06-19 21:57:12 +05:30
Hetu Nandu
64fc1dc3f3
Merge branch 'master' into 'release'
...
Backmerge Master to release
See merge request theappsmith/internal-tools-client!760
2020-06-19 13:09:03 +00:00
Hetu Nandu
2d956644df
Hot fixes
2020-06-19 13:06:45 +00:00
Abhinav Jha
9681ae2c51
Merge branch 'fix/minor-bugs' into 'release'
...
fix: bug fixes
See merge request theappsmith/internal-tools-client!727
2020-06-19 07:26:29 +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
ded1a130e3
Action draft fixes
2020-06-18 14:16:49 +00:00
Tejaaswini
0ffff9db4f
merge 'release' into 'fix/minor-bugs'
2020-06-18 17:46:46 +05:30
Satbir Singh
bb54ffcd0c
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into fix/backmerge
2020-06-18 14:07:23 +05:30
Satbir Singh
fd3f4c2028
Fixing performance issue in apiName
2020-06-18 07:46:53 +00:00
Abhinav Jha
f70d92b8d0
Merge branch 'fix/remove-console-warnings' into 'release'
...
Remove console warnings
- Remove console eslint warnings like react hook dependency warnings and unused vars warnings
See merge request theappsmith/internal-tools-client!738
2020-06-18 05:53:41 +00:00
Satbir Singh
8bdc1e7563
Merge branch 'master' into 'release'
...
Hotfix api name edit backmerge.
See merge request theappsmith/internal-tools-client!737
2020-06-17 13:58:29 +00:00
Abhinav Jha
fdd826d929
Remove console warnings like react hook dependency warnings and unused vars
2020-06-17 19:23:01 +05:30
Satbir Singh
98f65405a7
Handling api name change error.
2020-06-17 13:16:14 +00:00
Arpit Mohan
fc8e43da1f
Query pane fixes
...
- Show mongo execute response in seperate cards for each record
- Update postgres read template
- Show query execute error message in the UI.
2020-06-17 10:19:56 +00:00
Tejaaswini
16606a45a2
fix: bug fixes
...
- refresh users list
- show orgdropdown and share based on permission
2020-06-17 09:47:25 +05:30
Satbir Singh
7e3df81302
Api name editable.
2020-06-16 10:23:19 +00:00
Tejaaswini
c99640df91
Merge branch 'release' into feature/acl
2020-06-16 11:44:44 +05:30
Abhinav Jha
2609f26117
Merge branch 'fix/lightning-menu' into 'release'
...
Fix/lightning menu
- Add lightning menu to assist users in binding
- Change the action selection display for consistency.
See merge request theappsmith/internal-tools-client!706
2020-06-15 10:51:20 +00:00
Tejaaswini Narendra
09554f97e8
Back to editor in app view mode should not be visible to users with only read application permissions
2020-06-12 15:44:51 +00:00
Tejaaswini
3b147cc445
Merge branch 'release' into feature/acl
2020-06-12 15:38:40 +05:30
Hetu Nandu
133f50807e
Fix api pane performance
2020-06-12 08:35:52 +00:00
vicky_primathon.in
da3ad7edc9
merge conflicts resolved
2020-06-11 10:52:00 +05:30
Satbir Singh
13422048e4
Save api on edit.
2020-06-10 17:42:51 +00:00
vicky_primathon.in
a528ffc7d4
merge conflicts resolved
2020-06-10 19:16:45 +05:30
Arpit Mohan
4322555d16
Merge branch 'fix/runQueryTwice' into 'release'
...
Use isExecutionSuccess flag to handle query execution errors
See merge request theappsmith/internal-tools-client!684
2020-06-10 12:25:54 +00:00
Akash N
69a65f7052
Use isExecutionSuccess flag to handle query execution errors
2020-06-10 12:25:52 +00:00
Nikhil Nandagopal
125fb9c162
Merge branch 'fix/bugs' into 'release'
...
Fix/bugs
See merge request theappsmith/internal-tools-client!696
2020-06-10 12:19:55 +00:00
Hetu Nandu
cb2867069f
Action creator evaluated value fixes
2020-06-10 12:16:50 +00:00
vicky_primathon.in
a5986ed8a8
merge conflicts resolved
2020-06-10 16:34:11 +05:30
Nikhil Nandagopal
a26e8ea51c
Merge branch 'release' into fix/bugs
...
# Conflicts:
# cypress/integration/Smoke_TestSuite/FormWidgets/DatePicker_spec.js
2020-06-10 14:22:04 +05:30
Tejaaswini Narendra
4f34b2c502
fix: Send organizationId for embedded datasources
...
- show organization title in invite form
- show form when clicking on share in dropdown
- show org name in org settings page
- remove the deleted application from the UI when delete is successful
- fix role update in user list table
2020-06-10 08:29:21 +00:00
Hetu Nandu
e2eb590a86
Query pane evaluated value
2020-06-10 07:49:27 +00:00
Tejaaswini Narendra
91efefee09
fix: Minor change
...
- remove return
2020-06-09 12:10:55 +00:00
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
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
Tejaaswini
5b9f4ad16f
fix: Add orgId to datasource, 3P import and plugins API
2020-06-08 14:21:53 +05:30
Tejaaswini
bbdec60516
Merge branch 'release' into feature/acl
2020-06-08 13:36:15 +05:30
Hetu Nandu
e401844014
Fix Chart series data
2020-06-05 16:20:23 +00:00
Tejaaswini
926a6caed4
fix: Create API and curl import flow
2020-06-05 18:52:30 +05:30
Tejaaswini
81c1e0d5f4
feat: pass orgId to createDatasource APIs
...
- Set Current Organization Id based on the application that the user is accessing
- Send saved organization id in datasource creation APIs.
2020-06-05 14:13:01 +05:30
Tejaaswini
d33188adc1
Merge branch 'release' into feature/acl
2020-06-05 13:39:01 +05:30
Hetu Nandu
d9540f8927
Evaluated value popup
2020-06-04 13:49:22 +00:00
Tejaaswini Narendra
52e70e479f
fix:Minor UI changes
...
- add ellipsis for the application title
- align org name, list of applications
- increase font size of org name
- increase size of create application icon
- add name for create application card
- remove create application button
2020-06-03 13:54:42 +00:00
vicky_primathon.in
b7ee43da39
merge conflicts resolved
2020-06-03 15:21:07 +05:30
Akash N
62f003df6e
Embedded Datasource
...
- Show path along with url in the api pane for embedded datasource
- Add store as datasource menu option for embedded datasource
- Allow users to type the path for global datasources
- Show the base url as a tag along with the path for global datasource.
2020-06-03 05:40:48 +00:00
Tejaaswini Narendra
c3f1939d43
fix:Minor UI changes
...
- add ellipsis for the application title
- align org name, list of applications
- increase font size of org name
- increase size of create application icon
- add name for create application card
- remove create application button
2020-06-02 08:11:30 +00:00
Tejaaswini Narendra
d3718bc28e
fix:Minor UI changes
...
- add ellipsis for the application title
- align org name, list of applications
- increase font size of org name
- increase size of create application icon
- add name for create application card
- remove create application button
2020-05-29 13:21:05 +00:00
vicky_primathon.in
63c19544e9
create new saga for createNewQueryAction
2020-05-28 15:42:02 +05:30
Tejaaswini Narendra
913d5123b4
fix:Minor UI changes
...
- add ellipsis for the application title
- align org name, list of applications
- increase font size of org name
- increase size of create application icon
- add name for create application card
- remove create application button
2020-05-27 13:36:06 +00:00
Tejaaswini
e471706593
Merge branch 'release' into feature/acl
2020-05-25 14:47:05 +05:30
Hetu Nandu
801369faf3
Fix api content type issue
2020-05-23 05:42:23 +00:00
Tejaaswini Narendra
23876a4230
remove user profile
2020-05-22 13:42:31 +00:00
Arpit Mohan
bffee69497
Removing unused variables from the codebase
2020-05-22 06:29:26 +00:00
Akash N
1850b8f6b3
Bug fixes
...
- Show request body instead of request headers
- Get httpMethod directly.
- Add padding at the right for tabs
2020-05-22 03:43:01 +00:00
Tejaaswini Narendra
0c9ad77cc0
Query pane fixes
...
- Show mongo execute response in seperate cards for each record
- Update postgres read template
- Show query execute error message in the UI.
2020-05-20 14:09:51 +00:00
Akash N
2630eaa4ca
Feature/datasources draft
2020-05-19 06:10:59 +00:00
Akash N
5db021d8d3
Merge branch 'release' of https://gitlab.com/theappsmith/internal-tools-client into fix/queryPane
2020-05-14 18:11:35 +05:30
Akash N
6bd79982fb
Query pane fixes
...
- Show mongo execute response in seperate cards for each record
- Update postgres read template
- Show query execute error message in the UI.
2020-05-14 18:03:44 +05:30
Hetu Nandu
859abb0443
Action execution success is determined by "data.isExecutionSuccess" field
2020-05-14 06:33:23 +00:00
Sunil KS
9dda30f729
fix: content-type case check
...
- do a toLowerCase() before running a check for "content-type" in headers
- truncate api endpoint for provider templates
2020-05-13 18:20:53 +00:00
Akash N
c8ad80d414
Delete datasource after the query pane test is complete.
2020-05-12 08:10:38 +00:00
Hetu Nandu
c2f730edb1
feat: dynamic post body in api form
...
- add info icon
- display helper text and placeholders dynamically
2020-05-11 09:03:46 +00:00
Hetu Nandu
ff2f32290f
Fix content type switching to raw when custom
2020-05-08 12:54:27 +00:00
Hetu Nandu
a191ec92f5
Merge branch 'fix/api-form-fixes' into 'release'
...
Api form fixes
See merge request theappsmith/internal-tools-client!557
2020-05-07 11:00:26 +00:00
Hetu Nandu
c38f839331
feat: add test case for executing blank api
...
- add test case for executing blank api by selecting the available datasource
2020-05-07 11:00:26 +00:00
Hetu Nandu
d33b7e955c
Revert back the draft condition
...
- Initialise headers and query parameters while creating an api
- Do not push fields further on
2020-05-07 10:42:17 +00:00
Hetu Nandu
42f99e766b
Merge branch 'fix/api-timeouts' into 'release'
...
Api timeout changes
See merge request theappsmith/internal-tools-client!554
2020-05-07 08:07:29 +00:00
Hetu Nandu
8572d02b91
Api timeout changes
2020-05-07 08:07:29 +00:00
Hetu Nandu
99e07eb849
Merge branch 'fix/apiDrafts' into 'release'
...
Fix drafts
See merge request theappsmith/internal-tools-client!543
2020-05-07 07:56:37 +00:00
Hetu Nandu
8e7ba82b3f
Revert back the draft condition
...
- Initialise headers and query parameters while creating an api
- Do not push fields further on
2020-05-07 07:56:37 +00:00
Hetu Nandu
6dc6b6e23d
Merge branch 'fix/create-new-api' into 'release'
...
fix: create new api
See merge request theappsmith/internal-tools-client!553
2020-05-07 07:52:19 +00:00
Hetu Nandu
0744b20252
Merge branch 'fix/apiPaneDatasourceField' into 'release'
...
Create a separate action for datasource generated from datasource pane
See merge request theappsmith/internal-tools-client!552
2020-05-07 07:20:03 +00:00
Sunil K S
07c80092e2
fix: create new api
...
- fix create new api button doesn't work sometimes
2020-05-07 12:39:07 +05:30
Akash N
c94a624253
Query pane fixes
...
- Remove search bar
- Show server error message
2020-05-07 10:40:14 +05:30
Akash N
1b15a8e7f6
Create a seperate action for datasource generated from datasource pane
2020-05-07 10:14:52 +05:30
Abhinav Jha
126d6d6912
In scenarios with no service workers, remove the need to fetch all pages when appviewer loads
2020-05-06 11:26:07 +05:30
Hetu Nandu
18b3de2eff
Add api analytic events
...
- IMPORT_API
- EXPAND_API
- IMPORT_API_CLICK
- DUPLICATE_API_CLICK
- MOVE_API_CLICK
- ADD_API_PAGE
- 3P_PROVIDER_CLICK
2020-05-05 13:21:17 +00:00
Abhinav Jha
f57cf9d903
Service workers : Caching
2020-05-05 12:16:51 +00:00
Hetu Nandu
501800d738
Merge branch 'fix/form-issues' into 'release'
...
Fix issue with reset on form error
See merge request theappsmith/internal-tools-client!524
2020-05-05 08:23:24 +00:00
Hetu Nandu
1cb5b6bf31
Fix issue with reset on form error
2020-05-05 08:23:22 +00:00
Hetu Nandu
0bdb9bea4c
feat: dynamic post body in api form
...
- add info icon
- display helper text and placeholders dynamically
2020-05-05 07:50:30 +00:00
Akash N
4cd24112b1
Fix incorrect action type
2020-04-29 17:28:02 +05:30
Akash N
cf0da78dd4
Merge branch 'release' of https://gitlab.com/theappsmith/internal-tools-client into feature/form-config-api
2020-04-29 16:21:11 +05:30
Abhinav Jha
3e2dea745f
Merge branch 'fix/widget-name-restrictions' into 'release'
...
Widget Name Restrictions
- Add restrictions to widget name. Conflicts with Widget Names, Page Names and Action Names
See merge request theappsmith/internal-tools-client!509
2020-04-29 10:20:12 +00:00
Abhinav Jha
7b0f659ff2
Widget Name Restrictions
2020-04-29 10:20:12 +00:00
Hetu Nandu
76c722d0a7
Merge branch 'feature/deleteDatasource' into 'release'
...
Delete datasource
See merge request theappsmith/internal-tools-client!527
2020-04-29 10:03:56 +00:00
Hetu Nandu
061292bd8a
Datasource bug fixes
...
- Prefill datasource title
- Decrease field width
- Save button should have loading state
- Back button in form screen
- Right align save button
- Add new plugin images
and other fixes
2020-04-29 10:03:56 +00:00
Abhinav Jha
06bc85ac12
Merge branch 'fix/page-name-breadcrumbs' into 'release'
...
Page Name updates
- Remove use of `reselect` in `editorSelectors`.
- Rename action from UPDATE_CURRENT_PAGE to SWITCH_CURRENT_PAGE_ID.
- Update new page name in bread crumbs
See merge request theappsmith/internal-tools-client!503
2020-04-29 09:41:30 +00:00
Abhinav Jha
299c2fbbb2
Remove use of reselect in editorSelectors. Rename action from UPDATE_CURRENT_PAGE to SWITCH_CURRENT_PAGE_ID. Update new page name in bread crumbs
2020-04-29 09:41:30 +00:00
Akash N
9c1991aaa3
Get form configs from api
2020-04-29 14:53:23 +05:30
Hetu Nandu
7174ce0a8a
fix: search container ui fixes
...
- remove unwanted imports
2020-04-29 09:06:30 +00:00
Hetu Nandu
89ab91361e
fix: provider cards ui fixes
...
- alignment of provider cards in api home screen fixes
- do not load the providers if already present
- fix 'Add to page' button moving on cliick in provider templates
2020-04-28 10:47:59 +00:00
Hetu Nandu
13c59ee80f
Datasource bug fixes
...
- Prefill datasource title
- Decrease field width
- Save button should have loading state
- Back button in form screen
- Right align save button
- Add new plugin images
and other fixes
2020-04-28 06:52:53 +00:00
Hetu Nandu
85f57e350f
Api pane creation fixes
2020-04-22 09:15:24 +00:00
Hetu Nandu
283252892b
Add a feature flag for new api pane
2020-04-20 08:26:19 +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
0b87848baf
Add basic skeleton for widget loading
2020-04-16 14:02:58 +05:30
Abhinav Jha
f3cccd9aee
Remove errors when 401 unauthorized.
2020-04-15 19:49:39 +05:30
Abhinav Jha
ac4911d896
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into fix/first-page-load-performance
2020-04-15 17:22:43 +05:30
Nikhil Nandagopal
739ba35dc1
Feature/widgets
2020-04-15 11:42:11 +00:00
Abhinav Jha
69d68ed463
Move source map explorer to dependencies
2020-04-15 16:52:15 +05:30
Hetu Nandu
3a53286662
cleanup fixes
2020-04-14 20:46:44 +05:30
Hetu Nandu
af3b5d212f
fix: ui fixes and type defination fixes
...
- avoid using any or undefined types in the code
- fix ui issues for api home screen
- update naming convensions
- remove unwanted code
- use color variables
2020-04-14 12:34:14 +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
Hetu Nandu
06fb241f8e
improve saving workflow after batching
2020-04-13 19:30:50 +05:30
Satbir Singh
7bd4ff2374
Remove FETCH_USER_ERROR message
2020-04-13 15:47:50 +05:30
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
8271d27750
Add classname for property control label. Remove typescript lint errors.
2020-04-08 16:16:01 +05:30
Satbir Singh
03c6fc8b5c
Fixed login error message. Wrong user email in segment after logout issue.
2020-04-08 08:43:56 +00:00
Satbir Singh
24f94c0c13
Merge branch 'fix/login-error' into 'release'
...
Fixing data undefined error on login logout
See merge request theappsmith/internal-tools-client!458
2020-04-07 06:25:51 +00:00
Satbir Singh
6d12e21505
Fixing data undefined error.
2020-04-07 11:28:41 +05:30
Satbir Singh
70a1794e86
After copying api switches to the new one.
2020-04-07 11:17:20 +05:30
Abhinav Jha
b7922242a5
Fix page saving status messages. Fix scrolling when resizing and scroll amount. Fix property pane title update on error issue.
2020-04-05 12:04:14 +05:30
Abhinav Jha
dc877288bc
Modal Fixes 1
2020-04-03 09:32:13 +00:00
Abhinav Jha
a3b05781d8
Fix richtexteditor header z-index. Remove resizable collision for Canvas Widgets. Fix issue where new containers had the same children as the previously created container's children
2020-04-02 05:44:58 +05:30
Satbir Singh
bb9fc29409
Page Params
2020-04-01 08:09:57 +00:00
Satbir Singh
1a71c8f317
Default option value multi select
2020-03-31 03:21:35 +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
Hetu Nandu
6a22201e81
Fix api pane initialization issue
2020-03-24 14:05:19 +00:00
Hetu Nandu
80db9eb030
Performance instrumentation
2020-03-23 12:40:17 +00:00
Hetu Nandu
c544ae95b6
Merge branch 'fix/js-switch-convert-back' into 'release'
...
Maintain current property value when switching back to property control from JS
See merge request theappsmith/internal-tools-client!404
2020-03-20 08:07:46 +00:00
Hetu Nandu
fce5186dbf
Merge branch 'fix/current-page-data-tree' into 'release'
...
Datatree should only have actions of the current page
Fixes: https://www.notion.so/appsmith/Other-pages-bindings-should-not-show-in-the-current-page-API-dropdown-autocomplete-462ddf2943834e92a2e82d028b4e3412
Started storing the current pageId in a single place for editor and app view. We set then after updating the canvas. Changed the arg signature of what unevaluated data tree function expects by being more explicit. Passing only the current page actions in this function now. There are a few minor unrelated refactors too
See merge request theappsmith/internal-tools-client!403
2020-03-20 05:53:11 +00:00
Satbir Singh
78b8ed0303
Table refresh on page change.
2020-03-19 12:42:58 +05:30
Hetu Nandu
546b0b7b3a
store parsed state
2020-03-19 10:29:06 +05:30
Hetu Nandu
1e86690b52
data tree only contains current page actions
2020-03-19 08:55:52 +05:30
Satbir Singh
1c49672c64
Merge branch 'fix/nav-url' into 'release'
...
Added a https protocol to navigation url if it does not exist
See merge request theappsmith/internal-tools-client!397
2020-03-18 13:09:54 +00:00
Satbir Singh
9ed59b8380
Merge branch 'fix/api-jsonpathkeys' into 'release'
...
Fixing array issues with api run
See merge request theappsmith/internal-tools-client!396
2020-03-18 09:17:30 +00:00
Hetu Nandu
cf5b605729
fix issue
2020-03-18 13:37:51 +05:30
Satbir Singh
356faf1853
Navigation to url fixed.
2020-03-18 09:12:18 +05:30
Satbir Singh
4655322262
Fixing array issues with json pathkeys
2020-03-18 08:35:06 +05:30
Hetu Nandu
0860daba93
Merge branch 'fix/infinite-widget-loading' into 'release'
...
Fix widget loading issue
See merge request theappsmith/internal-tools-client!390
2020-03-17 16:15:27 +00:00
Hetu Nandu
0272b29ab2
fix loading issue
2020-03-17 21:27:35 +05:30
Satbir Singh
a5875cd30f
Adding user to sentry and fixing source maps
2020-03-17 15:01:20 +00:00
Hetu Nandu
855b49caee
Fix js toggle issues
2020-03-16 07:59:07 +00:00
Hetu Nandu
af247a181e
trigger loading
2020-03-13 14:47:04 +05:30
Hetu Nandu
1bd5a8c5e7
fix page load actions issues
2020-03-13 01:57:39 +05:30
Satbir Singh
cfb967117c
More events
2020-03-11 13:59:46 +00:00
Satbir Singh
43a35c2162
Removed the extra call to fetch application data before load.
2020-03-09 05:46:32 +00:00
Satbir Singh
a260b9f621
Fixing the application header issue.
2020-03-06 15:45:26 +05:30
Hetu Nandu
d9dee9b16d
Form Widget
2020-03-06 09:45:21 +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
Satbir Singh
c2dcc435dc
Updating login structure as per backend
2020-03-06 06:54:44 +00:00
Satbir Singh
0b9a0cc6ab
More events
2020-03-06 04:59:24 +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
ce0f3b933a
Critical fixes
2020-03-03 06:51:59 +00:00
Abhinav Jha
4d68e9a167
Remove unused variables. Remove missed console.log statement.
2020-02-27 09:29:28 +05:30
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
Hetu Nandu
5e0beb9fe7
Property Pane - Convert control to dynamic
2020-02-26 12:44:56 +00:00
Abhinav Jha
711abae075
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into fix/auth-forms-styles
2020-02-25 17:43:33 +05:30
Abhinav Jha
c36146b431
Fix User auth page styles.
2020-02-25 17:03:07 +05:30
Hetu Nandu
af150b17e9
Fix focus state of editor
2020-02-24 12:58:16 +00:00
Abhinav Jha
5b36b3dc3a
Fix Infinite spinner when create application fails.
2020-02-24 13:22:22 +05:30
Abhinav Jha
8024fe5131
Feature - update widget name
2020-02-21 12:16:49 +00:00
Abhinav Jha
4045bf4a3d
Remove deleted page from list. Disable setting a page as default when it is already the default. Throw error when deleting the homepage.
2020-02-21 07:19:10 +00:00
Hetu Nandu
fb80c4b576
Action refactor
2020-02-18 10:41:52 +00:00
Hetu Nandu
893e8d1b37
Merge branch 'fix/few-issues' into 'release'
...
Fix api pane fixes
- Fix Api Run button not going in loading state
- Fix Api onSuccess and onError not being called
See merge request theappsmith/internal-tools-client!294
2020-02-13 11:48:27 +00:00
Hetu Nandu
a00e53c70d
api fixes
2020-02-13 17:08:34 +05:30
Abhinav Jha
dac746d1e6
Transparent Canvas - Template 1
2020-02-13 09:32:24 +00:00
Abhinav Jha
12c8bfe374
Focus widget only if not already focused. Remove routerparams reducer, we have the info in editorReducer. Change anchor link to button to remove accessibility warnings.
2020-02-12 15:06:08 +05:30
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
Abhinav Jha
1dcdf8694f
Delete application after api response
2020-02-03 17:49:10 +05:30
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
6c86253945
Fix components for widget update
2020-01-31 11:13:16 +00:00
Abhinav Jha
235273d1e3
P1 issues
2020-01-31 10:46:43 +00:00
Hetu Nandu
0dd25ba2ef
Refactor Widget loading
2020-01-30 13:23:04 +00:00
Hetu Nandu
b6898d4ef7
Page Load actions with dependencies
2020-01-30 10:55:37 +00:00
Abhinav Jha
5c0f221cc7
Fix Editable Text. Sidnav styles. editor/viewer redirection from application card.
2020-01-28 11:57:46 +05:30
Hetu Nandu
9b00a345ad
Various P0 fixes
2020-01-27 13:53:33 +00:00
Abhinav Jha
156565c65e
Page Management
2020-01-27 08:24:58 +00:00
Hetu Nandu
729599009a
Api page association
2020-01-24 09:54:40 +00:00
Hetu Nandu
324896a660
fix published page isse
2020-01-21 13:58:21 +05:30
Abhinav Jha
032e6bce61
Misc Fixes
2020-01-17 12:34:58 +00:00
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
c6906e1781
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into feature/fix-71
2020-01-06 16:33:42 +05:30
Abhinav Jha
8c66983b9b
New User (Invite) API based modifications
2020-01-06 09:07:30 +00:00
Hetu Nandu
752944ee02
Various api pane and dynamic input improvements
2020-01-03 13:40:31 +00:00
Abhinav Jha
6c17a6e66d
Logout feature
2020-01-03 08:49:47 +00:00
Hetu Nandu
0f908de645
Feature/api cached response autocomplete
2020-01-02 13:46:36 +00:00
Abhinav Jha
189c380e85
Property pane should open on move, add and resize
2020-01-02 18:12:02 +05:30
Hetu Nandu
107e1fd6d2
Api Pane select api fix
2019-12-30 13:05:37 +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
e82f5f3988
Sync path and params in api pane
2019-12-23 12:12:58 +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
Abhinav Jha
ed2ecadbc4
User Auth Flow
2019-12-16 08:49:10 +00:00
Hetu Nandu
dd03093834
Execute page load actions when loading page
2019-12-11 15:24:27 +00:00
Hetu Nandu
37a96358f4
Separate loading states per action
2019-12-11 15:14:38 +00:00
Hetu Nandu
f45d2b9135
Data Tree Autocomplete
2019-12-06 13:16:08 +00:00
Satbir
f9d1067181
Fixing action execution error caused from js exec.
2019-12-03 13:03:14 +05:30
Satbir
915da9c660
Renaming extract to evalute.
2019-12-02 15:20:25 +05:30
Satbir
8cbdd84857
Renaming extractDynamicBoundValue to evaluate.
2019-12-02 13:06:20 +05:30
Satbir
2ac28cde5b
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into feature/js-executor
2019-12-02 09:09:36 +05:30
Hetu Nandu
6cea0e80ad
Add support for plugin name based filtering
2019-11-29 05:22:49 +00:00
Satbir
48fa52d9ba
Adding JS execution functionality.
2019-11-28 09:26:44 +05:30
Hetu Nandu
1825fd7a19
Drafts in API Pane
2019-11-25 09:15:11 +00:00
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
Abhinav Jha
f9e9f0fe55
Configs API Update
2019-11-22 12:15:33 +00:00
Abhinav Jha
2fa79e403d
Applications Page Styling
2019-11-21 10:52:49 +00:00
Hetu Nandu
7beb7fa40c
Fixes for dry run
2019-11-20 10:57:05 +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
9ebcc370b7
Fix table widget render issue
2019-11-14 12:16:11 +00:00
Abhinav Jha
eb07e7ad9f
Fix: Dynamic binding update on updateWidgetProperty
2019-11-14 11:17:36 +00:00
Hetu Nandu
750d69a6c6
Property validations
2019-11-14 09:28:51 +00:00
Satbir Singh
ff80a4b267
Action can be unset. Actions are validated before executing.
2019-11-14 07:42:24 +00:00
Hetu Nandu
8c8312928a
Fix various api pane bugs
2019-11-13 07:34:59 +00:00
Hetu Nandu
c9914c4246
Api Dry Run
2019-11-12 09:43:13 +00:00
Nikhil Nandagopal
3dd7713aac
minor fix
2019-11-12 14:22:13 +05:30
Nikhil Nandagopal
793ab07eed
Merge branch 'master' into release
...
# Conflicts:
# src/sagas/ActionSagas.ts
# src/widgets/TableWidget.tsx
2019-11-12 14:09:37 +05:30
Nikhil Nandagopal
62ecb0f00f
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into release
2019-11-12 14:04:13 +05:30
Nikhil Nandagopal
3881fe699c
Feature/date picker
2019-11-12 07:57:12 +00:00
Nikhil Nandagopal
2cc0e13006
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into release
2019-11-12 12:06:46 +05:30
Satbir Singh
93c1b790d0
Added functionality to execute actions on successful call or on error of an action.
2019-11-12 05:22:32 +00:00
Nikhil Nandagopal
1f40d135f3
Release
2019-11-11 11:42:52 +00:00
Nikhil Nandagopal
f0a57e8aab
Master
2019-11-11 11:34:42 +00:00
Nikhil Nandagopal
be25ac3208
Merge branches 'master', 'release' and 'release' of gitlab.com:theappsmith/internal-tools-client into release
2019-11-11 17:01:25 +05:30
Hetu Nandu
f222c34b07
View Dynamic bindings
2019-11-08 11:02:00 +00:00
Hetu Nandu
dc18277abc
Merge branch 'release'
2019-11-07 15:45:33 +05:30
Hetu Nandu
7687d68b61
Rename "resources" to "datasources"
2019-11-07 09:32:38 +00:00
Abhinav Jha
9ba528830d
Feature - Applications Scaffold Page - Create Application
2019-11-07 04:59:40 +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
3e9f278b95
Release
2019-11-05 05:09:50 +00:00
Nikhil Nandagopal
11e8c456a5
refactored folder structure
2019-11-04 10:57:19 +00:00
Hetu Nandu
e380c489fb
Dynamic binding scaffold
2019-11-01 07:11:32 +00:00
Abhinav Jha
ffb9b89620
WIP: Page Creation, Page Switching, Published Application Viewer, DropdownComponent
...
- Fixes #22 , #151 , #166 , #167 , #168 , #169
2019-10-31 08:36:04 +00:00
Hetu Nandu
4c5850499d
Few more api pane fixes
...
Fixes : #165 #164 #163 #162 #161 #160 #157 #133 #119 #118 #115 #114
2019-10-29 12:02:58 +00:00
Nikhil Nandagopal
d40a347dae
Merge branch 'feature/preview-publish' into 'release'
...
Preview Publish Part I + Canvas Fixes
See merge request theappsmith/internal-tools-client!78
2019-10-25 09:53:10 +00:00
Hetu Nandu
a0b536eced
Fixes for the API Editor #109 #112 #111 #116
2019-10-25 05:35:20 +00:00
Abhinav Jha
78513b0298
WIP: Trigger Preview and Publish Api
2019-10-24 14:53:50 +05:30
Abhinav Jha
4f38d28bd5
WIP: Preview page and Publish Application
...
- Integrate with Publish Application API
- Integrate with Fetch published page API
2019-10-24 12:33:59 +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
8312c48f83
Populate resources in the API Pane ( #106 )
2019-10-22 14:59:58 +00:00
Hetu Nandu
1c0854ac02
Fix key value field ( #105 )
2019-10-22 14:54:23 +00:00
Hetu Nandu
e0348cc1f3
API form
2019-10-21 15:12:45 +00:00
Abhinav Jha
b950ede2b1
Use re-select and re-re-select. Fetch property pane configs from appsmith API. Refactor code to use reselect and re-reselect
2019-10-21 11:40:24 +00:00
Hetu Nandu
7d56e10f8f
Add Navbar and API Pane ( #79 )
2019-10-18 08:16:26 +00:00
Hetu Nandu
0179a6f3af
Few more changes
2019-10-07 18:49:29 +05:30
Hetu Nandu
db97974ed0
review changes
2019-10-07 18:41:18 +05:30
Hetu Nandu
866181b340
remove error creator
2019-10-07 18:02:32 +05:30
Hetu Nandu
122a4c543b
Toast messages for caught errors
2019-10-07 17:59:38 +05:30
Abhinav Jha
72443b0b06
Use parentId to delete and move
2019-10-03 23:05:13 +05:30
Abhinav Jha
eb195aa321
Get new widget name based on widget configs
2019-10-03 22:36:44 +05:30
Abhinav Jha
87171c6ecb
Fix collision with self on dragging
2019-10-03 02:44:58 +05:30
Abhinav Jha
2f238b1da4
Use React-RND to resize on all sides. Use class selector for resize bounds
2019-10-03 01:12:25 +05:30
Abhinav Jha
91fd8ff17e
Propagate WidgetConfigs to new widget. Use theme spaces everywhere.
2019-10-02 23:43:04 +05:30
Abhinav Jha
062540e838
Add global Saga to handle errors
2019-09-27 21:35:33 +05:30
Abhinav Jha
e0706cf6e3
Change location for save page notification
2019-09-27 13:38:31 +05:30
Abhinav Jha
b2e46997a5
Merge branch 'feature/canvas-grid-rewrite' into 'release'
...
Icon imports. Fixes #13 and #14
See merge request theappsmith/internal-tools-client!31
2019-09-26 11:49:00 +00:00
Abhinav Jha
e27eb3a284
Merge branch 'feature/actions' into 'release'
...
moved property controls
See merge request theappsmith/internal-tools-client!30
2019-09-26 11:12:07 +00:00
Abhinav Jha
4ca0ef7324
Icon imports. Fixes #13 and #14
2019-09-26 16:41:28 +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
Nikhil Nandagopal
14bee4aadd
moved property controls
2019-09-24 17:41:32 +05:30
Abhinav Jha
2e2f32b1cd
Fix delete logic. Attempt upgrading blueprintjs. Fixes #7 , #10 , #11 , #12
2019-09-23 17:27:55 +05:30
Abhinav Jha
43c7539137
Canvas Grid Rewrite
...
- Fixes #7 , #10 , #11 , #12
2019-09-23 16:13:22 +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
ffb532fa7a
WIP: Canvas widget drop and positioning
2019-09-20 03:55:37 +05:30
Nikhil Nandagopal
60714e19f2
made binding optional
...
re-added mock response
2019-09-18 19:40:57 +05:30
Abhinav Jha
c87552b951
Canvas Grid Fixes #6 and #12
...
- Integrate with Fetch Page and Save Page APIs
- Scaffolding for updating widget properties
- DropTargetComponent
- DraggableComponent
2019-09-18 16:30:15 +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
673cd75a3f
WIP: integrate with fetch pages and save pages APIs
2019-09-18 16:18:56 +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
a8adc4e5f3
ran lint & prettier manually
2019-09-16 16:07:38 +05:30
Abhinav Jha
e6f5588488
Remove canvas poc code. Create build script for generating font files
2019-09-16 13:38:03 +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
f905417242
added actions & executor sagas
2019-09-13 15:26:11 +05:30
Nikhil Nandagopal
be5c516db8
added json path
...
added action interfaces
2019-09-12 16:49:38 +05:30
Abhinav Jha
b9718bdaec
WIP: Fix eslint errors
2019-09-09 14:38:54 +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
e3ecb9974a
added action creators to pass actions to sagas
2019-03-30 18:00:42 +05:30
Nikhil Nandgopal
69114b8352
exported only watch saga
2019-03-26 21:32:23 +05:30
Nikhil Nandgopal
d83f3d9308
added axios type script
...
added api calls from a mock server
added redux saga
2019-03-26 20:58:24 +05:30