Tolulope Adetula
a892aa678d
fix: Table Multiselect checkbox alignment
2022-04-19 09:40:42 +01:00
Bhavin K
3575a03005
fix: updated cursor style in actionWrapper ( #12850 )
2022-04-18 11:39:11 +05:30
Ayangade Adeoluwa
bc8d885813
feat: Response view switcher for all action editors ( #9629 )
...
* Response view switcher for all action editors
* fixes prettier issue
* adds correct type to responseDataTypes property
* fix some more conflicts
* Try a new multi switch component
* Revert multiswitch changes
* Adds finishing touches
* remove warnings
* Fixing bugs, reusing logic
2022-04-08 16:32:34 +00:00
Tolulope Adetula
99a5b8ca69
Merge pull request #12356 from appsmithorg/fix/table-widget-scroll-issue
...
fix: remove unnecessary horizontal scroll when table columns fit within table widget width and prevent unnecessary re-renders
2022-04-07 19:46:43 +01:00
Yash Vibhandik
7736daf0a5
fix: 8385 added button variant support in table column type button ( #9164 )
2022-04-07 16:19:51 +00:00
Bhavin K
787df868bb
Revert "fix: #6518 Implemented responsive table header controls ( #10971 )" ( #12583 )
...
This reverts commit 88ad2bcbd1 .
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-04-06 11:07:13 +05:30
Tolulope Adetula
f7018314ab
Merge pull request #12541 from appsmithorg/fix/Align-Table-widget-URL-Column-type
...
fix: align Table widget URL Column type
2022-04-05 13:54:14 +01:00
Tolulope Adetula
470fd8da21
fix: Align Link icon with text
2022-04-05 12:22:33 +01:00
Yash Vibhandik
88ad2bcbd1
fix : #6518 Implemented responsive table header controls ( #10971 )
2022-04-04 18:47:45 +05:30
Tolulope Adetula
ed7369493f
fix: use default HTML ellipsis
2022-04-01 08:07:25 +01:00
Tolulope Adetula
c0569b4a76
Fix: table widget scroll issue
2022-03-31 09:23:07 +01:00
Tolulope Adetula
5a87430e6a
fix: table widget scroll when not needed
2022-03-30 01:40:56 +01:00
Arsalan
ec62586a44
fix: Replace GREY_4 with GREY_8
2022-03-18 16:23:02 +05:30
Tolulope Adetula
b17cd2e3bd
fix: table widget value displacement ( #11650 )
2022-03-07 22:06:32 -08:00
Vicky Bansal
43441bfce2
feat: add tooltip to column header text which overflows ( #10666 )
...
* feature: add tooltip to column header text which overflows (#10495 )
* remove unused import
* feature: add tooltip to column header text which overflows (#10495 )
* remove unused styled components
* remove unused import
* feature: add tooltip to column header text which overflows (#10495 )
* remove unused styled components
* remove unused import
* Fix cypress command to handle the new changes
* Fix cypress command to handle the new changes
* Fix cypress command to handle the new changes
* Fix: test issues
Co-authored-by: Tolulope Adetula <31691737+Tooluloope@users.noreply.github.com>
2022-03-04 00:56:16 -08:00
Anand Srinivasan
8c60a8b870
feat: unified style for disabled widgets ( #8731 )
...
* basic input fields - unified disabled style
* select widgets - unified disabled style
* icon button - change disabled color
* radio group and switch - unified disabled style
* checkbox, radio, switch - disabled label color
* change disabled text color for all input fields
* chnage lable color on disabled state
* RTE header - not allowed cursor on disabled mode
* currency label - disabled color change
* switch and radio group css clean up
* replace text colors with GREY shades
* change label color for disabled switch and radio group
* restructure numeric input css
* numeric input buttons updated
* css fixes for mozilla
* table button disabled color
* change label color - numeric input dropdown
* hover only when enabled - numeric input
* all button colors updated
* remove unwanted wrapper
* update label color
* name color in constants
* use grey palette for switch component color
2021-11-15 11:59:06 +05:30
Alyssa Holland
fe73e97206
fix: Enhance sort icon (layout) in Table widget ( #8140 )
2021-11-03 16:15:02 +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
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
Abhinav Jha
b49f5097c6
refactor: Widget Development API ( #6405 )
2021-09-09 20:40:22 +05:30