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

Redesign of the newsletter section! #955

Merged
merged 41 commits into from
Oct 25, 2023
Merged

Redesign of the newsletter section! #955

merged 41 commits into from
Oct 25, 2023

Conversation

tobyab
Copy link
Member

@tobyab tobyab commented Oct 11, 2023

No description provided.

Copy link
Contributor

@grymmy grymmy left a comment

Choose a reason for hiding this comment

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

It seems to me that there are a large number of changes in this PR relating to formatting that do not relate to the actual redesign that was the cause for the PR in the first place. Can these formatting changes be done as a separate diff to clearly delineate where the feature begins/ends vs the other changes to ;'s, "'s, and whitespace?

@tobyab
Copy link
Member Author

tobyab commented Oct 13, 2023

Hey @grymmy! Just removed the formatting.

Copy link
Contributor

@grymmy grymmy left a comment

Choose a reason for hiding this comment

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

Lgtm @maxwofford I believe you were gonna do a design pass

@tobyab
Copy link
Member Author

tobyab commented Oct 13, 2023

@maxwofford have also fixed corner radius + padding issues!

Bumps [@octokit/auth-app](https://github.com/octokit/auth-app.js) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/octokit/auth-app.js/releases)
- [Commits](octokit/auth-app.js@v6.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: "@octokit/auth-app"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@tobyab tobyab marked this pull request as draft October 17, 2023 21:00
dependabot bot and others added 2 commits October 19, 2023 04:46
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Member

@maxwofford maxwofford left a comment

Choose a reason for hiding this comment

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

Added a couple small styling comments, but overall this is approved for merge!

import CardModel from './card-model'
import BGImg from '../../background-image'
import FooterImgFile from '../../../public/home/footer.png'
import Icon from "@hackclub/icons";
Copy link
Member

Choose a reason for hiding this comment

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

Did you mean to switch this to single quote, semicolon lines?

}}
>
<Box sx={{ px: [3, 4] }}>
<Box>
Copy link
Member

Choose a reason for hiding this comment

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

Lots of nesting in this area-- are all these <Box>s needed?

import BGImg from "../../background-image";
import background from "../../../public/home/footer.png";
import MailCard from "../../mail-card";
import { format } from "date-fns";
Copy link
Member

Choose a reason for hiding this comment

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

Most of our pages list local files imports below npm imports

@maxwofford
Copy link
Member

Awesome! Go for merge

@tobyab tobyab merged commit 6d21250 into main Oct 25, 2023
2 checks passed
@tobyab tobyab deleted the newsletter-redesign branch October 25, 2023 21:53
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.

6 participants