* Centered Text in App Version Manager dropdown
* Centered Text in App Version Manager dropdown
Fixes#2570
* resolved all comments
* reverted package-lock
* added custom style in custom.scss to adjust the placement of the nav link menu in the dashboard
* added bootstrap class to position the dropdown menu-list in the dashboard
* removed unwanted spaces in custom.scss and empty css class in theme.scss file
* made confirm page scrollable
* added event in lifecycle method to make confirm page scrollable
* removed unnecessary changes and removed overflow-y hidden from theme.scss to make page scrollable
* removed unwanted code
* made the tag and options of dropdown widget aligned horizontally
* Use bootstrap classes to remove margin and padding for dropdown label
* Remove unnecessary css
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* Ported multi-select to react-select lib
* Changed some values
* working on all option select / unselect feature
* All clear event
* Changed exposed values
* Resolved some ui issues
- Changed values height to a fixed size
- Fixed close btn alignment
* Removed 'All' option from selected values section
* Changed some paddings and sizes
* Resolved scroll and label width problem
* Adjusted some margin
* Removed scrolling from container
- scroll only values
* Hide scrollbar
* Resolved indicators alignment
* updated multiselect with searchable select
* Use only multiselect with checkboxes
* Alignment fix for multiselect dropdown
* Make multiselect dropdown adjust according to height
* Add custom rendered for multiselect options
Co-authored-by: stepinfwd <stepinfwd@gmail.com>
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* initial commit
* made datepicker functional
* update date format
* made border-radius and adjusting width and height of the input element to the datepicker container functional
* add year and month selection dropdown & upon enableDate false, only showing time selection
* changed dropdown year display
* adjusted width of the datepicker widget
* added React.forwardRef inside ExampleCustomInput function
* Show month dropdown on mode select for datepicker
* Slight refactoring
* Display default date on load of DatePicker widget
* Apply brand colors for date picker
Co-authored-by: arpitnath <arpitnath42@gmail.com>
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* fixing query panel header
* fixing right siedebar header : making it fixed
* fixing bug in higher resolution
* fixing position
* updating pr changes : dark mode color issues
* updating query manager datasource listing ui
* ui updation for datasource in query manager
* including back button after selecting datasource
* handling ui break when more data source is added
* updating key
* removing unused code
* removing unused code
* updating ui for darkmode support + testing clearing of fields during backbutton click
* fixing border
* testing updates for clearing fields for stripe,rest
* updated transformation alert
* indication for selected data source
* updating styles for dark mode
* darkmode bugfix
* updating transformation style to enable popover
* bugfix
* css updates for popover
* style updates
* aligning icon
* updating styles
* cleanup
* state name updated
* removing unwanted things from ui during create query
* lifting state uo :: fixing intermediate state issue while clicking add query during query edit
* update
* fixing typesense icon
* fixing padding issues in query panel search
* fix for monitor screens
* positioning query panel
* fixing position of all popover in left sidebar
* updates
* updating header margin to be equal and removing unwanted margin in query list
* setting minimum width for left sidebar
* updated left sidebar width
* left-sidebar width updation and including label
* adjusting margin for changed width
* bugfix darkmode
* fixing bug in margin of sidebar
* updating icon for inspect
* aligning canvas for changed width
* adjusting margin of sidebar popovers for changed sidebar width
* margin bugfix
* updating text wrap issue in table
* functionality and styling to allow text wrap feature for overflow in table
* updated to include horizontal scroll action
* update :: meaningfull naming update
* pr review changes
* updated to add hide option , code optimizing
* merge conflict
* fixing hide option breaking layout
* overflow field for only possible fields
* updating key to avoid confusion
* cleanup
* fixing scroll issue
* merge error
* hide theme updated
* text wrapping avoided for column type text
* typo fix
* Added a spinner for show before rendering template images
* Spinner with another lazyload lib
* Added additional property to track img changes
* Changed lazyload with spinner to a reusable component
* fixes default value for restapi
* fixes default value for restapi
* restapi-url field width 100%
* removes extra padding from codehinter input field
* fixes querypanel code hinter margins
* fixes overlap fields firestore
* Adds walkthrough
* Fixes
* Added a condition for walkthrough
* Changed popup design
* Now walkthough only show after first version is created
* cleaning code
* Minor fixes
Co-authored-by: Muhsin Shah <muhsinshah21@gmail.com>