* Fix multipage failure
* Fix config
* Fix text spec
* Add versions to the suite
* Fix password and versions spec
* Revert config
* Fix password and listview
* Fix versions with temp fix
* fix all failures.
* add retry
* revert button fix
* Add workspace specs to the suite
* Fixed default text widget bg color
* Added default background colour for text component
---------
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
* Fixed link to Ada initiative, now links to home page.
* Completely removed The Ada Initiative link.
---------
Co-authored-by: Duncan Tweed <duncan.tweed@gmail.com>
* add support for Copilot assistance
* clean up
* fixes workspace settings crash
* refactor and resolved review comments
* api endpoint should be inferred from env
* copilot style fixes
* copilot style fixed
* beta tag fro copilot settings: workspace
* fire toast for unauthorised recommendation request
* include the previous code with the newly generated response
* scoping apikeys to orgs
* controller updates for copilot
* copilot org key updated
* disable toggle for new workspaces
* disable toggle for new workspaces
* fixes: multi-workspace toggle updates
* uninstall unsued packages
* fixes button state for copilot in transformations
* updated the urls
* current version issue
* working on modal design
* Added released version popup and shake animation
* refactoring the code
* improved the experience
* extra changes
* css revert
* fix: disable components & properties
* fix: switched released version saving & create version modal input value retain issues
* fix: retained values issues
* fix: edit version modal current name issue
- disabled comment's icon
* override grayed out effect for preview
* fix: text overflow issue
* css fix: overflow
* added check for sub-containers
* fixed and added specs
* UI and UX fixes
* lint fix
* added clearInternal fn
* change:added clearInternal fn
* refactoring the code
* removed the comments
* added some code that were missing after the merge
* fixed merge issues
* fixed undo redo
* reverted the store changes
* Add CSA for table
* Add CSA for button
* Add CSA for textinput
* Remove it.only
* Add CSA for text
* Add CSA for modal
* Add CSA for multiselect
* Add CSA fix for text input
* global store init
* Moved query data to new component
* Removed unwanted code
* Removed data queries prop drilling
* Moved query state out of editor
* Added unsafe to componentWillReceiveProps
* Selected first query when the version is changed
* Fixed bug on renaming query
* Fixed issue on dark theme
* Fixed running query on page load in viewer
* Added global data source in store
* Disabled devtools on production
* Fixed bug on selecting query after deletion
* Reset store when editor is loaded
* Fixed losing events on renaming first query
* bug fixed: Table edit and save changing the referenced data
* bug fixed : upon changing the data to the Table, component still persists previous data if it has been updated before
* when table is edited, and its reference data is changed, it does not show new data rather persists updated data
* removing unused code
* code refactor
* bug fixed: upon click on save changes,updatedData exposed var is getting reset