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

Fix(web-react): FileUploaderInput className #DS-1508 #1719

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

curdaj
Copy link
Contributor

@curdaj curdaj commented Oct 17, 2024

Description

Additional context

Issue reference

Copy link

netlify bot commented Oct 17, 2024

Deploy Preview for spirit-design-system ready!

Name Link
🔨 Latest commit 7eea633
🔍 Latest deploy log https://app.netlify.com/sites/spirit-design-system/deploys/671662bbb4ba1b0008d6086c
😎 Deploy Preview https://deploy-preview-1719--spirit-design-system.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: 96 (🟢 up 1 from production)
Accessibility: 93 (no change from production)
Best Practices: 100 (no change from production)
SEO: 82 (no change 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

netlify bot commented Oct 17, 2024

Deploy Preview for spirit-design-system-storybook ready!

Name Link
🔨 Latest commit 7eea633
🔍 Latest deploy log https://app.netlify.com/sites/spirit-design-system-storybook/deploys/671662bba07ea400082fca4c
😎 Deploy Preview https://deploy-preview-1719--spirit-design-system-storybook.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.

@github-actions github-actions bot added the bug Something isn't working label Oct 17, 2024
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Only for DEMO... will be removed

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Only for DEMO... will be removed

@curdaj curdaj marked this pull request as ready for review October 18, 2024 07:21
@curdaj curdaj requested review from literat, pavelklibani and a team as code owners October 18, 2024 07:21
Copy link
Collaborator

@literat literat left a comment

Choose a reason for hiding this comment

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

Great 👍

const [ids, register] = useAriaIds(ariaDescribedBy);

useEffect(() => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Are we able to test this?

Copy link
Collaborator

Choose a reason for hiding this comment

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

https://stackoverflow.com/questions/75376392/how-to-test-server-side-render-with-testing-library-react

It would be nice to have 2 tests. One for CSR where event listeners like onDragOver, etc. are set, and one for SSR where there are undefined. :-)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm sorry, but I still can't figure out how to test it :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants