Automated Github Action
378d1346c5
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-21 08:15:14 +00:00
Hetu Nandu
63946fcacb
indentify user email in hotjar ( #390 )
2020-08-21 13:43:59 +05:30
Automated Github Action
4f46f259ae
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-21 07:32:17 +00:00
Hetu Nandu
078a6a3a00
remove flag checks via EJS ( #387 )
2020-08-21 12:59:31 +05:30
Automated Github Action
ac456d1bf5
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-21 07:01:03 +00:00
Hetu Nandu
2e731b5e11
conditional ejs for GA and Intercom ( #384 )
2020-08-21 12:14:21 +05:30
Automated Github Action
5ef5144797
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-21 06:08:32 +00:00
Abhinav Jha
613db73b15
Fix: Action move & copy issues ( #381 )
...
* Fix: When copying a query, the app tries to open the API page with the queryID
* Fix: When moving a query, the query input box is empty
2020-08-21 11:33:04 +05:30
Automated Github Action
77fe24e28e
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-20 20:06:06 +00:00
Abhinav Jha
a03568b79b
The default template in editor and app viewer must match ( #382 )
2020-08-21 01:24:18 +05:30
Automated Github Action
cf181b106f
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-20 16:05:41 +00:00
Hetu Nandu
c658769b1b
Style polish ( #371 )
...
* Rotate Fork app icon
* Change Explorer divider color
* Fix favicon not accessible
* Rename `appsmith.url` to `appsmith.URL`
* AppView page tab overflow ellipsis
* Rename `Back to editor` button to `Edit App`
* Update App card colors
2020-08-20 20:47:20 +05:30
Arpit Mohan
84f1683976
Merge branch 'release' into feature/add-mail-enabled-flag-client
2020-08-20 17:43:46 +05:30
Arpit Mohan
0087efa6a4
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-08-20 17:14:00 +05:30
NandanAnantharamu
4617a87686
Feature test/search delay ( #369 )
...
- Add a delay after adding a entity search text, to accommodate debounce and search computations
2020-08-20 16:48:10 +05:30
devrk96
0685243534
tabs ui and textinput box-shadow fixed ( #345 )
...
Co-authored-by: Satbir Singh <satbir121@gmail.com>
2020-08-20 16:12:45 +05:30
vicky-primathon
b4cb37ddb8
Table Widget: debounce ( #313 )
...
* debounce method attached to search component and input field in table widget filters
* debounce used inside RenderInput component to update changed value
2020-08-20 15:01:49 +05:30
vicky-primathon
17af152148
Table Widget: Filter updates ( #355 )
...
- Show symbol signifying selected filters in table widget
- Show callout to prompt users to change column data types for accurate filter operations
2020-08-20 15:00:19 +05:30
Arpit Mohan
09c8b00263
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-08-20 14:20:01 +05:30
vicky-primathon
296cadbcbb
Fix/rte cursor reset ( #317 )
...
* Cursor going to start issue is fixed
* Update editor content when content is updated using bindings
* Setting local editor's content value in debounce onChange to get the latest value passed to parent
2020-08-20 14:10:13 +05:30
Hetu Nandu
0399457599
added flag in notlify toml file
2020-08-20 13:44:07 +05:30
Automated Github Action
41aceb655e
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-20 07:05:31 +00:00
vicky-primathon
222ba74996
Table widget initializing selectedRow value to show up in autocomplete ( #359 )
2020-08-20 12:09:16 +05:30
vicky-primathon
714d107a71
Table column sorting changes ( #360 )
...
- Sort icon correction
- Allow users to remove sorting
2020-08-20 12:08:16 +05:30
Hetu Nandu
73f495e4c5
Fix curl import causing action responses to be wiped ( #363 )
...
* Fix curl import causing action responses to be wiped
* remove unused
2020-08-20 11:53:25 +05:30
Automated Github Action
9c4601ce58
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-20 06:06:22 +00:00
NandanAnantharamu
c680d70b5a
Feature/explorer tests ( #309 )
...
* Explorer related test scripts
* updated test data
* Added tests for widget edit/delete from explorer
* Incorporated review comments
* review comments incorporated
2020-08-20 11:08:08 +05:30
Hetu Nandu
f70c55c681
Show warning when mail client is not enabled on an instance ( #333 )
...
* Adds the `APPSMITH_MAIL_ENABLED` flag on client
* Shows warning if email service not configured for inviting users in an org
* Shows warning if email service not configured for password reset
2020-08-20 10:43:20 +05:30
Automated Github Action
bc40d337f5
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-19 10:05:37 +00:00
Tejaaswini Narendra
6b411cae7a
fix: Add loading indicator while fetching user details. ( #329 )
...
* fix: Add loading indicator while fetching user details.
* update: Variable name
2020-08-19 15:32:33 +05:30
Automated Github Action
f078f07161
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-19 09:36:43 +00:00
Hetu Nandu
9a1658e2c1
Fixes for autocomplete ( #351 )
...
* Fix tern guessing for completions
* Probable fix for create api button not working
* Close autocomplete when "Backspace" or "Comma" is pressed
* Only show extra docs when ctrl+space is pressed when hint is selected
* Fix issue with action form state params not disabling after taking an action
2020-08-19 14:51:32 +05:30
Automated Github Action
0678ed16e5
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-19 09:05:47 +00:00
Hetu Nandu
abc6f3f6a6
Update postgres test datasource ( #356 )
2020-08-19 14:00:42 +05:30
Automated Github Action
5058cd0740
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-19 06:07:51 +00:00
Abhinav Jha
432c32e31e
Fix: Entity Explorer - Entity loaders ( #331 )
...
- Fixes issue where the loading state progress indicators do not show up on entities in the explorer.
2020-08-19 11:24:57 +05:30
vicky-primathon
eb62ff6675
Table Widget: Action Button name from evaluated values ( #332 )
...
- Add evaluated property in Table widget action button property control component to fix the evaluated value
2020-08-19 11:22:19 +05:30
satbir121
51ce6b320c
Fixing Application crashes when query is moved. ( #350 )
2020-08-19 11:17:54 +05:30
Automated Github Action
e544d228e0
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-19 05:05:13 +00:00
Hetu Nandu
590afa7a30
Fix query response state ( #348 )
2020-08-19 10:07:20 +05:30
Automated Github Action
fe0817b1e2
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-18 22:05:23 +00:00
satbir121
901932f9d7
Switching to system fonts ( #344 )
...
* Switching to system fonts
* Fixed text alignment issue in text component.
* Changing font of ads components.
* Adding a font type
* Removing unused fonts
* Making fonts in theme an object.
* Removing unncessary font declerations
* Fixing storybook
* Reverting background remove
2020-08-19 03:21:23 +05:30
Automated Github Action
2e71c2aa77
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-18 13:12:19 +00:00
Abhinav Jha
6776f6a251
Patch: New widget property pane offset ( #347 )
2020-08-18 18:40:07 +05:30
Automated Github Action
755dbf273d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-18 13:05:23 +00:00
akash-codemonk
a73c0fd7d2
Fix tab name overflowing ( #343 )
...
- Set minimum width to 150 px, stretch if it exceeds
2020-08-18 18:06:45 +05:30
Automated Github Action
fb28b4e4b9
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-18 12:07:07 +00:00
vicky-primathon
33cd1ac1d9
Fix-table filtered data calculations ( #342 )
...
* Update table widget's filtered data calculations to avoid recursive dataTree evaluations
* Stringify removed from Table component as data is already checked inside TableWidget
* Vertical scrollbar removed from Table Widget. Stop column sorting by stopping event propagation when clicking column menu icon.
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
2020-08-18 17:00:26 +05:30
Automated Github Action
850f614e27
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-18 11:04:58 +00:00
Abhinav Jha
1eb193249e
Fix: Table widget pagination cypress tests ( #338 )
...
* Fix breaking cypress tests for table widget pagination
* Remove commented code
2020-08-18 16:00:36 +05:30