Skip to content

Conversation

@sarahhjchung
Copy link
Contributor

@sarahhjchung sarahhjchung commented Apr 1, 2025

This PR holds the commits from the first commit to commit 51e7302 in #627

EDIT: included commit 43fd27b as well due to build errors

@netlify
Copy link

netlify bot commented Apr 1, 2025

Deploy Preview for fxms-skylight ready!

Name Link
🔨 Latest commit e09aa50
🔍 Latest deploy log https://app.netlify.com/sites/fxms-skylight/deploys/67ed9cf9dc05930008f68165
😎 Deploy Preview https://deploy-preview-641--fxms-skylight.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 84 (🔴 down 12 from production)
Accessibility: 91 (🟢 up 2 from production)
Best Practices: 92 (🟢 up 9 from production)
SEO: 100 (🟢 up 10 from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor Author

@sarahhjchung sarahhjchung left a comment

Choose a reason for hiding this comment

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

I had some comments about keeping TODO.md and the changes to launch.json in this PR. Also I noted down some tweaks I made to keep the desktop live message table looking the same as before.

"--runTestsByPath",
"${jest.testFile}"
],
"cwd": "/Users/dmosedale/s/skylight",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should this change be omitted from the commits? Seeing the cwd string made me curious if it should be or not.

Copy link
Member

Choose a reason for hiding this comment

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

Yes, feel free to add a commit to reverse the entire launch.json change.

app/columns.tsx Outdated
Comment on lines 210 to 215
// cell: (props: any) => {
// return SurfaceTag(
// props.row.original.template,
// props.row.original.surface,
// );
// },
Copy link
Contributor Author

Choose a reason for hiding this comment

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

For this PR, I'll leave this un-commented so that the desktop live message table looks as it does now.

Copy link
Member

Choose a reason for hiding this comment

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

Good call. We'll fix it up on the branch once we rebase there.

app/page.tsx Outdated
</div>
);
export default function Page() {
return <Dashboard platform={"desktop"} />;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Capitalizing "desktop" so that the title for the desktop live message table is properly capitalized.

Suggested change
return <Dashboard platform={"desktop"} />;
return <Dashboard platform={"Desktop"} />;

TODO.md Outdated
@@ -0,0 +1,107 @@
Goal: stand up mobile version of experiments/rollouts
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should I delete this file for this PR?

Copy link
Member

Choose a reason for hiding this comment

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

Yes, and MOBILE-EPICs.md too, please.

@sarahhjchung sarahhjchung requested a review from dmose April 2, 2025 20:30
Copy link
Member

@dmose dmose left a comment

Choose a reason for hiding this comment

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

Sarah actually reviewed the code; I'm the original author, but github requires someone other than the submitted to do the approval. So. r=dmose

@sarahhjchung sarahhjchung merged commit 44db37a into main Apr 3, 2025
6 checks passed
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