Skip to content

Commit 44fadb8

Browse files
authored
Merge pull request #1551 from thunderstore-io/09-24-refactor_storybook_app
Refactor storybook app
2 parents 59e39b7 + 6996bc8 commit 44fadb8

File tree

96 files changed

+2888
-2286
lines changed

Some content is hidden

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

96 files changed

+2888
-2286
lines changed

.github/workflows/static-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Run ESLint
5959
run: yarn run eslint apps packages -f node_modules/@microsoft/eslint-formatter-sarif/sarif.js -o results.sarif || ":"
6060
- name: Upload SARIF
61-
uses: github/codeql-action/upload-sarif@v1
61+
uses: github/codeql-action/upload-sarif@v3
6262
with:
6363
sarif_file: results.sarif
6464

@@ -80,8 +80,8 @@ jobs:
8080
- name: Checkout
8181
uses: actions/checkout@v2
8282
- name: Initialize CodeQL
83-
uses: github/codeql-action/init@v1
83+
uses: github/codeql-action/init@v3
8484
with:
8585
languages: javascript
8686
- name: CodeQL analysis
87-
uses: github/codeql-action/analyze@v1
87+
uses: github/codeql-action/analyze@v3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
strategy:
167167
matrix:
168168
projects: [
169-
{ dir: "apps/cyberstorm-storybook", token: "CHROMATIC_CYBERSTORM_TOKEN" },
169+
{ dir: "apps/storybook", token: "CHROMATIC_CYBERSTORM_TOKEN" },
170170
]
171171
steps:
172172
- uses: actions/checkout@v4

apps/cyberstorm-remix/app/commonComponents/Footer/Footer.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,12 @@
4040
}
4141

4242
.footer__logo {
43-
flex-shrink: 0;
44-
height: var(--footer-info-leftside-company-icon-height);
43+
display: flex;
44+
justify-content: center;
45+
46+
> svg {
47+
height: var(--footer-info-leftside-company-icon-height);
48+
}
4549
}
4650

4751
.footer__icon-links {

apps/cyberstorm-remix/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
"devDependencies": {
4141
"@react-router/dev": "^7.0.0",
4242
"@types/react": "^19.1.0",
43-
"@types/react-dom": "^19.1.0",
43+
"@types/react-dom": "19.1.9",
4444
"@vitest/coverage-v8": "3.2.4",
4545
"typescript": "^5.6.2",
4646
"typescript-plugin-css-modules": "^5.1.0",
47-
"vite": "^5.4.7",
47+
"vite": "7.1.7",
4848
"vite-tsconfig-paths": "^5.0.1",
4949
"vitest": "3.2.4"
5050
},

apps/cyberstorm-storybook/.gitignore

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

apps/cyberstorm-storybook/.storybook/main.js

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

apps/cyberstorm-storybook/.storybook/preview-head.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/cyberstorm-storybook/.storybook/preview.js

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

apps/cyberstorm-storybook/.storybook/storybook.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/cyberstorm-storybook/Dockerfile

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

0 commit comments

Comments
 (0)