devaskim
devaskim
I know that to run production build one need `yarn build`. The size of resulting artifact is ```bash User@DESKTOP-6236L21 MINGW64 ~/code/thingsboard-rule-config-ui-ngx (master) $ ls -lh target/generated-resources/public/static/rulenode/rulenode-core-config.js -rw-r--r-- 1 User 197121...
As of Thingsboard 3.4 entities hierarchy widget uses tree view to display sub-nodes. It would be great to have grid view option something like [Material Grid List](https://material.angular.io/components/grid-list/overview). Not sure such...
**Before**  **After** 
PR [#5](https://github.com/thingsboard/thingsboard-ui-help/pull/5) to UI help repo.
I wish to close dashboard state opened in dialog from my custom widget. I could not find a way to pass `MatDialogRef` to each widget context and no one (unfortunately,...
This PR adds configuration option to widget's type parameters to let a custom widget to process by its own the case there is no subscription data. As of version 3.3.4.1...
Asset and device details page lets a user to review theirs relation either to user or some other entity, so it would make sense to have such tab for users...
### Hey community, Let's make the collection of awesome Thingsboard things! https://github.com/devaskim/awesome-thingsboard **Looking for your contributions)))**
The root cause is file line ending. Windows uses CRLF, Unix - LF. My Git client automatically switches line endings while cloning or committing sources, but to locally build Docker...
This PR lets to configure data keys of entities widget not only to hide or show but to show only in desktop mode and hide in mobile mode.