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

[Design System] Remove Panda from old Design System & migrate component audit #5592

Merged
merged 6 commits into from
May 17, 2024

Conversation

antonjoel82
Copy link
Contributor

@antonjoel82 antonjoel82 commented May 17, 2024

What changed? Why was the change needed?

  • Remove Panda from old Design System & migrate component audit
  • Deletes a bunch of files, and ensures that we don't look in the wrong place -- novui should be the new source of truth for all things Panda

Note: this will fail building until #5546 is merged with import changes

Copy link

netlify bot commented May 17, 2024

Deploy Preview for novu-design ready!

Name Link
🔨 Latest commit edceed7
🔍 Latest deploy log https://app.netlify.com/sites/novu-design/deploys/66479f761da23b00085fbc7e
😎 Deploy Preview https://deploy-preview-5592--novu-design.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

Copy link

netlify bot commented May 17, 2024

Deploy Preview for dev-web-novu failed. Why did it fail? →

Name Link
🔨 Latest commit a65c873
🔍 Latest deploy log https://app.netlify.com/sites/dev-web-novu/deploys/6646a5981bbdc600086229b6

@antonjoel82 antonjoel82 changed the base branch from next to ds-new-pkg May 17, 2024 00:32
@@ -68,48 +68,111 @@ export const ComponentAuditTable: React.FC<ComponentAuditTableProps> = ({ data:
: data;

return (
<table className={`${css({ width: '100%', borderCollapse: 'collapse' })} ${className ?? ''}`}>
<table className={`${css({ width: '[100%]', borderCollapse: 'collapse' })} ${className ?? ''}`}>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

🗒 note (non-blocking): "strict" tokens really hold you accountable 😅 ‏

@antonjoel82 antonjoel82 marked this pull request as ready for review May 17, 2024 00:50
Copy link
Contributor

@SokratisVidros SokratisVidros left a comment

Choose a reason for hiding this comment

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

🧹

@antonjoel82 antonjoel82 merged commit 74fe7c2 into ds-new-pkg May 17, 2024
7 of 8 checks passed
@antonjoel82 antonjoel82 deleted the ds-remove-panda branch May 17, 2024 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants