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
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
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
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
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_primathon.in
31c52ca7b4
Handling unselected action values to show No Action
2020-06-22 18:40:36 +05:30
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
vicky_primathon.in
e950a3f935
wrapping action code issue fixed. tree component is changed.
2020-06-19 13:00:11 +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
ded1a130e3
Action draft fixes
2020-06-18 14:16:49 +00:00
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
fdd826d929
Remove console warnings like react hook dependency warnings and unused vars
2020-06-17 19:23:01 +05:30
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
Satbir Singh
7e3df81302
Api name editable.
2020-06-16 10:23:19 +00:00
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
Hetu Nandu
e6972ea772
add lodash docs
2020-06-12 16:26:46 +05:30
vicky_primathon.in
3bf86936b1
merge conflicts resolved
2020-06-12 14:16:42 +05:30
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
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
vicky_primathon.in
299d1d8158
code review changes
2020-06-11 12:54:19 +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
Abhinav Jha
80f03d970b
New Widget borders
2020-06-10 17:31:20 +00:00
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