Skip to content

Commit

Permalink
resolve #679; fix #680; resolve #681; resolve #682;
Browse files Browse the repository at this point in the history
  • Loading branch information
anobaka committed Jan 14, 2025
1 parent db5f6cb commit 2d61082
Show file tree
Hide file tree
Showing 18 changed files with 11,010 additions and 91 deletions.
3 changes: 3 additions & 0 deletions src/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"md5": "^2.3.0",
"mime-types": "^2.1.35",
"moment": "^2.29.1",
"openapi-fetch": "^0.13.4",
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"prop-types": "^15.7.2",
Expand Down Expand Up @@ -103,6 +104,7 @@
"@types/react-dom": "^18.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.35.0",
"openapi-typescript": "^7.5.2",
"postcss": "^8.4.38",
"stylelint": "^15.2.0",
"swagger-typescript-api": "^12.0.2",
Expand All @@ -115,6 +117,7 @@
"build": "ice build",
"lint": "eslint . --ext '.js,.jsx' --fix",
"gen-sdk": "swagger-typescript-api --union-enums -p http://localhost:5000/internal-doc/swagger/v1/swagger.json -o ./src/sdk --unwrap-response-data && node ./src/sdk/api-generator.js",
"gen-sdk2": "npx openapi-typescript http://localhost:5000/internal-doc/swagger/v1/swagger.json -o ./src/sdk/BApi2.d.ts",
"postinstall": "patch-package"
},
"title": "bxb"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default (props: StringValueRendererProps) => {
if (multiline) {
return (
<pre
// className={'whitespace-normal'}
className={'whitespace-pre-wrap'}
dangerouslySetInnerHTML={{ __html: value! }}
onClick={startEditing}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ export default (({
});
}}
>
<EnhancerIcon id={e.id} />
<EnhancerIcon id={e.enhancerId} />
{enhancer?.name}
</Button>
);
Expand Down
Loading

0 comments on commit 2d61082

Please sign in to comment.