Skip to content

Commit e1e27cc

Browse files
committed
restyle UI
2 parents 489aeca + 5d615ad commit e1e27cc

72 files changed

Lines changed: 3492 additions & 936 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
@@ -61,3 +61,4 @@ frontend/src/app/pages/data-model-mapper/next/
6161
frontend/src/app/pages/data-model-mapper/testModule.ts
6262
backend/src/writers/orionWriter.old.js
6363
backend/output/
64+
frontend/src/app/pages/data-model-mapper/stepper_test.html

.hintrc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
],
55
"hints": {
66
"typescript-config/consistent-casing": "off",
7-
"typescript-config/strict": "off"
7+
"typescript-config/strict": "off",
8+
"axe/forms": [
9+
"default",
10+
{
11+
"label": "off"
12+
}
13+
]
814
}
915
}

backend/mapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ try {
5252
}
5353
catch (error) {
5454
logger.error(error)
55-
logger.error("error at " + error?.stack)
55+
5656
}

0 commit comments

Comments
 (0)