Aswath K
db08b16d4e
feat: Grouping & reorganisation of Property Pane ( #15768 )
...
* Removes feature flag from Client code
* Updates Cypress tests
2022-09-03 18:20:39 +05:30
Aishwarya-U-R
4bf0827763
test: Script updates for flaky tests ( #16355 )
2022-09-02 06:35:45 +05:30
ashit-rath
893fd34cdd
perf: Widget re-rendering refactor ( #14485 )
...
* initial commit
* props hoc
* changes
* removed ignores and withWidgetProps
* added extra props to canvasStructure
* widget props changes
* list widget changes
* reintroduced widget props hook and other refactors
* remove warnings
* added deepequal for childWidgets selector
* fix global hotkeys and tabs widget jest test
* fix main container test fix
* fixed view mode width
* fix form widget values
* minor fix
* fix skeleton
* form widget validity fix
* jest test fix
* fixed tests: GlobalHotkeys, Tabs, CanvasSelectectionArena and fixed main container rendering
* minor fix
* minor comments
* reverted commented code
* simplified structure, selective redux state updates and other inconsistencies
* fix junit test cases
* stop form widget from force rendering children
* fix test case
* random commit to re run tests
* update isFormValid prop only if it exists
* detangling circular dependency
* fixing cypress tests
* cleaned up code
* clean up man cnavas props and fix jest cases
* fix rendering order of child widgets for canvas
* fix dropdown reset spec
* adding comments
* cleaning up unwanted code
* fix multiselect widget on deploy
* adressing review comments
* addressing minor review comment changes
* destructuring modal widget child and fix test case
* fix communityIssues cypress spec
* rewrite isVisible logic to match previous behaviour
* merging widget props with component props before checking isVisible
* adressing review comments for modal widget's isVisible
Co-authored-by: rahulramesha <rahul@appsmith.com>
2022-08-19 15:40:36 +05:30
arunvjn
4e5b21600d
Optimise code editor renders ( #15405 )
2022-08-04 11:10:44 +05:30
arunvjn
7c37f7b35a
Add a new rule to show selectedRow in autocomplete's best match ( #15406 )
...
Refactored auto complete sorting logic.
2022-08-03 12:54:38 +05:30
Parthvi
f60e78c972
test: Fix flaky cypress tests ( #15437 )
...
Fix flaky tests
Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local>
2022-07-26 08:55:48 +05:30
Preet Sidhu
c03fddf1c9
fix: Improve CodeMirror rendering performance using idleCallback ( #13676 )
...
* working editor wrapper
* updated other property controls
* fix tablefilter_spec unit test
* autofocus on editor
* update font styles
* show lint errors
* add syntax highlighting
* fix import issue
* fix input height
* use lazy and suspense
* wip
* update code clean up
* update input style
* fix select widget issue
* fix build issue
* fix import issue and linting css
* update lint error method
* add polyfill for idle callback
* fix undo aggregate helper changes
* rename CodeEditor component
* fix tests add delay before code mirror
* undo name change
* rename lazy editor
* add comments and update aggregate helper
* fix cypress helper
* fix testJsonText command
* update aggregate helper
* add wait to allow time to load
* fix filepicker issue
* fix currency input test
* fix unit tests
* update aggregate helper
* fix table property tests
* fix test
* fix command
* update json text command
* updated command ii
* update iii
* update iv
* add force click
* check for wrapper
* fix for objects
* fix test iv
* fix test v
* fix tests vi
* fix tests vi
* fix variable naming issue
* fix tests vii
* remove wait from wrapper click
* fix tests viii
* fix recheck wrapper availability
* fix updateCodeInput command
* fix undo while loop
* fix ix
* fix each loop
* removed EnableAllCodeEditors
* updated tests
* Upated wait
* updated some more tests
* updated wait time
* updated common method
* updated all related common methods
* update state name and add callback timeout
* updated test
* updated the test
* fix use while loop and update count
* update click func
* fix use get instead of find
* fix on click action command
* remove comments
* fix: update import statements
* add force click to widget command
* update wrapper ui
* fix auto load code editor
* update editor wrapper ui
* fix lineheight adjustment
* refactor editor wrapper
* update style import
* fix ascetic style import
* fix font style
* fix wrapper height
* update color for code block
* fix min height of content wrapper
* remove error linting and editor wrapper
* remove unused variable
* remove unused imports
* fix font color for objects
* update styles for placeholders
* remove console log
* remove react syntax highlighter
* cancel idlecallback on unmount
* Delay input foucs
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
Co-authored-by: apple <nandan@thinkify.io>
Co-authored-by: Satish Gandham <satish@appsmith.com>
2022-07-20 14:56:12 +05:30
Aishwarya-U-R
68108d7827
Automated tests for Postgres Datatype - Binary type + Flaky fixes ( #15210 )
2022-07-16 16:11:17 +05:30
balajisoundar
a97ab3d9a2
feat: Table widget v2 with support for non-ASCII characters and improved jest coverage ( #11307 )
2022-07-14 12:32:35 +05:30
Bhavin K
1ca40f9eeb
fix: show the error message for text input widget ( #14934 )
...
* fix: show the error message for text input widget
* Update the error message & added releated new test case
2022-07-07 05:37:54 +00:00
Bhavin K
a2dd01806c
fix: remove the duplicate and rename the actions to events in property panel ( #14714 )
...
* Fix: Remove the duplicate & rename the "Actions" To "Events"
* rename the "Actions" to "Events" in select & multiselct widget
* Trigger Build
* fix: failed testcase are resolved
2022-06-29 11:54:50 +00:00
Aswath K
478ae29b34
feat: Disable js toggle button if field is not empty ( #12754 )
...
* feat: Disable js toggle button if field is not empty and on non-default value
* allows certain values based on control type
* adds handling for more control types
* Change disabled message
* feat: makes option control delete button keyboard accessible
* adds support for theme values
* Adds support for border radius & box shadow controls
* message change and refactor
* minor correction in the message
* Add proper condition for Datepicker control
* fix one cypress test
* updated tests
* add checks for OptionControl
* Updated table binding test
Co-authored-by: apple <nandan@thinkify.io>
2022-06-16 15:17:35 +05:30
rahulramesha
c1da8a6866
fix: paste widgets on a new page ( #14295 )
...
* paste widget on generate Page
* adding cypress tests
2022-06-09 17:17:47 +05:30
NandanAnantharamu
6359bfcfbe
test: List testcases ( #14009 )
2022-05-26 13:25:08 +05:30
Aishwarya-U-R
04a8c3b037
Tests for JSObjects-onPageLoad ( #13712 )
...
Automated tests to improve coverage for JSObjects-onPageLoad
2022-05-18 16:09:42 +05:30
Bhavin K
94b93a657b
fix: remove cell background from empty rows ( #13257 )
2022-05-18 04:46:25 +00:00
Parthvi12
32bcd94e54
Add tests for git discard changes ( #13866 )
2022-05-18 04:45:32 +00:00
ashit-rath
c60f102e45
fix: JSONForm - hidden field value reflects in formData ( #13739 )
...
* fix: JSONForm - hidden field value reflects in formData
* shifted update form code from useController to FieldRenderer
* review changes
2022-05-12 17:52:44 +05:30
Aswath K
ca3f159f66
fix: set max-height for Dropdown component ( #13105 )
...
* fix: set max-height for Dropdown component
* changes style for date format dropdown
* Combines MultiSelectControl into DropdonwControl
* fix: max height set via props
* fix: popover double scrollbar issue
* fix: styles for chips
* Delete MultiSelectControl
* fix: error when pressing Enter twice
* add tests for multi select & fix some warnings
* removes unwanted test file
* fix: country filtering issue
* address review comments
* fix dropdown for primary columns dropdown
* fix: issue with position
* Adds scrollIntoView when using arrow key for navigation
* fixes issue with scrollbar
* fix: jest tests
* fix: jest test
* fix: flaky cypress test
* fix: height & align issue in Date format selection
* smoothens the scroll
2022-05-06 10:34:17 +05:30
Pawan Kumar
809a633306
feat: App Theming ( #9714 )
...
* fix style bugs
* fix select styles
* test: fix font size issue for cypress tests
* incorporate ashit feedback
* test: addresed review comments for cypress tests
* add analytics events
* height issue in view mode
* incorporate code review feedbacks
* incorporate code review feedbacks
* refactor: addressed review comments; removed border radius and box shadow for text widget; Updated migrations
* feat: Makes shadow and radius controls keyboard accessible (#11547 )
* makes shadow and radius controls keyboard accessible
* removes unused imports
* moves options out of render method
* fix: changed the misnomer background property name to the relevant property name
* fix: border radius issue for the map widget
* address qa bugs
* address qa bugs
* fix ux of theming pane when widget is selected
* fix:
* added backgroundColor to the video widget
* restricted pop-over border radius to 0.375rem
* added box shadow for the input group for select widget
* fix: added delete icon in the delete theme modal
* address qa bugs
* change checkbox column size in config
* add js convertible to button color
* remove unused imports
* test: fixed jest tests
* fix primary color typo
* fix: migrations for the theming
* fix:
* Removed background color from MultiTreeSelect and TreeSelect component.
* grouped button's menu button pop over border radius restricting to 0.375rem.
* test: updated Dsl migration UT
* address qa bugs
* address qa bugs
* fix: address qa comments
* address qa bugs
* fix:
* migration issue;
* unit test cases;
* fix rating widget scroll issue
* fix youtube video border radius bug
* fix select widget
* fix select widgets styles
* address qa bugs
* merge conflicts
* makes the reset button keyboard accessible (#12134 )
* -resolved merge conflicts
* address qa bugs
* fix: labelTextSize migration fixes
* refactor:
* made changes to the fontSizeUtils function
* fixed the issue related to unit tests
* fix button group widget
* remove unused imports
* fix: fixed the text size migration for the table widget
* refactor: addressed review comments for the table widget theming migration
* fix button group widget
* add init calls for view mode
* json form init theme changes
* fix: added migration for boxShadow, borderRadius and textSizes for table widget
* fix broken fields
* test: fixed unit tests
* wip
* inconsistancy fixes and schemaItem update in updateHook/fieldConfiguration
* feat: init json form migration theming
* json form primaryColor -> accentColor
* update table widget
* update table widget
* object field label styling
* fix: migration related to the JSON form
* fix: fixed labelTextSize migration for JSON form nested widgets
* property control nested stylesheet lookup
* JSONForm label styles form array items
* show label for checkbox field array item
* fix button group widget
* wip
* refactor: addressed table widget review comments
* refactor: addressed ashit review comments;
* added childStylesheet for widgets
* feat: Keyboard navigable Color Picker control (#11797 )
* Makes ColorPicker keyboard accessible
* seperate out keyboard and mouse interactions
* fix issue with not focusing back to input
* Adds test for Color picker
* chore: added comment for the boxShadow property
* fix:
* added unit test cases for the widget and property utils
* resolved warning messages
* wip
* theme config update
* fix merge conflicts
* refactor: moved theming migration inside the migrations folder
* fix qa bugs
* fix jest test
* fix: unit test cases
* fix table column creation logic
* refactor: addressed review comments for migrations
* fix: Overriding margin and padding for custom render in the dropdown component (#12875 )
* * fix for custom render padding and margin in ADS dropdown
* * fix for removing padding from normal render options
* refactor: moved the boxShadow condition to the variable
* fix qa bugs
* fix: migration QA callouts for audio recorder widget
* refactor: added updated comments for boxShadow migration for table widget
* fix theme binfings for JSONForm fields under Object
* fix table widget theming bug
* fix: addressed code review comments
* fix: unit test cases
* fix: qa migration callouts
* fix table widget theming bug
* fix JSONForm currency input dropdown not submit form
* Added new tests - AppThemingSpec
* fix qa bugs
* fix unit test
* fix JSONForm cellBorderWidth to have default value post migration
* fix unit test
* fix qa bugs
* remove unused imports
* fix qa bugs
* fix JSONForm input height issue
* fix qa bugs
* Updating Theming spec
* * dropdown color fixes (#13249 )
* fix caching issue
;
* Fixed Theming tests
* fix tests
* fix tab widget tests
* fix: json form children level migration issue
* fix table widget tests
* Updated test
* updated tests
* updated test
* updated tests
* updated tests
* updated pageload
* fix cypress tests
* remove cypress created files
* fix color picker issues
* Failure fixes
* Fixed some more tests
* fix: cypress test failures
* fix tests
* remove consoles
* fix table tests
* fix qa bugs
* updating snapshots for AppPageLayout_spec as per new UI
* fix rating widget bug
* fix qa bugs
* fix:
* cypress failing tests
* Migration QA callouts
* Removed unused imports
* update constract check algo
* fix color contrast issue
* fix: cypress failure test cases
* update font sizes labels
* fix regression bugs
* fix:
* JSON form labelTextSize issue fix
* Updated comment for the fontSizeUtility function
* migrations issues related to table widget borderRadius and boxShadow
* fix: default labelTextSize issue for the Input and Select families
* fix regression bugs
* fix regression bugs
* PassingParams spec - added wait time
* fix: font family default value issue on JS toggle
* fix js toggle issue in text widget
* fix tests
* fix tests
* fix tests
* fix cypress tests
* fix regression bugs
* fix regression bugs
* fix:
* refactored table widget migration function as per review comments,
* added default value to the widget
* fix: failing unit test cases
* fix theming spec
* fix cypress tests
* test: fixed failed cypress test
* incorporate ashit feedback
* fix cypress tests
* fix: addressed review comments
* comment out table cypress test
* fix merge conflicts
* comment out color picker tests
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
Co-authored-by: keyurparalkar <keyur@appsmith.com>
Co-authored-by: Aswath K <aswath@appsmith.com>
Co-authored-by: Nayan <nayan@appsmith.com>
Co-authored-by: Ashit Rath <ashit@appsmith.com>
Co-authored-by: balajisoundar <balaji@appsmith.com>
Co-authored-by: albinAppsmith <87797149+albinAppsmith@users.noreply.github.com>
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
Co-authored-by: apple <nandan@thinkify.io>
Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local>
2022-05-04 15:15:57 +05:30
NandanAnantharamu
db2310bef7
test: Commands file organised ( #12533 )
...
* Commands file seggregated
* updated support file
* updated common method
* updated the support files
* Updated imports
2022-04-11 09:00:37 +05:30