-
Notifications
You must be signed in to change notification settings - Fork 7
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
Redo header #280
Redo header #280
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -0,0 +1,359 @@ | |||
class ZuploBanner extends HTMLElement { |
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.
Almost completely copy=pasted from mockbin. can make it an actual module later when we land on a better design
@@ -57,7 +57,7 @@ export async function postSuccessMessage({ | |||
}, | |||
{ | |||
type: "mrkdwn", | |||
text: `*Scopre:*\n${score}`, | |||
text: `*Score:*\n${score}`, |
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.
fix typo
@@ -20,6 +20,7 @@ if (email && process.env.NODE_ENV === "production") { | |||
distinctId: email, | |||
properties: { | |||
reportId, | |||
email, |
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 were missing this data
Redo the RMOA header to include stars + github. I also incorporated the cross-sell header from Mockbin
Screen.Recording.2025-02-05.at.4.20.36.PM.mov