Merge branch 'fewer-ui-assumptions' into 'v3'

UI customises to available Things

Closes #510 and #385

See merge request openflexure/openflexure-microscope-server!435
This commit is contained in:
Julian Stirling 2025-11-11 14:36:22 +00:00
commit 5074f75442
27 changed files with 886 additions and 811 deletions

View file

@ -52,7 +52,7 @@ export default {
computed: {
actions() {
return this.$store.getters["wot/thingDescription"]("camera").actions;
return this.thingDescription("camera").actions;
},
},