Tolulope Adetula
d056c0baaa
feat: menu button as column type ( #7039 )
...
* fix: add menubutton
* feat: Make on Menu Item Click
* fix: remove console
* fix: refactor Utils.ts
* fix: add Comments
* fix: refactor utils
* fix: use forEach not Map
* fix: refactor table widget
* fix: add comment to config
* fix: refactor hook
* refactor: property Config
* fix: eslint issues
* fix:Add null check, refactor menuItemComponent
* test: add Cypress test for Menu button In Table widget
* fix: warning error
* fix: conflicts and remove menuStyle
* fix: change property pane arrangement
* fix: QA issues
* fix: Change default text, Change menu button color
* fix: Add background color to menuitems
* fix: bg color
* fix: failing tests
2021-10-06 13:57:05 +01:00
Apeksha Bhosale
b34102f685
fix: added errors to debugger ( #8195 )
...
* added errors to debugger
* comment added
2021-10-06 12:42:22 +05:30
balajisoundar
9fc8c92b02
chore: show canvas when user selects widgets tab during signposting flow ( #8205 )
2021-10-06 12:17:59 +05:30
balajisoundar
5db77f9b3f
chore: change welcome page usage data preferences label ( #8166 )
2021-10-06 11:41:25 +05:30
Samyak Jain
e772fd4ff9
fix: using let instead of var and all var declarations at top ( #8026 )
...
* using let instead of var and all var declarations at top
* fix: used let instead of var
2021-10-05 22:55:16 +05:30
Hetu Nandu
038c62aea3
fix: Bug in evaluated value for falsy value checks ( #8194 )
2021-10-05 20:17:30 +05:30
Hetu Nandu
94e3ffef67
feat: Linting in trigger fields ( #7638 )
2021-10-05 13:52:27 +00:00
NandanAnantharamu
77d1c7ccfc
test: Updated flaky test ( #8198 )
...
* Updated flaky test
* updated test
* updated test
* commenting test
2021-10-05 18:39:07 +05:30
arunvjn
f8ef495e4c
chore: Correct Appsmith spelling in messages ( #8186 )
2021-10-05 12:29:32 +05:30
albinAppsmith
7e4a5a0810
fix: Appsmith design system style fixes ( #8182 )
2021-10-05 12:03:58 +05:30
Nayan
c43854677f
fix: send list of users to others when someone leaves the page edit ( #8162 )
2021-10-05 01:27:53 +05:30
albinAppsmith
13b7c0431d
fix: Hardcoded version name removed ( #8178 )
2021-10-05 01:26:54 +05:30
Nikhil Nandagopal
98c395cec7
chore: anonymised user id for ce ( #8176 )
2021-10-04 23:06:31 +05:30
albinAppsmith
31cdfe0fe5
feat: Appsmith design system changes ( #8125 )
...
Introducing a much improved design system with new components in the Appsmith Design System.
2021-10-04 21:04:37 +05:30
Favour Ohanekwu
30d0fb7a6d
fix: Add window object methods and properties as invalid entity name ( #7928 )
...
Added window object property and method names to list of invalid entity names
2021-10-04 13:49:58 +01:00
Apeksha Bhosale
7665ff3c4f
fix: small fixes js editor ( #8022 )
...
* remove space below response
* changes to name editor
* removing variable as dynamic binding path list
* error message change for js object
2021-10-04 16:38:02 +05:30
Ayush Pahwa
5c3cdea47b
Preventing evaluations to be reset on page change unless it is the first load ( #8153 )
2021-10-04 15:32:41 +05:30
arunvjn
d67165f8bb
fix: for in null check sentry bug ( #8150 )
2021-10-04 15:11:25 +05:30
Ayush Pahwa
b90a00ba0f
fix: Added checks to ensure that the configs are valid before starting eval ( #8019 )
2021-10-04 13:39:14 +05:30
Rishabh Saxena
a69c8b7484
feat: callouts for wip features ( #8080 )
2021-10-04 13:31:46 +05:30
Pranav Kanade
ca4541a415
updated existing test cases to validate the import export flow with different user permissions ( #8099 )
2021-10-04 13:04:48 +05:30
Pranav Kanade
7298937e36
revert: back button navigation fixes ( #8044 )
...
* Revert "fixes to add proper routing around navigation between query pane, api pane and integration screen (#7782 )"
This reverts commit b3d7f08d4e .
* Revert "fix: back btn navigation problems (#7692 )"
This reverts commit c0f5ab3f30 .
2021-10-04 12:27:26 +05:30
rashmi rai
4e7dec2738
added max width to the switch control ( #7790 )
2021-10-04 06:57:17 +00:00
Vinod
d9b4685192
Introduce linting to all users ( #7736 )
...
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2021-10-04 12:11:02 +05:30
akash-codemonk
3d95598c18
fix: Fixes scenario where onboarding was trying to create an app in an organisation with view access ( #8072 )
2021-10-04 09:57:57 +05:30
akash-codemonk
a7fd0e16ac
fix: Fixes scenario where renaming actions was clearing debugger errors ( #7993 )
2021-10-04 09:57:23 +05:30
akash-codemonk
3209ad8cdf
chore: Do not show initialLocation of map widget in an error state when field is blank ( #7931 )
2021-10-04 09:56:52 +05:30
Hetu Nandu
79aefc4d74
hotfix: js action parsing error resolution ( #8086 )
2021-10-01 22:40:49 +05:30
Pranav Kanade
a1488a73f6
refactor: client side rts ( #7837 )
...
* moved constants to a proper files
* added new action constants
* updated websocket reducers and actions
* updated websocket saga to handle proper socket events
* updated initialization
* updated multi pointer arena + realtime app editors components
* minor feedback update
* updated events list by socket level
* removed e.persist
* passing socket obj rather than just id
2021-10-01 16:44:19 +00:00
Pranav Kanade
b261efc511
fix: skip bot comment when user skips comments tour ( #7693 )
...
* setup for skipping the bot comments if user skips the comments tour
* Using the onboarding status api
* removed comments
* fixed typos
* added test cases
* small fixes
* updated the tests
* minor update to a test case
2021-10-01 21:55:55 +05:30
Hetu Nandu
633db3068e
fix: Single binding sql query causing prepared statement issue ( #7792 )
2021-10-01 21:05:05 +05:30
Bhavin K
1e6b916ff9
added auto focus for number input ( #7961 )
2021-10-01 15:09:59 +00:00
Abhijeet
49182e7060
chore: Update success asset urls for generate page ( #7579 )
...
* Update asset urls
* fix: use successImageUrl for CRUD success popup
* Increase delay to switch between GIF and image
* Use ASSETS_CDN_URL instead of S3_BUCKET_URL
Co-authored-by: Rishabh-Rathod <rishabh.rathod@appsmith.com>
2021-10-01 15:09:41 +00:00
Hetu Nandu
72f6ad8d99
fix: Cyclic dependency not resolving in JS Editor ( #8003 )
2021-10-01 15:09:09 +00:00
arunvjn
7acce6e802
fix: slash command auto open ( #7977 )
...
* Remove onFocus trigger for slash commands.
2021-10-01 15:08:42 +00:00
arunvjn
223bf0174f
fix: snippets ranking ( #8020 )
2021-10-01 15:08:26 +00:00
rashmi rai
0619e3798f
fix: missing where key in plugin specified templates ( #8040 )
2021-10-01 14:02:52 +00:00
Rishabh Rathod
70e6e54815
fix: Avoid sending param with no initialValue ( #7647 )
...
- Add initialValue for spreadSheetURL
- Pass only params having initialValue defined in generate CRUD
2021-09-30 11:29:09 +00:00
Tolulope Adetula
8b30fdd758
fix: wrong doc link ( #7983 )
2021-09-30 03:39:21 -07:00
Ayush Pahwa
6023bb10e4
fix: 7630 fixing where clause add delete row ( #7968 )
...
* Added new row addition action for form value changes
* Added comments
* Added special handling for where clause rows
2021-09-30 09:40:40 +00:00
Pranav Kanade
cf3cdced07
fix: small utility fixes for redirection to datasource and export app permissions ( #7970 )
...
* send user to auto tab in integration from property pane when they create new query
* only app admins will be able to export from inside app
2021-09-30 13:29:14 +05:30
arunvjn
964d58747a
fix: snippet usage analytics ( #7946 )
2021-09-30 03:31:50 +00:00
Apeksha Bhosale
1aac46a66d
don't send errors to sentry ( #7906 )
2021-09-29 20:11:55 +05:30
Apeksha Bhosale
222f0e04c3
sending collectionName instead id in refactor ( #7930 )
2021-09-29 20:10:49 +05:30
akash-codemonk
48f2c584ab
fix: Fix mismatch between errors in debugger and evaluated value popup ( #7752 )
2021-09-29 17:33:11 +05:30
Rishabh Rathod
570731507b
fix: Remove unneccessary scrolling ( #7896 )
2021-09-29 11:23:24 +05:30
Satish Gandham
c3d5b1010b
fix: Change multiselect back to supporting numbers and boolean. ( #7895 )
...
* Revert "fix: multiselect validation (#7698 )"
This reverts commit 728a2559c5 .
* - Convert the multiselect options value and labels to string before filtering as the values can be numbers.
* - Discourage users from using string in multiselect default value
Co-authored-by: Satish Gandham <satish@appsmith.com>
2021-09-28 19:38:24 +05:30
Ayush Pahwa
f8442622b3
fix: Added new row addition action for form value changes ( #7682 )
2021-09-28 11:36:03 +00:00
Aswath K
b4bab33d1e
fix: make the row click event trigger when table button is clicked ( #7878 )
2021-09-28 16:27:44 +05:30
Pranav Kanade
25035cbf88
hiding comments mode toggle for anonymous users ( #7885 )
2021-09-28 14:37:12 +05:30