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

Feature/migrate new landing #431

Merged
merged 23 commits into from
Oct 10, 2023
Merged

Feature/migrate new landing #431

merged 23 commits into from
Oct 10, 2023

Conversation

DemogorGod
Copy link
Contributor

@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

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

@DemogorGod DemogorGod requested review from shanejearley and ccali11 and removed request for shanejearley October 4, 2023 16:45
@natemiller1
Copy link
Contributor

natemiller1 commented Oct 4, 2023

@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!

@DemogorGod
Copy link
Contributor Author

@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
Yes, all you need to do is update hackmd notes, make sure to publish them and include the blog tag on them as well

Copy link
Contributor

@ccali11 ccali11 left a 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.

apps/web/src/pages/overview/Overview.vue Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
scripts/root/dev.ts Show resolved Hide resolved
services/blogs/package.json Show resolved Hide resolved
services/blogs/src/index.ts Show resolved Hide resolved
services/blogs/src/index.ts Outdated Show resolved Hide resolved
services/blogs/src/index.ts Show resolved Hide resolved
services/blogs/src/index.ts Outdated Show resolved Hide resolved
@DemogorGod
Copy link
Contributor Author

Screenshot 2023-10-05 at 11 54 54 AM
Screenshot 2023-10-05 at 11 55 01 AM

Copy link
Contributor

@ccali11 ccali11 left a 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:

  1. package.json dependencies
  2. the token we talked about

package.json Outdated Show resolved Hide resolved
services/blogs/src/index.ts Show resolved Hide resolved
Copy link
Contributor

@ccali11 ccali11 left a 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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! 👍

@@ -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",
Copy link
Contributor

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.

Copy link
Contributor

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",
Copy link
Contributor

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?

Copy link
Contributor

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.

@DemogorGod DemogorGod merged commit f6c8157 into develop Oct 10, 2023
@DemogorGod DemogorGod deleted the feature/migrate-new-landing branch October 10, 2023 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants