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

updates from forked master #12

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
b299f1b
Merge pull request #4 from chowworks/master
tmanundercover Nov 21, 2023
f6c0bd8
back to handsomestnerd project settings from pull requests
tmanundercover Nov 25, 2023
c9c8840
fix some eslint errors
tmanundercover Nov 26, 2023
32dff73
more react warning cleanup
tmanundercover Nov 26, 2023
90602d6
pulling the font faces through Sanity Theme object
tmanundercover Nov 27, 2023
88546bc
removed some project specific values in favor of environment variables
tmanundercover Nov 27, 2023
d61048e
minor updates
tmanundercover Nov 27, 2023
6f29020
package update
tmanundercover Nov 27, 2023
a0f664e
Merge branch 'pull-request-to-tman' of https://github.com/chowworks/c…
tmanundercover Dec 4, 2023
678014b
updates for master
tmanundercover Dec 4, 2023
0940f40
Merge pull request #8 from theHandsomestNerd/chowworks-pull-request-t…
tmanundercover Dec 4, 2023
b16e31d
fixed sanity config
tmanundercover Dec 5, 2023
be96cb2
componentization and full search expansion for resume items
tmanundercover Dec 5, 2023
f7ce737
fix some alignment issues
tmanundercover Dec 5, 2023
438d79c
responsive padding on resume sections
tmanundercover Dec 6, 2023
aee3041
fix some overlapping text in experience section
tmanundercover Dec 6, 2023
6f147b6
fix styling parameters in social media block component
tmanundercover Dec 6, 2023
0d7a725
only avatar for fab
tmanundercover Dec 6, 2023
b116d80
remove physical address from resume bio and style portfolio entries
tmanundercover Dec 6, 2023
e869c11
version bump
tmanundercover Dec 6, 2023
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 .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_THE_HANDSOMEST_NERD }}'
channelId: live
projectId: chowworks-website
projectId: the-handsomest-nerd-internal
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT }}'
projectId: chowworks-website
projectId: the-handsomest-nerd-internal
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "functions",
"version": "0.4.0",
"version": "0.5.0",
"scripts": {
"lint": "eslint --ext .js,.ts .",
"build": "tsc",
Expand Down
67 changes: 4 additions & 63 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "the-handsomestnerd-internal",
"version": "0.4.0",
"version": "0.5.0",
"license": "GPL-3.0-or-later",
"private": true,
"dependencies": {
Expand All @@ -9,6 +9,7 @@
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.14.18",
"@mui/styles": "^5.14.18",
"@react-google-maps/api": "^2.19.2",
"@storybook/addon-mdx-gfm": "^7.4.6",
"@storybook/react-webpack5": "^7.4.6",
"@tanstack/react-query": "^4.36.1",
Expand Down
Loading