* fixes: Typing , or on any code box will crash the app completely
* handle circular dependecies in the preview component and checks to resolved reserved keywords list
* remove comments
* exp: resolves reserved keywords to null if declared inside obj
* Remove unnecessary import for react-hot-toast
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* 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
* Set visibility, loadingState and disabledState of all components to be displayed as UI
* Set fxActive of visibility, loadingState and disabledState of all existing components to true
* Remove unnecessary console.log from migration
* 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
* Fixes fx
* fix: jump effect while fx switch
* Revert "fix: jump effect while fx switch"
This reverts commit 75471678ce.
Co-authored-by: gandharv <gandharvkumargarg@gmail.com>
* add position abs and zindex to comment loader
* remove react-spring, prevents slow fade in effect
* remove animation class
* dark mode code added
* reset edit comment id on comment saved
* alignment fixed for fx
* fixing text colour in dark mode fx
* formating all boolean values
* including number type
* updating functinal logic for number type
* style updated
* style updated
* fixing table text colour not showing bug
* fixing darkmode bg colour
* Flipping transition animation , without delay fix
* bugfix:: fixing styles margin updated
* fixing margin
* fixing padding for new number input
* Revert "fixing margin"
This reverts commit b74e524443.
* Set bottom margin for hinter column to 16px
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* 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>
* implement google sheet oauh token refresh flow
* format lint
* make use of constructor name as instanceof fails
* remove unused import
* force consent to get refresh token on googlesheets ds
* fixes:component names should be generated uniquely
* refactor
* removed unwanted condition
* fire toast only when user presses enter or onBlur event fires
* error toast only one should be shown at once
* refactor
* removed not req change
* feat: add clone component functionality
* change to cmd + d
* use unique name for copied item
* fix container clone issues
* move naming logic to parent
* deprecate old method
* remove inspector after clone
* generate uuid from pkg
* use copy of appdefinition
* remove redundant if stmt
* Fixes for tabs
Co-authored-by: Navaneeth Pk <navaneeth@tooljet.io>