* Move version manager editor states to zustand
* Update appDataStore to appVersionsManagerStore
* Move released version popup state to global
* Move isVersionReleased to global store
* Rename appVersionsManagerStore to appVersionStore and destructure zustand data inside components
* Move showComments and toggleComments states to zustand store
* Move current layout from editor local states to editor store
* Resolve code comments
* Bug fixes
* Move version manager editor states to zustand
* Update appDataStore to appVersionsManagerStore
* Move released version popup state to global
* Move isVersionReleased to global store
* Rename appVersionsManagerStore to appVersionStore and destructure zustand data inside components
* Remove closeCreateVersionModalPrompt and showCreateVersionModalPrompt
* Refactor isVersionReleased
* Resolve code comments
* update action on clicking release version btn
* Resolve code comments
* Resolve code comments
* Resolve code comments
* Fix isVersionReleased not getting updated on editor mount
* Fix released version error message not shaking on editng released version
* Resolve code comments
* Fix preview in query giving internal server error
* 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