-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature/migrate new landing #431
Conversation
@DemogorGod If I make changes to the blog on the hackmd side of things how will that get pushed to the front end? Blog looks great though! |
@natemiller1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DemogorGod - I didn't think I saw you request me to review yesterday, but saw it this morning and ran through it. There's a couple things to change; just follow the comments and reach out on Slack if you need any clarification.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DemogorGod - Take a quick look at my two most recent comments before merging:
- package.json dependencies
- the token we talked about
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving but still have to address hackmd token + make sure root package.json
is clean.
@@ -11,6 +11,8 @@ | |||
"dependencies": { | |||
"@heroicons/vue": "^1.0.6", | |||
"iconoir": "^5.3.2", | |||
"sass": "^1.69.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! 👍
apps/web/package.json
Outdated
@@ -18,6 +18,8 @@ | |||
"d3": "^7.8.1", | |||
"ethers": "^5.7.2", | |||
"feather-icons": "^4.29.0", | |||
"sass": "^1.69.1", | |||
"snarkdown": "^2.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't use snarkdown
in the web
app.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will address this and approve.
"http-proxy-middleware": "^2.0.6", | ||
"husky": "^8.0.1", | ||
"lint-staged": "^13.0.0", | ||
"release-it": "^15.6.0", | ||
"vite-plugin-md": "^0.22.5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These two gotta move too, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually I just noticed they are listed under dev dependencies. Let's address separately bc there might be some cleanup to do on the other ones that aren't related to this PR as well.
@natemiller1 @shanejearley
Just a pr for pushing the new landing page up it's excatly as Hawar had built it, and the blog post is done it just needs styling review/adjustments
this is what it looks like right now:
![Screenshot 2023-10-04 at 9 53 54 AM](https://private-user-images.githubusercontent.com/63758598/272649015-384db78e-e48d-4c42-aecb-81702f36d3ea.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MTIwNjksIm5iZiI6MTczODkxMTc2OSwicGF0aCI6Ii82Mzc1ODU5OC8yNzI2NDkwMTUtMzg0ZGI3OGUtZTQ4ZC00YzQyLWFlY2ItODE3MDJmMzZkM2VhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDA3MDI0OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ3ZGEzODc4ZTA0ODg1NjI4ZDdjOTkwMmJmY2I1NzU4ODFjNDMzOTAxZDhiNDUxNTgzM2RhOGMyMzY1MzYyYjcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.PdbWZneeAr116AaflKYUuQyeStpdrsw-Nl5iLi9R408)
in order to get the blog to run right now need to run this command in a separate terminal than loading the landing page
(Shane will handle those fixes)
npm run dev:blogs