-
Notifications
You must be signed in to change notification settings - Fork 2
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 default navbar #101
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for openup-homepage ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
github-actions
bot
added
📦dependencies
Pull requests that update a dependency file
✨feature
Update feature or utility
labels
Jan 31, 2024
Overview
Environment Variables (1 changes)
BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
HOSTNAME=0.0.0.0
NODE_ENV=production
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-PORT=80
+PORT=3000
SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt Labels (3 changes)
-org.opencontainers.image.created=2024-02-05T09:45:23.125Z
+org.opencontainers.image.created=2024-03-03T04:21:23.636Z
org.opencontainers.image.description=OpenUp LabTakizawa's official homepage🏡
org.opencontainers.image.licenses=Apache-2.0
-org.opencontainers.image.revision=7c517ec71dad5cd580be046979dc90d801eaf126
+org.opencontainers.image.revision=19191d82257bdb825e242e85641cc038d762bcd9
org.opencontainers.image.source=https://github.com/OpenUp-LabTakizawa/homepage
org.opencontainers.image.title=homepage
org.opencontainers.image.url=https://github.com/OpenUp-LabTakizawa/homepage
-org.opencontainers.image.version=v0.2.0
+org.opencontainers.image.version=pr-101 Packages and Vulnerabilities (11 package changes and 0 vulnerability changes)
Changes for packages of type
|
Package | Versionmarukome0743/homepage:latest |
Versionghcr.io/openup-labtakizawa/homepage:pr-101 |
|
---|---|---|---|
♾️ | base-files | 11.1+deb11u8 |
11.1+deb11u9 |
♾️ | glibc | 2.31-13+deb11u7 |
2.31-13+deb11u8 |
♾️ | libc6 | 2.31-13+deb11u7 |
2.31-13+deb11u8 |
♾️ | tzdata | 2021a-1+deb11u11 |
2024a-0+deb11u1 |
Changes for packages of type npm
(7 changes)
Package | Versionmarukome0743/homepage:latest |
Versionghcr.io/openup-labtakizawa/homepage:pr-101 |
|
---|---|---|---|
♾️ | @next/env | 14.1.1-canary.27 |
14.1.2-canary.2 |
♾️ | @swc/helpers | 0.5.2 |
0.5.5 |
♾️ | caniuse-lite | 1.0.30001584 |
1.0.30001591 |
♾️ | next | 14.1.1-canary.27 |
14.1.2-canary.2 |
♾️ | react | 18.3.0-canary-4b2a1115a-20240202 |
18.3.0-canary-2f8f77602-20240229 |
♾️ | react-dom | 18.3.0-canary-4b2a1115a-20240202 |
18.3.0-canary-2f8f77602-20240229 |
♾️ | scheduler | 0.24.0-canary-4b2a1115a-20240202 |
0.24.0-canary-2f8f77602-20240229 |
Marukome0743
force-pushed
the
navbar
branch
3 times, most recently
from
February 21, 2024 02:06
5de8dee
to
ad6d2de
Compare
Marukome0743
force-pushed
the
navbar
branch
2 times, most recently
from
February 26, 2024 07:47
22401f5
to
4a7b20c
Compare
Marukome0743
force-pushed
the
navbar
branch
3 times, most recently
from
February 27, 2024 00:12
c192333
to
2043d84
Compare
Marukome0743
force-pushed
the
navbar
branch
2 times, most recently
from
March 3, 2024 04:17
df61c2f
to
74f9bad
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🍱asset
New image, movie ...
📦dependencies
Pull requests that update a dependency file
✨feature
Update feature or utility
✅test
Something related to test
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Implement default navbar
How did you verify your code works?