@flowfuse/nr-assistant 0.2.2-b1748b8-202506241235.0 → 0.3.1-2c05106-202506300804.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,17 +16,22 @@ This plugin is designed to assist users of the FlowFuse platform by providing to
16
16
  * Function node Code Lens
17
17
  * JSON generation in all typed inputs and JSON editors (like the inject node, change node, template node, etc)
18
18
  * Flows Explainer
19
+ * HTML, VUE, and CSS generation in FlowFuse Dashboard ui-template nodes
19
20
 
20
21
  ### Function Builder
21
- ![flowfuse-assistant-function builder](https://github.com/user-attachments/assets/5efc4c24-a4e6-4d0c-b836-aebf97d3ca02)
22
-
22
+ ![flowfuse-assistant-assistant-builder](https://github.com/user-attachments/assets/6520eeaf-83f5-466e-ad32-6b4ae1d62954)
23
23
 
24
24
  ### JSON generator
25
- ![flowfuse-assistant-json-generator](https://github.com/user-attachments/assets/d3271f64-a733-48dd-924b-0a946b9a6e7f)
26
-
25
+ ![flowfuse-assistant-json-generator](https://github.com/user-attachments/assets/9d4bf3ef-7ea8-4e72-9e04-73712d5323e3)
27
26
 
28
27
  ### Flows Explainer
29
- ![flowfuse-assistant-flow-explainer](https://github.com/user-attachments/assets/3a8c17bb-066b-4264-9ad1-3a031bd2afee)
28
+ ![flowfuse-assistant-flow-explainer](https://github.com/user-attachments/assets/20f5490f-469f-4f95-b63c-cdf216139bd0)
29
+
30
+ ### FlowFuse Dashboard UI Template Assistant
31
+ ![flowfuse-assistant-ui-template](https://github.com/user-attachments/assets/c6810553-40c0-429e-aa6b-039317b1dc30)
32
+
33
+ ### FlowFuse Dashboard UI CSS Assistant
34
+ ![flowfuse-assistant-css](https://github.com/user-attachments/assets/fea87030-294e-4bce-a9ce-146249ee0459)
30
35
 
31
36
 
32
37
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/nr-assistant",
3
- "version": "0.2.2-b1748b8-202506241235.0",
3
+ "version": "0.3.1-2c05106-202506300804.0",
4
4
  "description": "FlowFuse Node-RED assistant plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {