PromucFlow_constructor/app/client/src/components/formControls
Ayangade Adeoluwa bfbf97ab87
feat: Add fallback height to lazy code editor fallback codemirror component (#25047)
This PR prevents the CodeEditor from first collapsing and then expanding
as a result of the LazyCodeEditor performance improvement
implementation. Instead we set a fixed height for the LazyCodeEditor
component based on the CodeEditor component that will replace it. This
way, the transition would be less obvious to users.

Before:


![image](https://github.com/appsmithorg/appsmith/assets/37867493/10cb5ac1-b007-4c06-a722-5a628ca47e6d)

After:

![image](https://github.com/appsmithorg/appsmith/assets/37867493/4d756e04-4667-4ecb-8b73-2397d3980e6b)
2023-07-16 21:58:22 +01:00
..
BaseControl.tsx feat: Flagsmith Integration (#24472) 2023-06-27 16:15:33 +05:30
CheckboxControl.tsx feat: remove collapse sections (#24017) 2023-07-04 17:41:56 +05:30
DropDownControl.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
DynamicInputTextControl.test.tsx
DynamicInputTextControl.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
DynamicTextFieldControl.tsx feat: Add fallback height to lazy code editor fallback codemirror component (#25047) 2023-07-16 21:58:22 +01:00
EntitySelectorControl.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
FieldArrayControl.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
FilePickerControl.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
FixedKeyInputControl.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
InputNumberControl.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
InputTextControl.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
KeyValueArrayControl.tsx fix: functionality of placeholdertext in key value array control (#24483) 2023-06-16 18:04:25 +05:30
PaginationControl.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
SegmentedControl.tsx fix: Update connection mode DropDown by Segmented Control (#23730) 2023-05-29 16:45:52 +05:30
SortingControl.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
StyledControls.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
SwitchControl.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
utils.test.ts feat: updating datasource endpoints contract (#23920) 2023-07-03 18:36:05 +05:30
utils.ts feat: Flagsmith Integration (#24472) 2023-06-27 16:15:33 +05:30
WhereClauseControl.tsx feat: activation phase 1 (#25126) 2023-07-12 12:12:16 +05:30