Favour Ohanekwu
c96c0d4f3b
feat: Show evaluated value in embeddedDatasource url ( #9198 )
...
Show evaluated value in embeddedDatasource url
2021-12-28 13:14:32 +01:00
Aswath K
56590ef253
feat: Add keyboard navigation for dropdown ( #9561 )
...
* Add keydown handler for DropdownContainer
* Add keyboard focus state
* fix: esc resets changed selection
* Add tests
* fix: Merge induced type issue with multi-select option
* fix: broken locator from #8777
2021-12-28 16:43:56 +05:30
Vicky Bansal
bbd2b41d7c
fix: Users unable to drag a column outside of viewport of a property pane to rearrange column order ( #9944 )
2021-12-28 01:23:49 +05:30
rashmi rai
f6b9abdacf
feat: adding ads component for UQI ( #8777 )
2021-12-27 17:34:45 +05:30
Aman Agarwal
4d73536ea8
fix: Correcting the execution of query with the latest values when run shortcut is pressed ( #9363 )
...
* fix(run-hot-key): added update init action with debounced on change function
* fix(run-hot-key): Adding new action for updating store for isSaving query true
* fix(run-hot-key): updating the action name to preparing_update_action
* fix(run-hot-key): added descriptive comments
* fix(run-hot-key): updated the action name and moved condition to action file
* fix(run-hot-key): updated the action to entity started at global app
* fix(run-hot-key): added entity saving status to show loader
* fix(run-hot-key): fixed cypress test to type in the query rather using set method of code editor
2021-12-24 19:29:02 +05:30
Keyur Paralkar
792b1e6bd6
fix: changed the editing to false on onFocus in PrimaryColumnsControl ( #9825 )
2021-12-24 15:01:26 +05:30
albinAppsmith
352f843821
fix: Input border color fix for hover state ( #9894 )
...
* * added appsmith platform theme basic
* changed input hover border
* * generate application text change
* * changed colors to new css file
2021-12-24 12:55:25 +05:30
Ayangade Adeoluwa
8e97e79791
remove unneccessary styles from field array control ( #9880 )
2021-12-23 18:10:08 +01:00
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
Tolulope Adetula
831c0cb685
fix: chart validation ( #9718 )
2021-12-16 22:19:44 -08:00
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
Rishabh Saxena
2821ac2d75
fix: git sync updates ( #9623 )
...
Co-authored-by: haojin111 <haojin828@outlook.com>
2021-12-15 00:30:59 +08:00
Ayangade Adeoluwa
cac0df71aa
fixes duplication of where clause AND-condition fields ( #9745 )
2021-12-14 11:42:21 +01:00
Ayangade Adeoluwa
e9cd435c96
feat: UQI Pagination Component implementation ( #9446 )
...
* pagination component implementation with files for testing(to be removed)
* UQI Pagination component created.
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-12-14 09:02:06 +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
Parthiv Makwana
c2d549cb37
chore: Duplicate case labels found in switch case in Icon.tsx ( #8640 )
2021-12-12 19:20:14 +05:30
Vicky Bansal
3ac913a12c
feat: Row selection in Table widget using Primary Column ( #8156 )
2021-12-08 19:36:14 +05:30
Bhavin K
4889098888
fix: added placement support in button, button group, and menu widget ( #9354 )
2021-12-08 13:11:13 +00:00
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
haojin111
d701f8dfb1
fix: misc git sync fixes / ui polish ( #9229 )
...
Co-authored-by: Rishabh Saxena <rishabh@appsmith.com>
Co-authored-by: Rishabh-Rathod <rishabh.rathod@appsmith.com>
2021-12-07 07:59:32 +00:00
Aswath K
cc0ed3b89e
fix: long dropdown popup truncates items ( #9187 )
...
* set max-height for Dropdown
* Better height calculation
* address review comment
* removed unecessary assertion
Co-authored-by: Apple <nandan@thinkify.io>
2021-12-02 08:28:51 +01:00
Uchechukwu Nwafor
74a9e7c892
fix: refresh profile image on the header when a new image is uploaded ( #8550 )
2021-12-02 11:26:41 +05:30
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
Favour Ohanekwu
4675b4bb10
fix: Show correct toast type options in debugger ( #9415 )
...
Show correct toast type options
2021-11-30 06:46:40 +01:00
Aswath K
669d901176
fix: MenuItem overflow ( #9195 )
2021-11-29 11:51:01 +05:30
Bhavin K
a961c66ec3
fix: updated button group widget properties and GROUP_BUTTONS controls style ( #9304 )
2021-11-26 10:29:56 +05:30
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
Yash Vibhandik
399eabd987
fix : #4758 added EvaluatedValuePopup over PrimaryColumnsControl to show errors and handled duplicate column name ( #8770 )
...
* fix : #4758 added EvaluatedValuePopup over PrimaryColumnsControl to show errors and handled duplicate column name
* highlighted duplicate column labels, show error message only when duplicate column label focused
* updated test case
* updated duplicate label indicator logic for test case
2021-11-23 11:35:01 +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
Yash Vibhandik
9c751ae58e
fix : #8528 Added default Icon column ( #8733 )
...
* fix : #8528 added defaultIconName for controlType ICON_SELECT and updated default value for column type icon button
* test case update
2021-11-16 16:12:20 +05:30
haojin111
616a1fac16
feat: progress, loading and error states for git flows, pull button and minor misc changes ( #9052 )
...
Co-authored-by: Rishabh Rathod <rishabh.rathod@appsmith.com>
Co-authored-by: Rishabh Saxena <rishabh@appsmith.com>
2021-11-16 15:54:38 +05:30
Ayush Pahwa
0101d7401a
fix: Added selector for drop down component, increased width ( #9172 )
2021-11-16 15:25:58 +05:30
Bhavin K
7032ee6b89
fix: Update designs for select widgets according to Figma ( #8594 )
...
* updated design as per figma
* updated design, fix cypress test
* item width fix as required
* label functionality in select, tree-select wids
* changes as required
* label, placeholder and default focused item logic changes for select
* updated border color for invalid selected value
* fix for colors file
2021-11-16 09:27:38 +00:00
Hetu Nandu
429337b5b1
fix: clearInterval action creator adds argument in the wrong slot ( #9029 )
2021-11-16 09:26:47 +00:00
Rishabh Saxena
b06aefd8ed
feat: git branch list updates ( #9097 )
2021-11-11 13:19:25 +05:30
Bhavin K
0a8561a007
feat: create button group widget ( #7337 )
...
* Widget with new file structure
* merged utils file to solve onClick err
* updates as required
* design update: buttonStyle - buttonColor
* updated widget config response
* updated buttonVariant changes
* solved btn list delete issue
* updates as required
* design fix for menu item
* fixed theme color updates
2021-11-11 06:41:05 +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
Aswath K
e653ca54e1
fix: set max-width for Toast message ( #9057 )
...
* set max-width for toast
* adds maxWidth props to Toast
2021-11-10 06:55:03 +00:00
Rishabh Rathod
389fbebc99
fix: dropdown subtext alignment ( #9046 )
2021-11-09 15:40:19 +05:30
haojin111
d3c3707ad3
feat: git sync - add error, progress states to connect and merge tabs ( #9007 )
...
Co-authored-by: Rishabh Rathod <rishabh.rathod@appsmith.com>
2021-11-09 15:21:18 +05:30
Aswath K
f17ce968e7
fix: toast width to fit-content ( #8955 )
...
* fix: toast width to fit-content
* Increase spacing between message and command
* Hide shadow
* Align toast to right
2021-11-08 15:19:33 +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
akash-codemonk
7f07ea5f7d
fix: incorrect arrow icon shown for pages tabs ( #8901 )
2021-11-08 11:11:42 +05:30
Bhavin K
568d859af1
fix: theme updated with new variant keys ( #8680 )
...
* theme updated with new variant keys
* updated Menubtn styles for default
* theme update as required
* added jest test for WidgetUtils
2021-11-06 08:00:57 +00:00
haojin111
a8afe98a16
fix: member setting page issues ( #8816 )
...
* added delete icon on user mobile card
* replaced hard coded user name
* fixed alignment of delete comfirm modal and added headerIcon props on dialog component
* updated dropdown style on user mobile card on member setting page
* replaced iconbg color as constant
* fixed issue of invited user's list whenever sharing
* updated style of mobile user card on member setting page as figma
* updated style of user card of mobile member page
* updated dropdown icon
* added default user role
* removed border radius style
* removed duplicated action name
Co-authored-by: Albin <albin@appsmith.com>
2021-11-05 12:53:46 +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
akash-codemonk
2e9533436b
fix application name overflowing ( #8895 )
2021-11-03 11:28:15 +05:30
albinAppsmith
f17d2793c0
fix: Property pane draggable field design fix ( #8893 )
...
* * design fix for property pane draggable column alignment
* * made global drag and drop component
2021-11-02 10:03:21 +05:30
Yash Vibhandik
7229ef5b37
fix: design audit input widget ( #8498 )
...
* fix: 8041 Added design changes
* updated password input design and error border design
* updated green color names
2021-11-01 20:14:08 +05:30
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
Nayan
09eff23479
feat: [Feature] Added release version api for clients and RTS ( #8324 )
...
Added a new event in RTS when new version is deployed. After receiving this event, client will show a prompt to refresh.
2021-10-29 15:52:21 +06:00
akash-codemonk
b7b29eeb89
chore: minor windows styling fixes ( #8696 )
2021-10-29 13:13:32 +05:30
haojin111
5421a7e597
fix: 8332 - updated style of text input and groupbox key value delete icon ( #8629 )
...
* updated style of text input and groupbox key value delete icon
* fixed issue of margin of key input of groupbox
Co-authored-by: Albin <albin@appsmith.com>
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-10-28 10:44:59 +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
Anand Srinivasan
9e55ca9ff0
fix: table widget design ( #8426 )
...
* Table - multi-select checkbox and selected row color update
* table: change hoverstyle on multi-select checkbox
* re-order conditions
* table widget: use px for positioning checkbox
* change hover style for unselected row
* check box remains white on hover
* fix cypress test
* table search box - highlight on active
* search cancel icon updated
* move svg to assets folder
2021-10-26 14:01:27 +05:30
haojin111
7016d9f6d0
fix: 8633 - updated style of ads dropdown ( #8679 )
...
* added style of ads dropdown
* removed duplicated border
Co-authored-by: Albin <albin@appsmith.com>
2021-10-26 10:47:59 +05:30
Rishabh Rathod
6b0259fe01
fix: Git sync common UI ( #8768 )
...
* fix git branches and modal ui fixes
* fix deploy preview UI
* Add Merge API
* fix: udpate key to branchName
* add messages to constant/messages.ts
Co-authored-by: rishabh saxena <rishabh.robben@gmail.com>
2021-10-25 19:57:58 +00:00
haojin111
4dc8da3cbb
enable edit icon ( #8613 )
2021-10-21 11:06:33 +05:30
akash-codemonk
6347bd9c38
fix: show tooltips for entity names in explorer ( #8501 )
2021-10-21 10:07:34 +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
Rishabh Rathod
258189cc3f
fix: git sync ui fixes ( #8133 )
2021-10-20 07:38:17 +00:00
haojin111
7a4e96fab9
fixed issue of api action query icon ( #8555 )
...
Co-authored-by: Albin <albin@appsmith.com>
2021-10-20 11:11:29 +05:30
haojin111
8f32a6dba3
updated style of multiple dropdown as v2 ( #8433 )
2021-10-19 11:03:30 +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
balajisoundar
8ea9e0d31c
chore: Add helper tooltips for page properties icons ( #8538 )
2021-10-18 15:09:04 +05:30
balajisoundar
10de149240
feat: Introduce a setting page for a super user to tinker with Appsmith env variables ( #8144 )
2021-10-18 13:17:55 +05:30
rashmi rai
4b722449eb
fix: Fixes different form field background in forms ( #8373 )
2021-10-16 11:47:38 +00:00
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
Paul Li
d3fc8d8d1d
feat: Change color picker icon for better UX ( #8352 )
...
-- Replace no color icon with new design
2021-10-13 18:10:25 +05:30
Satish Gandham
b580e55e83
fix: Check if event.target is defined before accessing the value ( #8475 )
...
This is a patch, should see what triggered this issue.
Co-authored-by: Satish Gandham <satish@appsmith.com>
2021-10-13 11:55:04 +05:30
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
Rishabh Rathod
41758bcd4d
fix: icon path fillColor issue ( #8347 )
2021-10-12 11:14:47 +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
Aswath K
b02240cc34
fix: Focus lost when typing on property pane ( #8318 )
...
* fix: Focus lost when typing on property pane
* resurrect tests for Radio & CheckboxGroup
2021-10-08 13:09:31 +05:30
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
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
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
Rishabh Saxena
a69c8b7484
feat: callouts for wip features ( #8080 )
2021-10-04 13:31:46 +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
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
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
akash-codemonk
48f2c584ab
fix: Fix mismatch between errors in debugger and evaluated value popup ( #7752 )
2021-09-29 17:33:11 +05:30
Apeksha Bhosale
a1e5b39b49
fix: Debugger logs and errors related to js editor ( #7749 )
...
* added errors
* small change url
* messages created
* few logs for debugger
* after merge
2021-09-28 13:01:46 +05:30
Apeksha Bhosale
1b8a77044e
scroll for response tab list of functions ( #7864 )
2021-09-28 11:29:09 +05:30
arunvjn
cb2ad8990a
Removed snippets feature flag ( #7839 )
2021-09-27 08:19:07 +00:00
arunvjn
f3afa81afe
fix: copy snippet ( #7769 )
...
Fixes copy snippets and snippets execution toast messages
2021-09-24 19:19:59 +05:30
Pranav Kanade
5a2ac0db69
fix: show correct dependency list for widgets even if one's name is substring of other widget ( #7725 )
...
* checking string equivalence rather than inclusion.
* reusing getEntityName function to get the abs name of the dependencies and entities
* added a test to check the fix
2021-09-24 10:23:32 +05:30
arunvjn
e474958d2d
fix: evaluation popper z index ( #7744 )
...
Reduce z-index to place modals above evaluations popper
2021-09-23 08:05:36 +00:00
Rishabh Rathod
48dabf9efd
feat: Add Git push API & UI Updates ( #7704 )
...
Add Git push API & UI Updates
- Add Global Config fetch in git connection
- Add Success Toast Msg for commit and push API
- Fix generate and fetch SSHKey API
- Fix Close button UI
- Add Tick Icon when SSH Key is copied
- Add Direct Deploy option
- Hide Merge Tab
- Add Commit success and push success msg
- Add the Latest Deploy Preview option
2021-09-23 00:18:50 +05:30
arunvjn
3cd93e11a7
feat: snippets discoverablity ( #7689 )
2021-09-22 16:59:47 +00:00
Pranav Kanade
c0f5ab3f30
fix: back btn navigation problems ( #7692 )
...
* the package name is not necessary when routing to saas action editor.
* This makes back btn truly perform go back operation.
2021-09-22 12:54:05 +05:30
ashit-rath
4144b8786c
fix: Enable dragging of widgets only when focused on ( #7494 )
...
* fix: Enable dragging of widgets only when focused on
* added test cases
2021-09-22 12:48:46 +05:30
Vinod
f3b281092b
fix: copy icon in evaluated popup and dot notation jshint error ( #7639 )
...
* Remove bracket highlight on error
* remove dot notation rule and change copy icon
* fix #7582
2021-09-22 07:05:02 +00:00
Nidhi
c3f4cdaa15
feat: Introducing SaaS integrations as a plugin ( #7560 )
...
* WIP client side changes
* Saas execution flow + scheduled import of remote plugins
2021-09-21 17:35:29 +05:30
rahulramesha
6cefc6dbea
feat: Undo/Redo ( #6654 )
...
* Scaffolding for undo-redo
* undo redo working Poc commit
* memory performance improvements by diffing
* dont run update on undo/redo"
* merging widget postion update and canvas bottom row update into one dsl update.
* fix tabs widget
* Visible updates per undo redo action (#6838 )
Co-authored-by: Rahul R <rahulramesha@Rahuls-MacBook-Pro.local>
* resize atomic operation
* fix switch control state issue
* disallow undo/redo for snipping and comment mode
* disallow undo/redo for snipping and comment mode
* fix color picker issue in undo/redo
* add test for replayDSL
* option control fix, adding logs
* minor position change undo redo updates
* add test cases for replayHelpers
* property Upade visual change
* remove unused code
* global hot key jest test for undo redo
* Fixing batch updates on property change..
* add tests for toggle control in property pane
* unwanted utils.
* add tests for text control
* add tests for deletion
* add tests for dropping a new widget
* adding jest test for replayUtils
* add move widget tests
* add tests for color picker control
* add analytics for undo/redo
* add analytics for undo/redo
* tab addition atomic
* cypress tests for propertyPane, toasts and radiowidget optionControl
* replayDSL end of redo stack fix
* property update changes
* menu option control debounce input
* color picker empty undo fix
* fix cypress tests
* widget add/remove atomic
* revert alternative approach to handle atomic operations
* update replayDSL test
* add some comments
* addressing review comments
* flash color for property pane controls
* Fixing adding of tabs widget as well.
* code review comments.
* merging widget postion update and canvas bottom row update into one dsl update.
* fix ordering of tabs property control
* meta property update canvas min height.
* fixing failed specs.
* Fixing entity explorer update on deleting tab from entity explorer.
* address review comments and minor property update changes
* fixing failing tests
* merge conflicts
* changes to cater widget api.
* fix suggested widget table issue
* draggable list for undo redo
* fix widget name focus
* excluding canvas updates.
* fixing codeEditor update on propertySection collapse
* fixed failing test case
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
Co-authored-by: Rahul R <rahulramesha@Rahuls-MacBook-Pro.local>
Co-authored-by: root <root@DESKTOP-9GENCK0.localdomain>
Co-authored-by: Ashok Kumar M <35134347+marks0351@users.noreply.github.com>
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-09-21 13:25:56 +05:30
Apeksha Bhosale
386e788e28
fix: pushing and removing errors from debugger for js object ( #7465 )
...
* pushing and removing errors from debugger for js object
* added message part of messages
* changes for linting and errors showing
* added try catch for executing function
* PR comments fixed
* PR comment fixed
2021-09-21 11:32:45 +05:30
rahulramesha
0b37812b56
feat: resizable modal ( #7312 )
...
* dip
* resizable modal full working commit
* resizable modal minor fixes
* code restructuring
* fix canvas small size bugs and add migration to remove modal type
* moving resize modal to modal sagas
* layoutResize and last column width
* fix warning
* setResizible if resizing
* fix incorrect import
* fixing cypress tests
Co-authored-by: Ashok Kumar M <35134347+marks0351@users.noreply.github.com>
2021-09-20 22:36:13 +05:30
Aswath K
1cca96c032
fix: Currency input text overlap ( #7477 )
...
* Change currency input layout to flex
* fix: styles for normal input
* Increase space b/w icon and text. Add focus color
visual modifications as suggested by Momcilo
* fix: alignment for ISDCodeDropdown
* fix: background color for disabled
* change dropdown focus color as suggested by Momcilo
* remove unwanted conditional height
* makes disabled Numeric input consistent to disabled input
2021-09-20 14:20:46 +00:00
Hetu Nandu
4315e92cf7
Reset widget children by default ( #7505 )
2021-09-20 18:40:03 +05:30
akash-codemonk
9877fe4b05
fix: Switch to the debugger error tab when clicked on the debug button in toast ( #7455 )
2021-09-20 16:50:22 +05:30
Pranav Kanade
a555ed7a88
fixed the pointer for omnibar ( #7629 )
2021-09-20 16:24:05 +05:30
balajisoundar
2dddd07f92
chore: Fix unnecessary scrollbar in entity explorer during onboarding ( #7613 )
...
Fixes : #7425
2021-09-20 14:55:37 +05:30
balajisoundar
4288b44f2c
chore: Invite user to org form input tab issue ( #7603 )
...
Fixes : #6785
2021-09-20 12:19:50 +05:30
akash-codemonk
a4bfb1b7c0
chore: minor styling fixes for debugger ( #7584 )
2021-09-20 11:10:59 +05:30
Rishabh Rathod
373f64c9ca
feat: git sync ui update ( #7486 )
...
- fix commit & push functionality
- Add Link to docs
- Add user settings toggle
Co-authored-by: Rishabh Saxena <rishabh.robben@gmail.com>
2021-09-17 22:28:04 +05:30
Ayush Pahwa
fdc1510236
feat: JSON view for query & datasource form components ( #7534 )
...
* Removed unused var
* Added new type and extra props to enable JSON editing experience
2021-09-17 12:14:04 +00:00
Vinod
0ef0da041b
feat: add copy button to evaluated value ( #7159 )
...
* add copy function for evaluated value
2021-09-17 16:32:16 +05:30
Rishabh Saxena
819f0c2753
feat: add git config to user profile settings ( #7538 )
2021-09-17 16:18:38 +05:30
Vinod
2bd324a5aa
feat: address few bug with linting and improve highlighting ( #7287 )
...
* show lint errors as warnings
* add initial code
* adjust editor positions
* update pr comments
* mark jshint errors
* reset changes
* remove unused prop
* fix test errors
* remove unused imports
* dont show warning in the error counter
* show yellow if warning
* remove active error functionality
* update linter to use async functionality
* update linter messages
* update binding positions
* fix evaluate tests
* dont show undefined errors in debugger
* move lint code to separate file
* update testes
* remove unused import
* update tests
* address pr comments
* add comment to explain why
* replace proper regex
* fix undefined message error
* Update styling for warnings
* address position issue in the linter
* Fix failing tests
* Merge 'release' on to 'Feature/linting-errors'
* add console as global object
* address lint issues
* fix requested linting erros for release
* fix breaking issue
* remove unwanted code
* revert unrelated changes
* remove unnecessary file
* add extra libraries to jshint data
* import lodash functions that are used
* update jshint settings
* Fix failing test
* don't show lint errors if there is a parsing issue
* update jshint to latest version
2021-09-17 16:01:45 +05:30
Tolulope Adetula
ca8b74da30
fix: app crashes when editing table visibility ( #7472 )
2021-09-17 05:33:26 +00:00
akash-codemonk
8b8ddb3390
fix: Quickly clicking do it for me button shows errors during onboarding ( #7386 )
2021-09-16 10:09:55 +05:30
Yash Vibhandik
aea55014ec
fix: added container wrapper component to handle styles ( #6476 )
...
* FIX #2587 : added container wrapper component to handle styles, updated test cases
* FIX #2587 : abstract widget style component for common use and wraped on text widget
* updated style boundary and css
* updated cypress test
* fix: accommodate prop pane height change for the test
* removed properties from text widget
* updated container wrapper style to handle border corners, updated migrations for container and form widget
* fixed container overflow
* added testcases for container and text widget
Co-authored-by: Rishabh Saxena <rishabh.robben@gmail.com>
2021-09-16 09:51:31 +05:30
Rishabh Saxena
f277fe92e0
feat: minor bottom bar UI updates ( #7456 )
2021-09-15 19:31:32 +05:30
Abhinav Jha
d94408776f
fix: Styling issues with the buttons on the platform ( #7365 )
...
Fix button styles in platform and also update stat box widget icon svg
2021-09-15 12:15:21 +01:00
haojin111
523ba15d88
chore: fixed issue of height when focusing on API inputbox ( #6304 )
...
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-09-15 06:37:49 +00:00
akash-codemonk
e9fe54fefe
fix: Show trigger errors in the debugger with widget and property name ( #6970 )
2021-09-15 10:41:13 +05:30