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: add news page #1354

Closed
wants to merge 2,260 commits into from
Closed

Feature: add news page #1354

wants to merge 2,260 commits into from

Conversation

flmel
Copy link
Member

@flmel flmel commented Dec 3, 2024

Adds a mailchimp integration into the newsletterpage

  • fetches recent newsletters
  • provides a subscription form
  • adds a scrollToTop utill component

Requires 3 mailchimp envars namely:

NEXT_PUBLIC_MAILCHIMP_API_KEY=""
NEXT_PUBLIC_MAILCHIMP_REGION=""
NEXT_PUBLIC_NEWSLETTER_AUDIENCE_ID=""

this will require uploading the newsletter covers as ${issueid}.jpg

Screenshot 2024-12-03 at 09 06 05 ![Screenshot 2024-12-03 at 09 06 05 (2)](https://github.com/user-attachments/assets/a40263c5-1c68-41f1-b654-11ebf178f7ad) Screenshot 2024-12-03 at 09 08 04

resolves #1332

@race-of-sloths

calebjacob and others added 30 commits July 8, 2024 11:49
Remove Zendesk widget in favor of Gleap (2 of 2)
Update README for local VM dev flow
2x weekly promotion of develop to main
fix: adjust styles for form to scroll on select other on motivation page
2x weekly promotion of develop to main
matiasbenary and others added 24 commits October 25, 2024 09:31
feat(news): add newsletter sign-up and past issues
…h-native

feat: vm cookie was replaced by native for the app
fix(wallet-utilities): fix balance display issue and ensure accurate …
…letter-banner

feat: add close button banner
…letter-banner

fix(navbar): correct newletter bar issue on mobile
@flmel flmel added the feature To highlight a PR's description in the 'New Features' changelog section label Dec 3, 2024
@flmel flmel requested a review from gagdiez December 3, 2024 07:20
@flmel flmel self-assigned this Dec 3, 2024
Copy link

vercel bot commented Dec 3, 2024

@flmel is attempting to deploy a commit to the Near Developer Console Team on Vercel.

A member of the Team first needs to authorize it.

@race-of-sloths
Copy link

race-of-sloths commented Dec 3, 2024

@flmel Thank you for your contribution! Your pull request is now a part of the Race of Sloths!
Do you want to apply for monthly streak? Get 8+ score for a single PR this month and receive boost for race-of-sloths!

Shows inviting banner with latest news.

Shows profile picture for the author of the PR

Current status: stale

This pull request was removed from the race, but you can include it again with @race-of-sloths include command

What is the Race of Sloths

Race of Sloths is a friendly competition where you can participate in challenges and compete with other open-source contributors within your normal workflow

For contributors:

  • Tag @race-of-sloths inside your pull requests
  • Wait for the maintainer to review and score your pull request
  • Check out your position in the Leaderboard
  • Keep weekly and monthly streaks to reach higher positions
  • Boast your contributions with a dynamic picture of your Profile

For maintainers:

  • Score pull requests that participate in the Race of Sloths and receive a reward
  • Engage contributors with fair scoring and fast responses so they keep their streaks
  • Promote the Race to the point where the Race starts promoting you
  • Grow the community of your contributors

Feel free to check our website for additional details!

Bot commands
  • For contributors
    • Include a PR: @race-of-sloths include to enter the Race with your PR
  • For maintainers:
    • Invite contributor @race-of-sloths invite to invite the contributor to participate in a race or include it, if it's already a runner.
    • Assign points: @race-of-sloths score [1/2/3/5/8/13] to award points based on your assessment.
    • Reject this PR: @race-of-sloths exclude to send this PR back to the drawing board.
    • Exclude repo: @race-of-sloths pause to stop bot activity in this repo until @race-of-sloths unpause command is called

@flmel flmel closed this Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature To highlight a PR's description in the 'New Features' changelog section
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add newsletter page to dev.near.org