* fix: data sources update
* fix: default state for custom s3 url
* refactor: move state to parent
* make encrypted fields default enabled for new datasources
* show edit toggle only while editing datasource
* chore: change toggle placement
* chore: replace edit toggle with button
* fix: password reset
* added support for pdf download
* bug fixed : data in PDF file was not visible
* bug fixed
* removed console statement
* bug fixed : long text are hidden in pdf
* enhancement of code
* made the header in uppercase format
* removed console
* removed custom width logic
* bug fixed: Table widget Download as Excel exports extra columns
* bug fixed
* excluded bulk selector column from the downloaded file
* removed console
* bug: code was breaking with large data set
* made headers in uppecase format
* removed max width adjusting logic
* Added unsaved changes popup on query manager
* Cleanup changes in codehinter
* Fixed bug on clearing query values while dropping widget
* Persisted changed value in transformation during toggle
* Persisted updated value with dark mode toggle
* Fixed clearing transformation on initial render of confirmation popup
* Fixed getting confirm dialog on focusing fields
* Fixed getting confirm dialog for older queries with transformation
* Reverting the timeout change as it causes very much delay in hude apps
* add ability to export app versions
* remove console.log
* add spec
* [ Enhancement ]: Ability to export versioned apps ( frontend ) (#4271)
* added basic UI and functionality
* added functionality to export all versions or selected versions of app
* added UI
* refactored the code
* refactored code
* use custom hook for checking if component is mounted or not and accessing darkMode from props
* showing current version first
* added spacing between container and input tag and input tag and text
* added cursor pointer on the version container
* removed use mount to avoid extra re-rendering component
* fixed typo request
* update permissions
* fix permissions
Co-authored-by: Manish Kushare <kushare.manish9@gmail.com>
* Added frontend and backend validation
* Added line that got deleted accidentally
* Delete package-lock.json
Did not mean to include
* Minor fixes
* Revert "Delete package-lock.json"
This reverts commit c56f79dfca.
* Reverted package.json
* Ran the linter
* Fixed accidentally changed files
* Ran frontend linter
* Removed changes on frontend json
* Attempting to add newline
* Added missing newline
* Update frontend/src/Editor/AppVersionsManager.jsx
Co-authored-by: Midhun G S <gsmithun4@gmail.com>
* Fixed issue resulting from deleted else
* Attempting to fix lint errors
* Linting fix
Co-authored-by: Midhun G S <gsmithun4@gmail.com>
* add onChange event and its handler
* add handler for slider change as well
* fix lint
* added onChange fire event when slider value is changed
Co-authored-by: manishkushare <kushare.manish9@gmail.com>
* feat: Add update version button on installable plugin
* use id from update method
* removes redundant check
* use plugin id for fetching files from s3
* fetch latest plugins once updated
* disable update and remove buttons while update in progress
* replace href with link-span cx + send body in patch request
* Added Background Color to Text Input
* Added Default Value for Background Color
* added default value and make background of text input consistent with the dark theme
Co-authored-by: manishkushare <kushare.manish9@gmail.com>
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
* fix: added background styles for number input
* fix: removed additional f from the background color property
* fix: added backgroundColor property from styles
* fixes: default bg color for dark mode
Co-authored-by: arpitnath <arpitnath42@gmail.com>
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
* fixed lint issues
* update lint issues
* remove all the previous changes in the unrelated files
* removed event propogation on mouse over event
Co-authored-by: manishkushare <kushare.manish9@gmail.com>
* #issue4174
* #issue-4174
* #issue-4174
* bug fixed : event is getting fired on reloading the component
* bug fixed : event getting fired on changing default value of the color picker from the inspector widget
Co-authored-by: manishkushare <kushare.manish9@gmail.com>