Skip to content

Commit 86ac9c6

Browse files
GermanBluefoxEistee82claude
authored
Blockly display (#2173)
* feat: add OID display mode toggle for Blockly editor Add 4 switchable display modes for OID fields in the Blockly editor: - Name: show object common.name (default, current behavior) - Name path: show all parent names joined with dots - ID: show last segment of object ID - Full ID: show complete object ID Features: - Toolbar dropdown button with custom gift-tag SVG icons (blue for name modes, orange for ID modes, filled for path variants) - Workspace context menu entries as alternative - Persisted in localStorage across sessions - Translated labels in all 11 ioBroker languages - Only affects visual display, not generated JavaScript code Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Add tgz to ignore * Build --------- Co-authored-by: Eistee <Eistee82@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 28b3c9c commit 86ac9c6

49 files changed

Lines changed: 2218 additions & 2405 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ iob_npm.dode
1818
#ignore .commitinfo created by ioBroker release script
1919
.commitinfo
2020
/.claude/settings.local.json
21+
/iobroker.*.tgz

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Executes Javascript, Typescript Scripts.
2727
### **WORK IN PROGRESS**
2828
-->
2929
### WORK IN PROGRESS
30+
* (Eistee82) Added OID display mode toggle for Blockly editor: 4 display modes (Name, Name path, State ID, Full ID) with toolbar dropdown, context menu, optional object icons, and translations in 11 languages
3031
* Per-provider test buttons in adapter config (OpenAI, Anthropic, Gemini, DeepSeek, Custom API)
3132
* Optional API key field for custom base URL providers (e.g. Ollama without auth)
3233
* Provider icons on test buttons and in model dropdown

admin/assets/OpenAiDialog-CANTLp4d.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)