webcodesk-srv icon indicating copy to clipboard operation
webcodesk-srv copied to clipboard

Webcodesk - Web App Builder for Create React App

Results 11 webcodesk-srv issues
Sort by recently updated
recently updated
newest added

Following the Todo tutorial on a Windows laptop I create the basic server and get the` http://localhost:7070/` and going through the project Readme for Todo. When creating the main page...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

There should be the ability to add different shape types into the array property. When the user adds an array item in the property editor there should be a context...

enhancement
delayed feature

Hi, I'm trying the following: I have some propTypes I want to define central and reuse it in many components. There fore I have create a file "baseTypes" ``` import...

documentation

Hi, when having a component without props definition (initial) and then adding some, the Webcodesk UI don't shows automatically the added props in the preview screen or when using the...

help wanted

Hi, the debugging capabilities in the tool are really amazing. The way to record the execution of flows and there elements with all the input / output information are very...

enhancement

Hi, when extending the `settings.conf.ts` not all the defined properties are shown in the UI: ![image](https://user-images.githubusercontent.com/5662304/78611106-80230f00-7866-11ea-8d1e-4020ab02073f.png) The green one are working, the red one don't work. Don't work is meaning...

bug

Hi, creating a function with TypeScript will end in some type check "errors" for the parameters: ![image](https://user-images.githubusercontent.com/5662304/77835952-35acde80-7152-11ea-938f-c61f97596c22.png) Are there TS type definitions for at least a few of the parameters...

documentation

Hi, when working with TypeScript Components, it is needed to define the props definition twice: * As the TypeScript way (```Interface``` and generic React Component ```React.Compoennt```) for type checking in...

documentation

It is required to replace buttons `Generate source code for new component` and `Generate source code for new function list` with drop-down menus. There should be options in the menu....

enhancement
good first issue