Shyam Swaroop

Results 45 comments of Shyam Swaroop

Precursor steps - 1. Clean up the code in `packages/component-style-layer/src/components/commons`. 2. Create a utility package called `prop-utils`. 3. Create a map in `prop-utils` package that takes `string` as key and...

The top-most menu items are called `MenuItemType`. A `MenuItemType` can have children of type `SubMenuType` or `MenuItemGroupType`. The difference between the two is that `SubMenuType` is collapsable while `MenuItemGroupType` are...

Relevant discussions for this issue https://github.com/Atri-Labs/atrilabs-engine/discussions/169 https://github.com/Atri-Labs/atrilabs-engine/discussions/184 https://github.com/Atri-Labs/atrilabs-engine/discussions/180 https://github.com/Atri-Labs/atrilabs-engine/discussions/186 https://github.com/Atri-Labs/atrilabs-engine/discussions/187

> @cruxcode Plz assign me for this issue I have updated the signature. Please have a look at it again.

Relevant discussions for this issue https://github.com/Atri-Labs/atrilabs-engine/discussions/169 https://github.com/Atri-Labs/atrilabs-engine/discussions/184 https://github.com/Atri-Labs/atrilabs-engine/discussions/180 https://github.com/Atri-Labs/atrilabs-engine/discussions/186 https://github.com/Atri-Labs/atrilabs-engine/discussions/187

> @cruxcode `packages/react-component-manifests/src/manifests/charts/` in this folder `TreeMap chart folder` must be created right? similar to BarChart folder. Yes, absolutely correct.

Relevant discussions for this issue https://github.com/Atri-Labs/atrilabs-engine/discussions/169 https://github.com/Atri-Labs/atrilabs-engine/discussions/184 https://github.com/Atri-Labs/atrilabs-engine/discussions/180 https://github.com/Atri-Labs/atrilabs-engine/discussions/186 https://github.com/Atri-Labs/atrilabs-engine/discussions/187

Hi @tenserebel, can you tell me which operating system you are using? To deploy to Github, you might have to use different commands in windows and macOS, especially, the commands...

I am assuming you are using cmd in windows. ### Build steps: ``` cd project_root pipenv shell set MODE=production set ASSET_URL_PREFIX="/TrackDash---Using-Atri" atri build ssg ``` ### Deploy steps: ``` set...