Hetu Nandu
39b0a4e5a6
feat: Native promises support in Appsmith ( #8988 )
...
Co-authored-by: Apeksha Bhosale <7846888+ApekshaBhosale@users.noreply.github.com>
2021-12-23 14:17:20 +00:00
balajisoundar
8d3e3fd88b
fix: remove allowed filetype restriction in filepickerwidget ( #9921 )
2021-12-23 18:46:57 +05:30
Ayangade Adeoluwa
7af727651d
fix: Assigns query Params in Datasource and Api query editor ( #9184 )
...
* adds option to assign query params in datasource and see those params in apieditor
* fix flaky cypress tests
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-12-16 18:10:38 +05:30
Ayangade Adeoluwa
763bb8f287
restricts datasource name character length ( #9471 )
2021-12-15 18:02:11 +01:00
Aswath K
c9e1a73db7
fix: Regex to detect function args ( #9634 )
...
* fix: Regex to detect function args
* Add Tests for argString to Array
* fix: failed condition
* fix: bug with arrow function regex
2021-12-14 13:28:09 +05:30
albinAppsmith
c433464de8
* Bug fix in the api url bar ( #9579 )
2021-12-07 21:13:09 +05:30
Hetu Nandu
7143bba134
feat: Geolocation APIs on appsmith ( #9295 )
...
Co-authored-by: Anand Srinivasan <66776129+eco-monk@users.noreply.github.com>
2021-12-07 15:49:33 +05:30
arunvjn
f62247b468
feat: Action undo redo ( #9045 )
2021-12-07 09:45:18 +00:00
Favour Ohanekwu
a9527f3e49
update ternserver when no custom def is available ( #9472 )
2021-12-01 04:50:15 +01:00
Tolulope Adetula
809a288bdc
fix: popups same width as parent ( #7499 )
...
* fix: select widget popup
* fix: select widget
* fix: Menu button
* fix: make Clear Var names
* fix: consistent dropdown width
* fix: define variable better
* fix: prettier error
* fix: variable name
* fix: select popup issue
* fix: PR issues add comments
* fix: remove unused css
* fix: add tests
* fix: more pop overs
* fix: menu button popup
* fix: Multiselect dropdown
* fix: failing test
* fix: add more tests
* fix: Failing Test
2021-11-30 02:38:46 -08:00
Favour Ohanekwu
ec6c0c592e
fix: Properly save JSON to clipboard ( #9416 )
...
Properly copy JSON to clipboard
2021-11-30 06:49:22 +01:00
Pawan Kumar
d96c4981ca
fix: Button size inside the Table widget has increased + Property pane's panel not scrollable + Alignment issues ( #9318 )
2021-11-24 17:55:07 +05:30
Pawan Kumar
8395f5e18f
feat: property pane docking ( #7361 )
...
* add tailwindcss
* docked property pane
* uncomment a line
* make entity explorer as drawer on unpin
* remove unused imports
* add pin state in reducer
* add menu icon in header
* fix widget sidebar
* fix widgets sidebar
* style property pane
* update property pane css
* update icons in property pane
* update property pane header styles
* update spacing
* fix few ui issues
* wip: preview mode
* wip:preview mode
* remove unused import
* comments sidebar in app and edit mode
* fix order of import
* use selected state for property pane
* update scrollbar style
* add classes to sidebar and property pane
* make widgets editor fluid
* make widgets editor fluid and refactor logic
* resize the widgets editor if explorer is pinned
* add shortcut for preview mode
* fix link for tabs in edit mode
* zoom in/zoom out for 0.75
* fix chart widget + table widget crashing
* allow zooming of canvas
* fix weird canvas draw issue + update container for handling zoom
* add actions for is panning
* allow panning with grab cursor
* reset panning + zooming when entering preview mode
* add grabbing cursor when grabbing
* only prevent default when space key is pressed
* dont allow zoom in preview mode
* remove unused imports
* fix dont allow zoom in preview mode
* fix ux of panning on space hit
* make fluid as the default app layout
* chart spec
* fix dropdown_on change spec
* fix add widget table and bind spec
* remove draggable property pane spec
* fix container spec
* fix form widget spec
* fix jest test
* fix the function typo
* remove clicking of close button for property pane in cypress tests
* remove property pane actions test
* fix drag and drop test failing
* add cypress selector id to back button in property pane
* fix toggle js spec
* fix merge conflicts from new design system
* editor header
* fix product updates styles + widget card
* remove all unused imports
* fix dynamic layout spec
* fix entity explorer tab rename test failing
* fix table spec
* fix bind tabletextpagination spec
* fix js object spec
* fix entity explorer rename issue
* fix cypress test
* fix cypress command wrong commit
* fix tab spec
* fix property pane copy tests
* add zoom header
* zoom levels
* make property pane sidebar resizable
* add multi select property pane
* fix widget search bug
* update property pane width in state on drag end
* fix viewer header
* fix editor header
* update editor header + remove zooming
* update small style
* dont allow closing of explorer when resizing
* fix jest test
* fix dropdown widget jest test
* preview test case wip
* add entity explorer pinning tests + preview mode tests
* add tooltip in layout control + add padding bottom in property pane view
* incorporate aakash feedbacks
* fix preview mode margin issue
* remove panning code
* fix cypress failing test
* uncomment jest test
* remove redundant code
* fix maincontainer test
* incorporate review feedbacks
* incorporate aakash feedbacks
* review feedbacks
* incorporate review feedbacks
* incorporate qa feedbacks
* fix dynamic layout spec
* updated test based on latest change
* dsl updated
* Updated dsl
* Updated dsl
* resize deselects widget issue.
* fix canvas height issue
* fix typo
* incorporate qa feedbacks
* incorporate qa feedbacks
* incorporate qa feedbacks
* update color for setting control for widget name
* fix onboarding styles conflicts
* Updated tests
* fix application overflow issue
* updated test method
Co-authored-by: root <root@DESKTOP-9GENCK0.localdomain>
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
Co-authored-by: Ashok Kumar M <35134347+marks0351@users.noreply.github.com>
Co-authored-by: Apple <nandan@thinkify.io>
2021-11-23 13:31:46 +05:30
Favour Ohanekwu
bdc04dc94e
fix editor undefined issue ( #9283 )
2021-11-22 16:31:46 +01:00
haojin111
d9f98308c9
feat: product update modal v2 ( #9020 )
...
* updated product modal and invite user or application modal style
* added constant of invite button width
* added cypress on close button on update product modal
Co-authored-by: Albin <albin@appsmith.com>
2021-11-22 11:39:16 +05:30
albinAppsmith
06ca32cd96
fix: Edit icon in API editor and toggle transition issue ( #9013 )
2021-11-17 12:06:18 +05:30
Hetu Nandu
429337b5b1
fix: clearInterval action creator adds argument in the wrong slot ( #9029 )
2021-11-16 09:26:47 +00:00
Confidence Okoghenun
014d1f17d6
fix: Disallows entity name to be any extra library name ( #8755 )
...
Co-authored-by: sbalaji1192 <balaji@appsmith.com>
2021-11-10 19:29:24 +05:30
Ayush Pahwa
172da99f06
Client side changes for new where clause component
2021-11-10 13:45:47 +00:00
Apeksha Bhosale
229412e19d
Refactor: JS Editor eval flow ( #8821 )
...
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2021-11-08 12:19:22 +05:30
Rishabh Rathod
bef48e8a79
chore: Config changes ( #8564 )
...
Change eslint config for console logging from error to warn
Add babel auto-import resolver to avoid using relative paths
2021-11-05 11:19:19 +05:30
Favour Ohanekwu
0da7908c34
fix: lint position is incorrect ( #8676 )
...
fix lint position when newline is present in original binding
2021-11-03 11:24:33 +01:00
albinAppsmith
55df317211
fix: API Editor bug fixes ( #8803 )
...
* * Confirmation modal fixes
* * header overflow fixed, API editor
* * Delete truncate issue fix
* Tabs count UI fix
* * Removed hardcoded text from component and added in messages
* * removed hardcoded size
* * fixed scroll issue in appviewer
* * eval field fixes
* * design fix for key in API pane
* * fixed test cases
2021-11-01 10:24:06 +05:30
arunvjn
972c982f77
fix: autocomplete improvements ( #8836 )
...
Fixes to prevent autocomplete on special characters like +, - etc
2021-10-27 10:19:35 +05:30
Apeksha Bhosale
4487fee83e
fix: changed dummy actions object ( #8510 )
...
* changed dummy actions object
* Snippets for js objects
* added js objects tag
* fixed tests for new changes
Co-authored-by: arunvjn <arun@appsmith.com>
Co-authored-by: yatinappsmith <yatin@appsmith.com>
2021-10-26 18:23:58 +05:30
arunvjn
90214b01d8
Fixes type display of JS keywords and adds autocomplete support on backspace. ( #8800 )
2021-10-26 14:26:10 +05:30
haojin111
4dc8da3cbb
enable edit icon ( #8613 )
2021-10-21 11:06:33 +05:30
akash-codemonk
5a80e9b014
fix: scroll bar shifting widget sidebar content on windows ( #8524 )
2021-10-20 20:05:12 +05:30
arunvjn
71b1ea0675
fix: autocomplete experience ( #8539 )
...
CodeEditor component refactor and fixes around autocomplete flicker
2021-10-20 17:51:07 +05:30
akash-codemonk
ea98e4e075
chore: add analytics event for debugger context menu click ( #8628 )
2021-10-20 17:10:29 +05:30
albinAppsmith
b1367caf1f
fix: border radius of google sheet where clause removed ( #8453 )
...
* dynamic text field bg fixed
* removed | replaced color with constant
* * border radius of google sheet where clause removed
* * Error header BG color changed
* * where field alignment fix
* fixed hover state of dynamicinputtextcontrol
* border-radius fix
* css syntax fix
Co-authored-by: rashmi rai <rashmirai@rashmis-MacBook-Pro.local>
2021-10-20 15:03:04 +05:30
albinAppsmith
f9f2808719
* Icon alignment in debugger fiox ( #8581 )
...
* Omnibar icon bg fix
* Highlight color for input box
2021-10-19 10:32:36 +05:30
Rishabh Rathod
6693c62396
hotfix: Add check to confirm variable are string ( #8358 )
2021-10-18 17:38:34 +00:00
Rishabh Saxena
31476092cc
chore: refactors for supporting git branches ( #7695 )
2021-10-18 19:33:44 +05:30
Favour Ohanekwu
922ab5f008
fix: close hint when certain characters are pressed ( #7662 )
...
Don't show autocomplete hint when brackets is pressed
2021-10-14 17:23:46 +01:00
Aswath K
24b9da6741
fix: change Button variant types constant ( #7817 )
...
* change Button variant types constant
* Add migration
* Adds cypress test to validate default button variant
* update the ButtonVariant for MenuButton inside table widget
* Remove only from Button_spec
* fix: Binding issue with Variant in table
* fix: cypress test for default variant validation
* Add validation to IconButton inside table
2021-10-12 08:04:51 +00:00
Apeksha Bhosale
7c55a903f9
clear history from code editor ( #8422 )
2021-10-12 12:06:15 +05:30
Hetu Nandu
2c3a0991f7
feat: setInterval and clearInterval support ( #8158 )
2021-10-11 12:55:03 +00:00
Apeksha Bhosale
5eb292aaee
fix: recent entities and incoming entity change ( #8342 )
...
* recent entities and incoming entity change
* added icon for js objects
2021-10-11 14:14:26 +05:30
albinAppsmith
71886c3b9e
feat: Property pane dropdown overflow issues ( #8236 )
...
* * hide subtext for date picker fix
* EE clicking on entity, unfolding/folding added
* * bug fixes in action dropdown
* bug fix for cursor
* fix: 8190 background api request and welcome helper button (#8281 )
* chore: Move action/js debugger tabs related logic to a common component (#8199 )
* removed background of api request textbox and added hover text on "no thanks" button
Co-authored-by: akash-codemonk <67054171+akash-codemonk@users.noreply.github.com>
* fix: added scrolling in invited users more popup (#8226 )
* added scrolling in invited users more popup
* always scrollbar displaying on invited users pan
* fixed issue related with 8190
* updated cursor of invited users more
* replace edit data source icon with remix icon (#8192 )
* * active text color
* fix: dropdownlist props issue (#8322 )
* Commented failing JS tests (#8276 )
Co-authored-by: Yatin Chaubal <yatin.chaubal@gmail.com>
* docs: Update ServerSetup.md (#8255 )
* Make port customizable from env variable (#8288 )
* fix: issue with string templates (#7848 )
* Remove bracket highlight on error
* fix string template issue
* using string template to join strings
* fix breaking tests
* fixed props pass issue
Co-authored-by: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com>
Co-authored-by: Yatin Chaubal <yatin.chaubal@gmail.com>
Co-authored-by: Abhishek Choudhary <shreemaan.abhishek@gmail.com>
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
Co-authored-by: Vinod <4994565+vnodecg@users.noreply.github.com>
* * bug fixes
* * bug fix
* * test cases fix
* - test case fix
* * test fixes
* * bug fix in test case
Co-authored-by: haojin111 <63215848+haojin111@users.noreply.github.com>
Co-authored-by: akash-codemonk <67054171+akash-codemonk@users.noreply.github.com>
Co-authored-by: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com>
Co-authored-by: Yatin Chaubal <yatin.chaubal@gmail.com>
Co-authored-by: Abhishek Choudhary <shreemaan.abhishek@gmail.com>
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
Co-authored-by: Vinod <4994565+vnodecg@users.noreply.github.com>
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-10-11 11:31:05 +05:30
Jen Dunlap
bd1e196139
chore: removed duplicate else-if JS-0034 ( #8356 )
...
Co-authored-by: Jen Dunlap <jen@customer.io>
2021-10-11 10:49:03 +05:30
Vinod
1bf41ed413
feat: add authentication tab in api editor ( #8245 )
...
* Remove bracket highlight on error
* add authentication section
* move string to messages.ts
* move api editor tab titles to messages.ts
* use createMessage to create strings
* navigate edit datasource to data source edit mode
2021-10-08 07:52:30 +00:00
balajisoundar
d1efe8405e
feat: Add tooltips for icons in editor ( #7711 )
...
fixes : #6759
2021-10-08 12:35:34 +05:30
akash-codemonk
30c859180e
chore: Move action/js debugger tabs related logic to a common component ( #8199 )
2021-10-07 12:23:58 +05:30
Favour Ohanekwu
803e5e7cc6
fix: improve dropdown component ( #8183 )
...
Improved multipart form's dropdown component
2021-10-06 20:20:35 +01:00
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
balajisoundar
9fc8c92b02
chore: show canvas when user selects widgets tab during signposting flow ( #8205 )
2021-10-06 12:17:59 +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
albinAppsmith
7e4a5a0810
fix: Appsmith design system style fixes ( #8182 )
2021-10-05 12:03:58 +05:30