Björn Steinhagen d2b0d35119 feat: parameter updater (#92)
* feat(issues): add apply changes workflow for parameter updater

* chore(issues): remove my wip comments

* chore: conflicts on generated

* chore: resolving conflicts

* chore: new queries

* chore: reverting

* feat: refactor to dedicated IParametersBinding

* feat(dui): disable apply changes button for resolved issues

* fix(dui): assert workspaceId is non-null in issue query
2026-03-18 12:55:25 +02:00
2026-03-18 12:55:25 +02:00
2026-03-18 12:55:25 +02:00
2025-10-27 16:53:35 +03:00
2026-03-18 12:55:25 +02:00
2025-12-10 18:01:13 +03:00
2025-05-13 16:29:38 +03:00
2025-12-10 18:01:13 +03:00

Speckle Connectors DUI

DUI v3 is a Speckle interface embedded inside the desktop connectors that allows users to interact with them - sync streams, manage servers etc. It's built in Vue 3 with Nuxt 3 and only supports client side rendering.

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

And create an .env file from .env.example.

Development

Start the development server on http://localhost:8082

yarn dev

Production

Build the application for production:

yarn build

Check out the deployment documentation for more information...

S
Description
Web UI to use accross connectors (aka dui3)
Readme 3 MiB
Languages
TypeScript 67.4%
Vue 31.3%
JavaScript 0.6%
Starlark 0.3%
Go Template 0.2%