* Added Package Name and Version
For Me the npm was not installing the package and it's reason was that this package is not have `name` and `version` key specified.
don't know why it happened but most of my project don't need that data
* Update package.json
* Updated package-lock.json after `npm i`
* Update package-lock.json
* Update package-lock.json
* Added cypress test for manage groups
* Updated common selectors and text files
* Updated common utils file
* Added data-cy attribute for elements
* Updated folder create label
* Updated common utils file
* fixes: selecting a component (from the JSON tree) selects the component in the editor and
opens widget inspector
* updates minWidth for the inspector popup
* fixes: render options for hovered nodes
* updates minwidth and value width
* Added cypress test for manage sso page in the single workspace
* Updated common utils file
* Added data-cy attributes for the elements
* Updated common selectors and common text file
* Updated the spec file
* Added migration to add forder_delete column
* Added new group permission
* Added deleteFolder ability
* Added delete folder api
* Added menu icon
* Added new defualt permissions of admin
* Implemented folder menu and delete action
* Implemented update folder name in frontend
* Added folder name update feature
* Refactoring code
* Added specs for update and delete apis
- Updated test-helper function with new permissions
* Resolved failing specs
* corrected method name & add count checking to delete spec
* added organizationId scope
* Changed toast and modal texts
* Resolved a mistake
* Added a check box for update permission
* Now, an user can only delete folders, if he has the permission to view all apps
* Edited update and delete spec cases
* Added error toasts
* Refactored code
* Resolved PR changes
- Changed permission name in the frontend
- Refactored the code
* capitalized all toasts
- Changed error message
* Fixed new user permission issue
* Update a spec
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
* Run query while saving it
* Fixed data update while save & run query
* Fixed loading issue in the query
* Added check to avoid crash during create/run
* added HTML widget
* removed console
* removed injecting css to the html page
* Shorten the div of default code for HTML widget
* Updated widget icon from tabler icons
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* added instruction text property in file pciker to make user unable to provide custom instructions
* Added default instruction text
* made the changes to make sure existing app do not crashes because of instructionText prop
* Solve issue - existing file pickers wont display anything if we don't default to the default instruction text
* changes in operation.json file
* migration script for adding instructionText prop
* removed unwanted operations.json file
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
* Updated cypress test for button widget
* Updated the custom command for create app
* Added data-cy attributes for elements
* Updated common selectors file
* Added cypress test for manage users page in the single workspace
* Updated user selectors and user text file
* Added data-cy attributes for the elements
* Updated the folder structure