Gandharv

Results 14 issues of Gandharv

### Version Information ### Environment TJ Cloud ### What is the expected behaviour? Component should clone on keyboard shortcut `cmd+c` ### What is the current behaviour? Component is cloning on...

enhancement
feature request
editor

Hi. Thank you for this amazing tutorial. Why have you chosen redux-thunk over redux-saga?

feature suggestion
discussion

Fixes: #3870

needs testing
run-ci

### Version Information Latest ### Environment All ### What is the expected behaviour? Opening the widget inspector shouldn't change trigger an auto-save call ### What is the current behaviour? Opening...

bug
frontend
javascript

### What area of the codebase is to be refactored? Resolve references value inside box.jsx ### What are the potential advantages of this proposed refactoring? Significant performance improvement in primitive...

enhancement
frontend
refactor

https://reactjs.org/blog/2020/10/20/react-v17.html ![image](https://user-images.githubusercontent.com/12490590/135429822-2e25dc93-9b7a-44c9-9998-b8aa7c9f2d17.png) Pretty straightforward upgrade. Majorly because react 17 removes event pooling and other perf enhancements, less memory consumption etc. https://reactjs.org/blog/2020/08/10/react-v17-rc.html#no-event-pooling Update 2nd Sept 2022: following guide from https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html

good first issue
frontend
feature request
needs discussion

![image](https://user-images.githubusercontent.com/12490590/186963007-81d7348e-204d-43f0-8744-2880c2f1958e.png) When I try to do the below I receive "null" value inside domain key ```js const domain = psl.parse(window.location.host); ```

Sometimes, a widget might be disabled based on certain values from the api, need to add an additional disabled property to all interactive widgets like input, pickers etc

good first issue
feature request
hacktoberfest
up-for-grabs