Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add space education theme DOC-1138 #22

Merged
merged 22 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
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
4 changes: 2 additions & 2 deletions deployment/k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
spec:
containers:
- name: postgres
image: ghcr.io/spectrocloud/hello-universe-db:1.0.2
image: ghcr.io/spectrocloud/hello-universe-db:1.1.0
ports:
- containerPort: 5432
name: postgres
Expand Down Expand Up @@ -132,7 +132,7 @@ spec:
serviceAccountName: hello-universe-role
containers:
- name: api
image: ghcr.io/spectrocloud/hello-universe-api:1.0.12
image: ghcr.io/spectrocloud/hello-universe-api:1.1.0
ports:
- containerPort: 3000
name: api
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ networks:

services:
db:
image: ghcr.io/spectrocloud/hello-universe-db:1.0.2
image: ghcr.io/spectrocloud/hello-universe-db:1.1.0
ports:
- "5432:5432"
expose:
Expand Down Expand Up @@ -34,7 +34,7 @@ services:
depends_on:
db:
condition: service_healthy
image: ghcr.io/spectrocloud/hello-universe-api:1.0.12
image: ghcr.io/spectrocloud/hello-universe-api:1.1.0
environment:
PORT: 3000
DB_HOST: db
Expand Down
115 changes: 113 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@
"version": "1.1.3",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"chart.js": "^4.4.4",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-inject-env": "^2.1.0",
"react-router-dom": "^6.26.1",
"react-scripts": "^5.0.1",
"react-spring": "^9.7.3",
"serve": "^14.2.3",
Expand Down Expand Up @@ -41,6 +47,7 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "latest",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@semantic-release/changelog": "^6.0.1",
Expand All @@ -51,7 +58,6 @@
"husky": "^9.0.11",
"react-inject-env": "^2.1.0",
"semantic-release": "^24.0.0",
"standard-version": "^9.5.0",
"@babel/plugin-proposal-private-property-in-object": "latest"
"standard-version": "^9.5.0"
}
}
Binary file modified public/favicon.ico
Binary file not shown.
3 changes: 2 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="preload" href="styles.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
Expand All @@ -25,7 +26,7 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<script src='/env.js'></script>
<title>Spectro Cloud</title>
<title>Spacetastic</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
53 changes: 17 additions & 36 deletions src/App.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
html {
background-color: #282c34;
--background-dark-grey: #0b0f1b;
--border-primary-grey: #2b323c;
--text-color-off-white: #e8ebee;
--text-primary-blue: #72a8f5;
--text-secondary-blue: #9cc2f8;
--box-shadow-primary-grey: #192c47;
--box-shadow-secondary-grey: #213e67;
background-color: var(--background-dark-grey);
}

.App {
font-family: Poppins,Arial,Helvetica,sans-serif,Russo One;
text-align: center;
max-width: 1200px;
margin: auto;
}

.App-logo {
Expand All @@ -24,8 +34,9 @@ html {

.App-header {
min-height: 80vh;
font-size: calc(10px + 2vmin);
color: white;
font-size: calc(10px + 4vmin);
color: var(--text-color-off-white);
margin: 0 2.5%;
}

.Header-items {
Expand All @@ -36,39 +47,9 @@ html {
}

.App-link {
color: #61dafb;
}

.Click-header {
font-family: Poppins,Arial,Helvetica,sans-serif,Russo One;
margin-bottom: 5%;
}

.Click-counter {
margin-bottom: 5%;
}

.Server-status {
font-size: calc(10px + 1vmin);
color: var(--text-primary-blue);
}

.App-footer {
min-height: 20vh;
}

.Footer-rights {
color: #fff;
}

.Social-icons {
margin-bottom: 25px;
}

.Social-icons img {
width: 32px;
height: 32px;

filter: invert(100%);
margin-right: 3px;
margin-left: 3px;
.App-link:hover {
color: var(--text-secondary-blue);
}
Loading
Loading