-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(fix) O3-3678: Implementer tools JSON editor crashes when typing (#1097)
- Loading branch information
1 parent
5a63a34
commit 4d3f1b0
Showing
11 changed files
with
77 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../esm-implementer-tools-app/src/configuration/interactive-editor/config-tree.component.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,9 @@ | |
z-index: 2; | ||
background-color: theme.$background; | ||
} | ||
|
||
.closeButton { | ||
svg { | ||
fill: theme.$icon-primary; | ||
} | ||
} |
22 changes: 12 additions & 10 deletions
22
packages/apps/esm-implementer-tools-app/translations/en.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,30 @@ | ||
{ | ||
"activeItemSourceText": "The current value comes from ", | ||
"backendModules": "Backend Modules", | ||
"backendModules": "Backend modules", | ||
"checkImplementerToolsMessage": "Check the Backend Modules tab in the Implementer Tools for more details", | ||
"clearConfig": "Clear Local Config", | ||
"clearConfig": "Clear local config", | ||
"close": "Close", | ||
"configuration": "Configuration", | ||
"description": "Description", | ||
"downloadConfig": "Download Config", | ||
"downloadConfig": "Download config", | ||
"edit": "Edit", | ||
"editValueButtonText": "Edit", | ||
"enabled": "Enabled", | ||
"extensions": "Extensions", | ||
"featureFlag": "Feature Flag", | ||
"featureFlags": "Feature Flags", | ||
"frontendModules": "Frontend Modules", | ||
"installedVersion": "Installed Version", | ||
"featureFlag": "Feature flag", | ||
"featureFlags": "Feature flags", | ||
"frontendModules": "Frontend modules", | ||
"installedVersion": "Installed version", | ||
"itemDescriptionSourceDefaultText": "The current value is the default.", | ||
"jsonEditor": "JSON Editor", | ||
"jsonEditor": "JSON editor", | ||
"missing": "Missing", | ||
"moduleName": "Module Name", | ||
"moduleName": "Module name", | ||
"modulesWithMissingDependenciesWarning": "Some modules have unresolved backend dependencies", | ||
"requiredVersion": "Required Version", | ||
"resetToDefaultValueButtonText": "Reset to default", | ||
"uiEditor": "UI Editor", | ||
"uiEditor": "UI editor", | ||
"unknownVersion": "unknown", | ||
"updateConfig": "Update config", | ||
"value": "Value", | ||
"viewModules": "View modules" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters