Skip to content

Commit

Permalink
Add new tile & screenshot w/some minor text adjustmenets
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Jul 26, 2023
1 parent fee3492 commit fd97182
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"markdown-it-anchor": "^8.6.7",
"markdown-it-footnote": "^3.0.3",
"mocha": "^10.2.0",
"netlify-cli": "^15.0.2",
"netlify-cli": "^15.8.0",
"netlify-plugin-cache": "^1.0.3",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
Expand Down
20 changes: 12 additions & 8 deletions src/blog/2023/07/dashboard-0-1-release.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: First Pre-Alpha Release of the new Node-RED Dashboard
subtitle: Introducing version 0.1 – An Initial Glimpse at the Future of Data Visualization
subtitle: Introducing v0.0.1 – An Initial Glimpse at the Future of Dashboarding in Node-RED
description: The first release of the successor to the Node-RED Dashboard has arrived, marking the beginning of the pre-alpha phase.
date: 2023-07-26
authors: ["joe-pavitt", "marian-demme"]
image: /blog/2023/06/images/node-red-dashboard.png
image: /blog/2023/07/images/nr-dashboard-tile.png
tags:
- posts
- releases
Expand All @@ -18,11 +18,15 @@ Just weeks ago, we at FlowForge [announced our plan](../../06/dashboard-announce

<!-- ![](./images/placeholder.png "new Node-RED Dashboard Overview")-->

The version 0.0.1 of our Node-RED Dashboard successor, available for download as a npm package under the name [@flowforge/nr-dashboard](https://www.npmjs.com/package/@flowforge/nr-dashboard) in your Node-RED palette manager. This pre-alpha version includes the first set of Vue.js-based elements familiar to Node-RED Dashboard users:
The version 0.0.1 of our Node-RED Dashboard successor, available for download as a npm package under the name [@flowforge/nr-dashboard](https://www.npmjs.com/package/@flowforge/nr-dashboard) in your Node-RED palette manager.

![](./images/nr-dashboard-nodes.png "new Node-RED Dashboard Elements")
This pre-alpha version includes the first set of Vue.js-based elements familiar to Node-RED Dashboard users:

These are but a hint of what's to come. The objective of these pre-alpha releases is to provide early access to the current status. The strength of the project comes from the community. Your insights, suggestions and contributions play a significant role in shaping the future of this dashboard. Keep them coming through our [Github page](https://github.com/flowforge/flowforge-nr-dashboard).
![](./images/nr-dashboard-screenshot.png "new Node-RED Dashboard Elements")

This is but a hint of what's to come. The objective of these pre-alpha releases is to provide early access to the current status.

The strength of the project comes from the community. Your insights, suggestions and contributions play a significant role in shaping the future of this dashboard. Keep them coming through our [Github page](https://github.com/flowforge/flowforge-nr-dashboard).

## Current Status and Next Steps

Expand All @@ -32,18 +36,18 @@ As of now, we've implemented the following Dashboard Widgets:
- Text Input ([ui-text-input Widget](https://github.com/flowforge/flowforge-nr-dashboard/issues/39))
- Range Slider ([ui-slider Widget](https://github.com/flowforge/flowforge-nr-dashboard/issues/47))
- Dropdown/Select ([ui-dropdown Widget](https://github.com/flowforge/flowforge-nr-dashboard/issues/45))
- Toggle Switch ([ui-switch Widget](https://github.com/flowforge/flowforge-nr-dashboard/issues/42))

We've also introduced a new widget:

- Markdown ([ui-markdown Widget](https://github.com/flowforge/flowforge-nr-dashboard/issues/62))

Not part of the first Pre-Alpha Release:
Not yet part of the first Pre-Alpha Release:

- Toggle Switch ([ui-switch Widget](https://github.com/flowforge/flowforge-nr-dashboard/issues/42))
- Colour Picker ([ui-color-picker Widget](https://github.com/flowforge/flowforge-nr-dashboard/issues/46))
- Number Input ([ui-numeric Widget](https://github.com/flowforge/flowforge-nr-dashboard/issues/41))
- Form ([ui-form Widget](https://github.com/flowforge/flowforge-nr-dashboard/issues/49))
- Date selector (ui-date-picker)
- Date selector ([ui-date-picker](https://github.com/flowforge/flowforge-nr-dashboard/issues/32))

Our immediate focus is to continue adding the missing elements from the original Node-RED Dashbaord, releasing each as soon as they're fully developed. This will significantly increase the frequency of our releases in the upcoming weeks.

Expand Down
Binary file removed src/blog/2023/07/images/nr-dashboard-nodes.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/blog/2023/07/images/nr-dashboard-tile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fd97182

Please sign in to comment.