Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
cb77fed
Fix Team Settings pages breadcrumb linkId
Oksamies Sep 17, 2025
f013ccb
Remove old storybook app (cyberstorm-storybook)
Oksamies Sep 26, 2025
6414fcc
Add new storybook app
Oksamies Sep 26, 2025
55a0255
Add few assets for components to use in SB stories
Oksamies Sep 26, 2025
582e813
Add SB story for Icon component
Oksamies Sep 26, 2025
ec6ea08
Add SB story for DropDown component
Oksamies Sep 26, 2025
df361d7
Add SB story for SelectSearch
Oksamies Sep 26, 2025
e0358dd
Add SB story for ValidationBar
Oksamies Sep 26, 2025
97bc002
Add SB story for ToolTip
Oksamies Sep 26, 2025
48c0fa6
Add SB story for Toast
Oksamies Sep 26, 2025
d144768
Add SB story for TextInput
Oksamies Sep 26, 2025
b7921db
Add SB story for TextAreaInput
Oksamies Sep 26, 2025
560c0da
Add SB story for Tag
Oksamies Sep 26, 2025
52f9a63
Add SB story for Tabs
Oksamies Sep 26, 2025
8849830
Add SB story for Table
Oksamies Sep 26, 2025
d6dd8fe
Add SB story for Switch
Oksamies Sep 26, 2025
3ec4864
Add SB story for SkeletonBox
Oksamies Sep 26, 2025
1e34d17
Add SB story for Select
Oksamies Sep 26, 2025
061e52e
Add SB story for Pagination
Oksamies Sep 26, 2025
c94541c
Add SB story for Modal
Oksamies Sep 26, 2025
c2f3308
Add SB story for MetaItem
Oksamies Sep 26, 2025
01bd232
Add SB story for Menu
Oksamies Sep 26, 2025
3863669
Add SB story for Link
Oksamies Sep 26, 2025
579bb17
Add SB story for Image
Oksamies Sep 26, 2025
a835a5b
Add SB story for Icon
Oksamies Sep 26, 2025
2bf8f1b
Add SB story for Heading
Oksamies Sep 26, 2025
3eb9393
Add SB story for EmptyState
Oksamies Sep 26, 2025
b60ba20
Add SB story for Drawer
Oksamies Sep 26, 2025
603614b
Add SB story for CodeInput
Oksamies Sep 26, 2025
eee4936
Add SB story for CodeBox
Oksamies Sep 26, 2025
7b7fd1c
Add SB story for CardPackage
Oksamies Sep 26, 2025
f828aa1
Add SB story for CardCommunity
Oksamies Sep 26, 2025
93a66ab
Add SB story for Button
Oksamies Sep 26, 2025
ecac7bb
Add SB story for BreadCrumbs
Oksamies Sep 26, 2025
3573ad0
Add SB story for Avatar
Oksamies Sep 26, 2025
32ba4be
Add SB story for Alert
Oksamies Sep 26, 2025
d56df46
Add SB story for AdContainer
Oksamies Sep 26, 2025
9e79d49
Edit chromatic-deployment job to use the new SB app
Oksamies Sep 26, 2025
5350874
Unify Vite versions
Oksamies Sep 26, 2025
8a44554
Upgrade versions in root package.json so that manypkg isn't mad
Oksamies Sep 26, 2025
deff483
Update yarn.lock
Oksamies Sep 26, 2025
67ea6d6
Fix multiple issues with Icon components classes
Oksamies Sep 30, 2025
6996bc8
Update codeql-action version to v3
Oksamies Sep 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Run ESLint
run: yarn run eslint apps packages -f node_modules/@microsoft/eslint-formatter-sarif/sarif.js -o results.sarif || ":"
- name: Upload SARIF
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif

Expand All @@ -80,8 +80,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v3
with:
languages: javascript
- name: CodeQL analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
strategy:
matrix:
projects: [
{ dir: "apps/cyberstorm-storybook", token: "CHROMATIC_CYBERSTORM_TOKEN" },
{ dir: "apps/storybook", token: "CHROMATIC_CYBERSTORM_TOKEN" },
]
steps:
- uses: actions/checkout@v4
Expand Down
8 changes: 6 additions & 2 deletions apps/cyberstorm-remix/app/commonComponents/Footer/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@
}

.footer__logo {
flex-shrink: 0;
height: var(--footer-info-leftside-company-icon-height);
display: flex;
justify-content: center;

> svg {
height: var(--footer-info-leftside-company-icon-height);
}
}

.footer__icon-links {
Expand Down
4 changes: 2 additions & 2 deletions apps/cyberstorm-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"devDependencies": {
"@react-router/dev": "^7.0.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@types/react-dom": "19.1.9",
"@vitest/coverage-v8": "3.2.4",
"typescript": "^5.6.2",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.4.7",
"vite": "7.1.7",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "3.2.4"
},
Expand Down
4 changes: 0 additions & 4 deletions apps/cyberstorm-storybook/.gitignore

This file was deleted.

55 changes: 0 additions & 55 deletions apps/cyberstorm-storybook/.storybook/main.js

This file was deleted.

1 change: 0 additions & 1 deletion apps/cyberstorm-storybook/.storybook/preview-head.js

This file was deleted.

34 changes: 0 additions & 34 deletions apps/cyberstorm-storybook/.storybook/preview.js

This file was deleted.

1 change: 0 additions & 1 deletion apps/cyberstorm-storybook/.storybook/storybook.css

This file was deleted.

17 changes: 0 additions & 17 deletions apps/cyberstorm-storybook/Dockerfile

This file was deleted.

4 changes: 0 additions & 4 deletions apps/cyberstorm-storybook/constants.ts

This file was deleted.

33 changes: 0 additions & 33 deletions apps/cyberstorm-storybook/package.json

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
47 changes: 0 additions & 47 deletions apps/cyberstorm-storybook/storage.ts

This file was deleted.

1 change: 0 additions & 1 deletion apps/cyberstorm-storybook/stories/assets/code-brackets.svg

This file was deleted.

1 change: 0 additions & 1 deletion apps/cyberstorm-storybook/stories/assets/colors.svg

This file was deleted.

1 change: 0 additions & 1 deletion apps/cyberstorm-storybook/stories/assets/comments.svg

This file was deleted.

1 change: 0 additions & 1 deletion apps/cyberstorm-storybook/stories/assets/direction.svg

This file was deleted.

Loading
Loading