Nikhil Nandagopal
3ef53b15f3
Feature/query help ( #64 )
...
* bumped up codemirror version
* minor fix
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-07-09 19:03:34 +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
akash-codemonk
5f39dfd88b
Fix new query flag value ( #55 )
2020-07-08 15:04:50 +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
Hetu Nandu
d85376b90c
Remove current value popup from function call fields ( #49 )
2020-07-07 14:19:22 +05:30
Hetu Nandu
00f9451398
Remove current value from Embedded datasource path field ( #48 )
2020-07-07 13:44:46 +05:30
Hetu Nandu
0b86b503aa
Fix move/copy success/failure workflow ( #47 )
2020-07-07 13:37:37 +05:30
satbir121
d753374aa9
Using TinyMCE from cdn to remove the warning message. ( #39 )
...
* Removing tinymce api key message.
* Updating yarn lock.
* Fixing editor disabled.
* Default set on refresh.
Co-authored-by: Satbir Singh <apple@apples-MacBook-Pro.local>
2020-07-06 19:06:42 +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
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
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
vicky-primathon
593f616c13
NumericInput component breaks table widget when no data is in table, since props.pageCount becomes 0. So to fix this changed it to 1 when it is 0. ( #29 )
2020-07-03 16:33:56 +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
vicky-primathon
10b1e40acd
Feature/table ui update pagination ( #15 )
...
* 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
* added onSearch to getTriggerPropertyMap
* debouncing search fixed
* 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
* Client side search key made as case insensitive and property of table search value names as searchKey
* Removed unused function form SearchComponent
* Colors used from constants
* Adding tool tip to truncated values in table widget. Added AutoToolTipComponent that adds tooltip when text is truncated. (#16 )
Co-authored-by: Arpit Mohan <me@arpitmohan.com>
2020-07-03 14:02:21 +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
Nikhil Nandagopal
601d765efe
Feature/assets removal ( #27 )
...
* removed youtube and postman old logo
* removed API key
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-07-03 13:17:04 +05:30
Nikhil Nandagopal
9cd4791323
removed youtube and postman old logo ( #25 )
...
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-07-03 12:42:28 +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
Abhinav Jha
52cc3862a8
Remove storybooks from the client app ( #9 )
2020-07-02 11:21:32 +05:30
Tejaaswini Narendra
6fff99530f
Fix: "Manage users" button should close modal on settings page ( #6 )
2020-07-02 08:40:24 +05:30
satbir121
15efdc4dbd
Added algolia search logo. ( #20 )
...
Co-authored-by: Satbir Singh <satbir121@gmail.com>
2020-07-02 07:22:47 +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
Arpit Mohan
5865b615bc
Merge branch 'fix/autoCompleteActionConfig' into 'release'
...
Show the action's actionConfiguration for for 'config' in autocompletion
Show the action's actionConfiguration for 'config' in autocompletion
See merge request theappsmith/internal-tools-client!794
2020-06-30 04:18:25 +00:00
Nikhil Nandagopal
faddd04cb3
updated query templates
...
added error message for all APIs
2020-06-29 18:18:21 +05:30
Satbir Singh
f55357029c
Removed syncfusion completely.
2020-06-29 09:10:19 +00:00
Satbir Singh
d640c03386
Query editor auto save.
2020-06-29 08:23:10 +00:00
Akash N
7d6dacb848
Show the action's actionConfiguration for for 'config' in autocompletion
2020-06-29 13:11:53 +05:30
Akash N
902096cede
Use react-table instead of syncfusion/react-grids for query table
2020-06-29 06:13:29 +00:00
Satbir Singh
91231166a0
Merge branch 'master' into 'release'
...
Backmerge api name hotfix in master to release.
See merge request theappsmith/internal-tools-client!790
2020-06-26 12:03:33 +00:00
Satbir Singh
84da0a63fb
Fixing api name not getting saved.
2020-06-26 16:52:54 +05:30
Vicky Bansal
945326fe43
Merge branch 'fix/table-crash-issue' into 'release'
...
Action column index binded instead of taking it from state for column actions
See merge request theappsmith/internal-tools-client!766
2020-06-26 09:58:52 +00:00
Trisha Anand
f640f85042
Merge branch 'fix/org-react-table' into 'release'
...
fix: Update Syncfusion table to react table on Org Settings
See merge request theappsmith/internal-tools-client!786
2020-06-26 09:23:53 +00:00
Arpit Mohan
f62439445a
Merge branch 'fix/table-widget-create-all-columns' into 'release'
...
Taking keys from all data points of table to generate columns instead of just first data point of table data.
See merge request theappsmith/internal-tools-client!779
2020-06-26 07:55:45 +00:00
Tejaaswini
beb3a2cbb9
fix: Update Syncfusion table to react table on Org Settings
2020-06-26 00:18:07 +05:30
Nikhil Nandagopal
3bb16489c4
Merge branch 'fix/lightning-menu-icon-hides-text' into 'release'
...
Fix/lightning menu icon hides text
See merge request theappsmith/internal-tools-client!778
2020-06-25 10:24:27 +00:00
Hetu Nandu
fb65b204a8
JSON stringify fixes
2020-06-25 10:04:57 +00:00
vicky_primathon.in
2758dd9689
Highlighting icon backround when field is in focused state but user hovers over icon space
2020-06-25 13:04:15 +05:30
vicky_primathon.in
9c33f83ae9
Taking keys from all data points of table to generate columns intead of just first data point of table data
2020-06-25 12:48:51 +05:30
Arpit Mohan
ac397ee779
Merge branch 'fix/scrollbars' into 'release'
...
Fix/scrollbars
Remove scrollbars for function docs, autocomplete, current value and evaluated value.
See merge request theappsmith/internal-tools-client!775
2020-06-25 07:17:58 +00:00
Akash N
6f5c8ecca5
Remove scrollbars for function docs, autocomplete, current value and evaluated value.
2020-06-25 07:17:58 +00:00
vicky_primathon.in
74ac989815
Fixing the text not visible issue when the lightning menu is enabled on a field and field is in focused state
2020-06-25 12:20:18 +05:30
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
Arpit Mohan
aa2d1b1944
Merge branch 'fix/queryNameUpdate' into 'release'
...
Fix query name not updating
- For queries take the payload as it is.
See merge request theappsmith/internal-tools-client!771
2020-06-24 08:24:03 +00:00
Arpit Mohan
51b3a765ac
Merge branch 'fix/expandEvaluatedValue' into 'release'
...
Expand evaluated value on click
- Show evaluatedValue based on input focus and content's hover state.
See merge request theappsmith/internal-tools-client!765
2020-06-24 08:22:27 +00:00
Akash N
1403141cc7
Expand evaluated value on click
...
- Show evaluatedValue based on input focus and content's hover state.
2020-06-24 08:22:27 +00:00
Akash N
b153c86f9c
Fix query name not updating
...
- For queries take the payload as it is.
2020-06-23 16:40:26 +05:30
Tejaaswini
cb6997bcf0
Fix: Deactivate invite button and hide delete
...
- Deactivate the invite user button when email or role is not selected
- Hide Delete button for Appviewer role
- Fix dropdown position
2020-06-23 11:59:22 +05:30
Satbir Singh
7fa91b88d5
Fixing request view file name
2020-06-23 09:42:52 +05:30
Satbir Singh
e4858b82f8
Chrome dev tools request body
2020-06-23 03:58:42 +00:00
Vicky Bansal
c4eeccbf81
Merge branch 'fix/action-selectors' into 'release'
...
Fix/action selectors
See merge request theappsmith/internal-tools-client!723
2020-06-22 13:55:19 +00:00
Vicky Bansal
8a9f00c5a4
Merge branch 'fix/image-validation-regex' into 'release'
...
image validation regex updated to support query values
See merge request theappsmith/internal-tools-client!751
2020-06-22 13:47:56 +00:00
Vicky Bansal
b7b2766bc2
Merge branch 'fix/table-video-field-support' into 'release'
...
Fix/table video field support
See merge request theappsmith/internal-tools-client!752
2020-06-22 13:46:19 +00:00
Vicky Bansal
12c6147d1c
Fix/table video field support
2020-06-22 13:46:19 +00:00
vicky_primathon.in
31c52ca7b4
Handling unselected action values to show No Action
2020-06-22 18:40:36 +05:30
Tejaaswini Narendra
d1ae457f9f
fix: invite user email validation
2020-06-22 11:12:54 +00:00
vicky_primathon.in
59a855bde9
Action column index binded instead of taking it from state for column actions
2020-06-22 13:55:03 +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
6def10319e
Adding type for request.
2020-06-19 23:03:02 +05:30
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
vicky_primathon.in
c5af30370f
lightning menu tooltip flash issue fixed
2020-06-19 16:27:54 +05:30
Nikhil Nandagopal
eaea735f9e
Merge branch 'fix/date-picker-2' into release
2020-06-19 14:33:27 +05:30
Nikhil Nandagopal
fa71e7c4ef
changed date picker to store formatted date
2020-06-19 13:21:07 +05:30
vicky_primathon.in
e950a3f935
wrapping action code issue fixed. tree component is changed.
2020-06-19 13:00:11 +05:30
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
Tejaaswini
f3bc246ecb
fix: revert changes
2020-06-19 11:25:20 +05:30
vicky_primathon.in
f1bc994888
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into fix/action-selectors
2020-06-18 23:22:20 +05:30
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
8a80132820
Merge branch 'fix/date-picker-2' into 'master'
...
minor fix for date picker validator
See merge request theappsmith/internal-tools-client!748
2020-06-18 16:11:42 +00:00
Hetu Nandu
60b9bba24b
Merge branch 'fix/hot-fixes-2' into 'master'
...
Action draft fixes
See merge request theappsmith/internal-tools-client!753
2020-06-18 14:16:49 +00:00
Hetu Nandu
ded1a130e3
Action draft fixes
2020-06-18 14:16:49 +00:00
Tejaaswini
c02acf21bc
fix: Minor change
2020-06-18 18:01:56 +05:30
Tejaaswini
0ffff9db4f
merge 'release' into 'fix/minor-bugs'
2020-06-18 17:46:46 +05:30
vicky_primathon.in
700b74136e
image validation regex updated to support query values
2020-06-18 16:53:11 +05:30
Hetu Nandu
549b9ba0ad
Fix dropdown default value issue
2020-06-18 16:30:05 +05:30
Nikhil Nandagopal
ba8f9fa00e
minor fix for date picker validator
2020-06-18 15:50:53 +05:30
Abhinav Jha
82e3b4ffa7
Merge branch 'fix/modal-overlay' into 'release'
...
Fix modal overlay covering widget cards pane issue
See merge request theappsmith/internal-tools-client!743
2020-06-18 09:25:41 +00:00
Abhinav Jha
fb8fd1b2aa
Merge branch 'fix/chart-widget-crash' into 'release'
...
Fix the chart widget crash issue
- Fix chart widget crash issue which was caused due to incorrect default values.
See merge request theappsmith/internal-tools-client!744
2020-06-18 09:25:05 +00:00
Abhinav Jha
e9377d8187
Add singleChartData to chartData migration
2020-06-18 14:31:12 +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
Abhinav Jha
8add047d70
Cleanup
2020-06-18 13:18:19 +05:30
Satbir Singh
fd3f4c2028
Fixing performance issue in apiName
2020-06-18 07:46:53 +00:00
Abhinav Jha
1d2e165a71
Fix the chart widget crash issue
2020-06-18 13:16:04 +05:30
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
Abhinav Jha
78ebdfc9d8
Fix modal overlay covering widget cards pane issue
2020-06-18 10:56:50 +05:30
Abhinav Jha
57e341b7e8
Fix modal overlay z-index issue
2020-06-17 16:35:05 +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
vicky_primathon.in
f479e1d1d1
wrapping action code reverted
2020-06-17 18:28:26 +05:30
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
vicky_primathon.in
51545bf774
changes for child fields
2020-06-17 15:10:29 +05:30
Abhinav Jha
d7cac27c8f
Remove 100% width from button size
2020-06-17 13:14:25 +05:30
Abhinav Jha
3eb7fbdf18
Merge branch 'fix/new-widget-borders' into 'release'
...
Prevent widget name un-highlight when clicking on property pane.
See merge request theappsmith/internal-tools-client!730
2020-06-17 06:39:22 +00:00
Abhinav Jha
044df2b08d
Add max width to back to editor button on appviewer
2020-06-17 11:59:09 +05:30
Vicky Bansal
232f5a9206
Fix/empty cells for empty table
2020-06-17 06:00:43 +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
Abhinav Jha
0f7fd2287a
Stop click propagation on property pane to prevent the widget from getting unselected
2020-06-16 15:42:17 +05:30
Vicky Bansal
5643a53c9f
Fixing table bugs
2020-06-16 07:37:39 +00:00
Tejaaswini
c99640df91
Merge branch 'release' into feature/acl
2020-06-16 11:44:44 +05:30
vicky_primathon.in
02d841a1b1
changes for tree structure
2020-06-16 10:50:46 +05:30
Akash N
1d38c98a7f
Fix tab key navigation for headers and query params
...
- Extend existing extraKeys to avoid overriding the `Tab` extraKey
2020-06-15 13:14:39 +00:00
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
Hetu Nandu
70d4818767
add missing semi-colons in styles
2020-06-15 14:21:00 +05:30
Satbir Singh
cb628d26b2
Merge branch 'fix/remove-ff' into 'release'
...
ApiPaneV2 DocsV2 QueryV2 DatasourceV2 feature flag removed
See merge request theappsmith/internal-tools-client!721
2020-06-15 08:03:07 +00:00
Satbir Singh
bb4004fce0
ApiPaneV2 DocsV2 QueryV2 DatasourceV2 flag removed
2020-06-15 12:21:46 +05:30
vicky_primathon.in
cddd6586f2
overflow fix reverted
2020-06-15 11:18:17 +05:30
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
Trisha Anand
6eea8ec43e
Merge branch 'fix/acl-buglist' into 'feature/acl'
...
Modal collapse on role entry : Fix enter role from the dropdown closes the share pop up
See merge request theappsmith/internal-tools-client!712
2020-06-12 11:59:20 +00:00
Hetu Nandu
e6972ea772
add lodash docs
2020-06-12 16:26:46 +05:30
Tejaaswini
3b147cc445
Merge branch 'release' into feature/acl
2020-06-12 15:38:40 +05:30
vicky_primathon.in
3bf86936b1
merge conflicts resolved
2020-06-12 14:16:42 +05:30
Hetu Nandu
133f50807e
Fix api pane performance
2020-06-12 08:35:52 +00:00
Satbir Singh
1b546cd308
Merge branch 'fix/save-edit' into 'release'
...
Save on edit debounce rate decreased and Run api is filled
See merge request theappsmith/internal-tools-client!715
2020-06-12 08:03:17 +00:00
Satbir Singh
75cef07aa9
Save on edit debounce rate decreased and Run api is filled
2020-06-12 08:03:17 +00:00
Nikhil Nandagopal
5e292f0534
Merge branch 'fix/form' into 'release'
...
made form data visible at the top level
See merge request theappsmith/internal-tools-client!700
2020-06-12 05:28:37 +00:00
Akash N
e6ed4fd5bc
Datasouces and query fixes
...
- Show plugin icons in query sidebar and dropdown
- Collapse all sections except the first one in datasources form
- Collapse from second depth in query mongo response UI.
2020-06-12 05:09:49 +00:00
Satbir Singh
f606b0989e
Merge branch 'fix/api-scroll' into 'release'
...
Fixing api Scroll.
See merge request theappsmith/internal-tools-client!689
2020-06-12 03:54:12 +00:00
Satbir Singh
1538a70d1f
Fixing api Scroll.
2020-06-12 03:54:12 +00:00
vicky_primathon.in
db17836810
info icon placed after field. test case fixed for action selectors
2020-06-11 19:30:38 +05:30
Tejaaswini
08323d3281
fix: Modal collapse on role entry
2020-06-11 17:01:32 +05:30
Hetu Nandu
c2213bd696
Evaluated value bug fixes
2020-06-11 11:03:16 +00:00
vicky_primathon.in
d7b8c0da7d
lightning menu disabled for disabled fields
2020-06-11 14:26:38 +05:30
Tejaaswini
53732cf7d9
fix: Disable application share button visibility
2020-06-11 13:03:54 +05:30
vicky_primathon.in
299d1d8158
code review changes
2020-06-11 12:54:19 +05:30
Nikhil Nandagopal
e468fbbe62
Merge branch 'release' into fix/form
2020-06-11 12:23:34 +05:30
Akash N
41e431ebb4
Add checkbox field for executeOnLoad in query form
2020-06-11 06:29:32 +00:00
vicky_primathon.in
da3ad7edc9
merge conflicts resolved
2020-06-11 10:52:00 +05:30
Satbir Singh
13afc1a703
Merge branch 'feature/save-edit' into 'release'
...
Save api on edit.
See merge request theappsmith/internal-tools-client!702
2020-06-10 17:42:51 +00:00
Satbir Singh
13422048e4
Save api on edit.
2020-06-10 17:42:51 +00:00
Abhinav Jha
80f03d970b
New Widget borders
2020-06-10 17:31:20 +00:00
Tejaaswini
54003a1d31
update: Invite user form design
2020-06-10 20:30:11 +05:30
vicky_primathon.in
a528ffc7d4
merge conflicts resolved
2020-06-10 19:16:45 +05:30
vicky_primathon.in
f70a3143c6
action selector breakages fixed
2020-06-10 19:11:26 +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
05bb520479
Merge branch 'release' into fix/form
2020-06-10 17:50:39 +05:30
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
ed37c27c67
added pagination info
2020-06-10 15:51:16 +05:30
vicky_primathon.in
e930a3963c
Merge branch 'feature/widget-actions-menu' of gitlab.com:theappsmith/internal-tools-client into fix/lightning-menu
2020-06-10 15:41:12 +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
Nikhil Nandagopal
2df86b79e9
fixed type def
...
resolved mr comments
2020-06-09 18:40:42 +05:30
Nikhil Nandagopal
7da961bcc9
fixed clearing date picker
2020-06-09 18:34:47 +05:30
Tejaaswini Narendra
91efefee09
fix: Minor change
...
- remove return
2020-06-09 12:10:55 +00:00
Nikhil Nandagopal
9becaa9a9f
made form data visible at the top level
2020-06-09 17:34:38 +05:30
Nikhil Nandagopal
a567622e0d
minor fix
2020-06-09 14:29:08 +05:30
Nikhil Nandagopal
8501ebe670
added date format to date picker
2020-06-09 14:14:13 +05:30
Nikhil Nandagopal
563c74f1a9
fixed tests failing
2020-06-09 11:55:11 +05:30
Nikhil Nandagopal
79c62d4863
fixed data tree path
2020-06-08 17:56:07 +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
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
Trisha Anand
f02ae99af4
Merge branch 'fix/create-api' into 'feature/acl'
...
fix: Create API and Curl Import API
See merge request theappsmith/internal-tools-client!690
2020-06-05 13:52:08 +00:00
Tejaaswini
7c3d18b7f6
Merge branch 'feature/acl' into fix/invite-users
2020-06-05 18:58:21 +05:30
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
7a02d62682
Merge branch 'feature/acl' into fix/invite-users
2020-06-04 19:00:47 +05:30
Tejaaswini
efad40becd
fix: Update UI changes
2020-06-04 18:42:19 +05:30
Tejaaswini Narendra
81df7326c5
fix- Update minor UI changes
2020-06-04 12:15:09 +00:00
vicky_primathon.in
19b8c46cc1
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into feature/widget-actions-menu
2020-06-04 16:03:40 +05:30
vicky_primathon.in
cf0fa0fd22
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into fix/icons-placement-issues
2020-06-04 16:03:05 +05:30
vicky_primathon.in
b72e8ecd0f
lightning menu popover placement fixed
2020-06-04 15:25:44 +05:30
Tejaaswini
6c8eaf2aad
fix: Minor UI changes
2020-06-04 14:47:08 +05:30
vicky_primathon.in
0062b3182f
padding added in dynamic auto complete to show lightningmenu icon reverted
2020-06-04 14:22:48 +05:30
Satbir Singh
11b2995387
Enabling Optimizely through ad blockers.
2020-06-04 07:13:36 +00:00
Tejaaswini
4e9685b8d5
fix-Update minor UI changes
2020-06-04 12:28:30 +05:30
Hetu Nandu
44e657fe12
refactored function name
...
reverted binding logic
2020-06-03 17:27:24 +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
199e70955e
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into feature/widget-actions-menu
2020-06-03 18:01:21 +05:30
vicky_primathon.in
3e5d7eeb34
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into fix/icons-placement-issues
2020-06-03 18:00:28 +05:30
vicky_primathon.in
b38b5b3a30
lightning menu border changes
2020-06-03 17:51:18 +05:30
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
vicky_primathon.in
86a8c49e73
isHover state removed from dynamic auto complete
2020-06-03 15:23:32 +05:30
vicky_primathon.in
d537fbcebd
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into fix/icons-placement-issues
2020-06-03 15:22:01 +05:30
vicky_primathon.in
b7ee43da39
merge conflicts resolved
2020-06-03 15:21:07 +05:30
vicky_primathon.in
210a4f3e71
merge conflicts resolved
2020-06-03 15:19:18 +05:30
vicky_primathon.in
2f6211e01b
syntax highlight for code in action selectors
2020-06-03 15:09:17 +05:30
vicky_primathon.in
5259756bf6
Merge branch 'feature/syntax-highlighting' of gitlab.com:theappsmith/internal-tools-client into feature/widget-actions-menu
2020-06-03 12:48:40 +05:30
vicky_primathon.in
f55b76b582
Merge branch 'master' of gitlab.com:theappsmith/internal-tools-client into feature/widget-actions-menu
2020-06-03 12:45:28 +05:30
vicky_primathon.in
b28d1e6f5f
lightning menu changes merged
2020-06-03 12:44:17 +05:30
vicky_primathon.in
535706aa9b
lightning menu changes merged
2020-06-03 12:41:42 +05:30
vicky_primathon.in
2a477468ed
changes to fix hover issue
2020-06-03 12:40:16 +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
vicky_primathon.in
4ca1f5b02e
delete icon placement fix, spacing in auto complete for lightning menu icon added
2020-06-03 10:14:11 +05:30
vicky_primathon.in
5b43bd2d5f
lightning menu user states added
2020-06-02 17:18:54 +05:30
Hetu Nandu
973af1c5e7
Single series chart data
2020-06-02 11:27:24 +00:00
vicky_primathon.in
e6c6556b50
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into feature/lightning-menu
2020-06-02 14:31:44 +05:30
vicky_primathon.in
2bff98d10d
lightning menu state latest changes
2020-06-02 14:31:03 +05:30
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
Abhinav Jha
341133a95d
Add syntax highlighting component
2020-06-02 13:24:31 +05:30
vicky_primathon.in
5fd3e59f7a
hover and active state in lightning menu added
2020-06-02 12:43:13 +05:30
Tejaaswini
17940bcfef
Merge branch 'release' into feature/acl
2020-06-02 11:29:58 +05:30
Akash N
e808c21a88
Fix search
2020-06-01 10:42:10 +05:30
Satbir Singh
5a1f1b63b6
Merge branch 'feature/lightning-menu-feature-flag-config' into 'release'
...
Adding feature flag configuration for lightning menu. (UNUSED)
See merge request theappsmith/internal-tools-client!662
2020-05-30 02:41:11 +00:00
Satbir Singh
e5995b5869
Increased width of documentation. Open link shows on hover. Increased font size of search. Adding Check request body button.
2020-05-30 02:39:18 +00:00
Abhinav Jha
1f5284bb67
Adding feature flag configuration for lightning menu. (UNUSED)
2020-05-29 23:59:03 +05:30
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
Satbir Singh
a8ab4b5523
Compact documentation UI
2020-05-29 11:49:46 +00:00
vicky_primathon.in
0236dcd251
button text alignment fixed
2020-05-29 17:03:08 +05:30
vicky_primathon.in
c956105365
merge conflicts resolved
2020-05-29 16:59:27 +05:30
Tejaaswini
c2b7eb2f28
Merge branch 'release' into feature/acl
2020-05-29 13:45:02 +05:30
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
vicky_primathon.in
6d42c7fe32
all code review comments handled
2020-05-29 11:37:18 +05:30
Satbir Singh
7d9b6784e5
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into fix/tweaks
2020-05-28 23:53:05 +05:30
Satbir Singh
b7b74ffd02
Feature/help
2020-05-28 18:10:26 +00:00
vicky_primathon.in
96776b746a
code review changes
2020-05-28 18:40:25 +05:30
vicky_primathon.in
666ab68703
actions sub-branching in UI done. separating query and api as separate actions done.
2020-05-28 16:22:48 +05:30
vicky_primathon.in
da4ed9d470
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into feature/widget-actions-menu
2020-05-28 15:42:40 +05:30
vicky_primathon.in
63c19544e9
create new saga for createNewQueryAction
2020-05-28 15:42:02 +05:30
vicky_primathon.in
aa743dccb5
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into feature/widget-actions-menu
2020-05-28 14:49:58 +05:30
vicky_primathon.in
611b317aed
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into feature/lightning-menu
2020-05-28 14:49:13 +05:30
vicky_primathon.in
d218f50e6a
code review changes
2020-05-28 14:48:08 +05:30
Nikhil Nandagopal
f11efcbf9a
Merge branch 'fix/tweaks' of gitlab.com:theappsmith/internal-tools-client into fix/tweaks
2020-05-28 14:32:58 +05:30
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
03ff6a36f7
fixed test
2020-05-28 14:27:07 +05:30
Nikhil Nandagopal
b57701c81c
removed uncommented code
...
fixed message
increased date range
2020-05-28 14:10:52 +05:30
Nikhil Nandagopal
c5e07ca45a
Update EntityDefinitions.ts
2020-05-28 06:12:04 +00:00
vicky_primathon.in
263ac8aafb
tree level UI updated
2020-05-28 10:02:50 +05:30
Abhinav Jha
d47e5b53d5
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into feature/lightning-menu
2020-05-28 02:17:52 +05:30
vicky_primathon.in
24b60c7b71
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into feature/widget-actions-menu
2020-05-27 20:43:06 +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
Nikhil Nandagopal
5e136ddf7b
removed common widgets
2020-05-27 11:13:14 +05:30
vicky_primathon.in
cfc457c0d7
create new api, query supported
2020-05-26 09:39:40 +05:30
Nikhil Nandagopal
50ec3073f8
increased date picker range
...
removed input icon
changed table action text
2020-05-25 17:50:55 +05:30
Nikhil Nandagopal
3211b8c915
minor text changes
2020-05-25 15:02:01 +05:30
Tejaaswini
e471706593
Merge branch 'release' into feature/acl
2020-05-25 14:47:05 +05:30
vicky_primathon.in
5987071232
disable lightning menu flag removed
2020-05-25 14:22:38 +05:30
Hetu Nandu
f7f494d9b4
Merge branch 'fix/autocomplete' into 'release'
...
removed properties that won't be used for bindings
See merge request theappsmith/internal-tools-client!633
2020-05-25 07:37:07 +00:00
vicky_primathon.in
7685d729ee
lightning menu changes
2020-05-25 12:59:00 +05:30
Abhinav Jha
fc8384ef6e
organize lightning menu code
2020-05-24 15:29:22 +05:30
Abhinav Jha
569ce718e3
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into feature/lightning-menu
2020-05-24 14:59:23 +05:30
Abhinav Jha
9906e53623
Fix widget drop crash issue
2020-05-24 14:56:09 +05:30
Abhinav Jha
7a3ae1f29b
Remove create options from lightning menu. Change size of lightning icon
2020-05-24 14:55:32 +05:30
Hetu Nandu
801369faf3
Fix api content type issue
2020-05-23 05:42:23 +00:00
vicky_primathon.in
2ba513e2bb
updating action selectors value to code after action selection
2020-05-23 11:02:04 +05:30
Tejaaswini Narendra
23876a4230
remove user profile
2020-05-22 13:42:31 +00:00
Nikhil Nandagopal
efabcc690e
set empty labels
2020-05-22 18:38:57 +05:30
Nikhil Nandagopal
6f749d3e06
removed properties that won't be used for bindings
2020-05-22 18:16:11 +05:30
Abhinav Jha
b2e8e2cd7c
Add Suspense fallback
2020-05-22 16:57:09 +05:30
Abhinav Jha
11d46fc526
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into feature/lightning-menu
2020-05-22 16:33:48 +05:30
Abhinav Jha
a39d35c27e
Add lightning icon and tooltip
2020-05-22 16:33:35 +05:30
vicky_primathon.in
41fa7fd343
right panel width reverted to 75%
2020-05-22 16:22:20 +05:30
vicky_primathon.in
627eea093f
merge conflicts resolved
2020-05-22 16:16:24 +05:30
vicky_primathon.in
d793d3a46e
handled autocompletion after setting auto dynamic field's value
2020-05-22 16:13:32 +05:30
vicky_primathon.in
ab4692253b
displaying only widget names and not widget props in lighning menu
2020-05-22 15:59:08 +05:30
Abhinav Jha
3ef6edf282
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into feature/lightning-menu
2020-05-22 15:50:10 +05:30
Abhinav Jha
f12816e4c8
Remove lightning menu from url field
2020-05-22 15:46:53 +05:30
vicky_primathon.in
dbfa9a2690
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into feature/widget-actions-menu
2020-05-22 13:33:37 +05:30
vicky_primathon.in
91ebce308a
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into feature/lightning-menu
2020-05-22 13:31:50 +05:30
vicky_primathon.in
377075baa2
cursor positioning fixed
2020-05-22 12:59:15 +05:30
vicky_primathon.in
3e7e50df7f
action sub leveling for alert and modal action
2020-05-22 12:37:20 +05:30
Abhinav Jha
c9a0615b4b
Add meta props to widget property list. Fix api form submit on lightning toggle issue.
2020-05-22 12:28:47 +05:30
Arpit Mohan
bffee69497
Removing unused variables from the codebase
2020-05-22 06:29:26 +00:00
vicky_primathon.in
11c97404cb
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into feature/widget-actions-menu
2020-05-22 11:11:29 +05:30
vicky_primathon.in
cdadcd31fa
merge conflicts resolved
2020-05-22 10:59:54 +05:30
vicky_primathon.in
bc448a5e21
widget actions ui modified
2020-05-22 10:45:41 +05:30
Arpit Mohan
97f2e65222
Merge branch 'feature/requestDetailsTabs' into 'release'
...
Add extra tabs in the API pane for requestHeaders and requestBody
See merge request theappsmith/internal-tools-client!601
2020-05-22 03:43:01 +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
Satbir Singh
834d9c8e7b
Disabling mixpanel logs on automation by adding "Automation" environment
2020-05-22 03:06:39 +00:00
vicky_primathon.in
9986a215c2
cursor positioned
2020-05-21 19:36:17 +05:30
Satbir Singh
2aa6a91826
Same locators for widgets in publish and edit view
2020-05-21 11:45:12 +05:30
Satbir Singh
034d9616e1
Added locators for pagination and post body.
2020-05-21 10:22:24 +05:30
vicky_primathon.in
ee3d13e7bd
hide lightnining menu option
2020-05-21 09:52:57 +05:30
Nandan H A
6a1e942680
Feature/api action tests
...
added below tests
* API verb tests added ( POST /PUT/PATCH)
* Query param tests (This is also includes invalid and valid)
* Edit APIs( update of api name and api datasource as well)
* mustache API test
* Market Place API test
* Curl POST test
2020-05-20 16:04:37 +00:00
vicky_primathon.in
69e2de1d38
lightning menu moved to dynamic auto complete
2020-05-20 21:14:52 +05:30
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
Satbir Singh
c663c67670
Merge branch 'fix/on-select' into 'release'
...
Fixed multiple onSuccess in action selector
See merge request theappsmith/internal-tools-client!613
2020-05-20 12:08:54 +00:00
Abhinav Jha
fc06804214
Merge branch 'fix/map-icons' into 'release'
...
pick my location icon changed with state
Pick my location in map widget is updated based on click state.
See merge request theappsmith/internal-tools-client!598
2020-05-20 11:57:02 +00:00
Vicky Bansal
849fdd61f4
pick my location icon changed with state
2020-05-20 11:57:02 +00:00
Hetu Nandu
010b48d7fa
Tern autocomplete
2020-05-20 11:30:53 +00:00
vicky_primathon.in
acd18bafd5
widget properties added for selection in lightning menu
2020-05-20 14:47:51 +05:30
vicky_primathon.in
c7d06d8218
options added to lighning menu
2020-05-20 10:26:46 +05:30
vicky_primathon.in
71674119e3
dropdown style fixes
2020-05-20 09:45:19 +05:30
vicky_primathon.in
c6a883d965
light and dark theme added in dropdown component
2020-05-19 22:54:38 +05:30
vicky_primathon.in
77a94695f0
textarea ref as input
2020-05-19 16:57:42 +05:30
Satbir Singh
bdb8c6a9a5
Fixed multiple onSuccess in action selector
2020-05-19 15:39:15 +05:30
Satbir Singh
5d3c6a642c
Fixing create new api from action selector.
2020-05-19 14:28:22 +05:30
Akash N
b00e1fd5e5
Datasource bug fixes
...
- Fix search in datasource sidebar
- Minimum of 1 row in KEY_VAL_ARRAY and KEY_VAL_INPUT fields
- Fix collapse icon
- Datasource form title improvements
2020-05-19 07:03:11 +00:00
vicky_primathon.in
eb0b4b918d
passing ref to dynamic auto complete
2020-05-19 12:23:37 +05:30
Arpit Mohan
7e173fc2a7
Merge branch 'feature/datasourcesDraft' into 'release'
...
Feature/datasources draft
Add drafts for the datasource pane.
See merge request theappsmith/internal-tools-client!600
2020-05-19 06:10:59 +00:00
Akash N
2630eaa4ca
Feature/datasources draft
2020-05-19 06:10:59 +00:00