Skip to content

Commit

Permalink
updates from forked master (#12)
Browse files Browse the repository at this point in the history
* back to handsomestnerd project settings from pull requests

Fixed Customized Themeprovider values - fixes responsiveness and fonts passthru from theme
Removed TheWebsiteTheme in favor of useTheme or useContext(CustomizedThemeContext)

* fix some eslint errors

* more react warning cleanup

* pulling the font faces through Sanity Theme object

fixed theming for storybook stories.

* removed some project specific values in favor of environment variables

* fixed sanity config

* componentization and full search expansion for resume items

* responsive padding on resume sections

* fix some overlapping text in experience section

* fix styling  parameters in social media block component

* only avatar for fab

* remove physical address from resume bio and style portfolio entries
  • Loading branch information
tmanundercover authored Dec 6, 2023
1 parent adb48fc commit 2435cfc
Show file tree
Hide file tree
Showing 35 changed files with 1,034 additions and 585 deletions.
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

0 comments on commit 2435cfc

Please sign in to comment.