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

[React] Part parameters table #5709

Merged

Conversation

SchrodingersGat
Copy link
Member

Adds PartParameterTable to the new interface.

Also implements a bunch of other new features and fixes required to get this all working.

@SchrodingersGat SchrodingersGat added the Platform UI Related to the React based User Interface label Oct 16, 2023
@SchrodingersGat SchrodingersGat added this to the 0.13.0 milestone Oct 16, 2023
@netlify
Copy link

netlify bot commented Oct 16, 2023

Deploy Preview for inventree-web-pui-preview ready!

Name Link
🔨 Latest commit c8fdf6c
🔍 Latest deploy log https://app.netlify.com/sites/inventree-web-pui-preview/deploys/652d29007295510008186c6b
😎 Deploy Preview https://deploy-preview-5709--inventree-web-pui-preview.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: 100 (no change from production)
Accessibility: 86 (no change from production)
Best Practices: 100 (no change from production)
SEO: 70 (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.

@SchrodingersGat SchrodingersGat merged commit 9705521 into inventree:master Oct 16, 2023
20 checks passed
@SchrodingersGat SchrodingersGat deleted the part-parameters-table branch October 16, 2023 12:34
import { t } from '@lingui/macro';
import { Badge } from '@mantine/core';

export function YesNoButton(value: any) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you forgot the destructuring.

Suggested change
export function YesNoButton(value: any) {
export function YesNoButton({ value: any }) {

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks @wolflu05 - #5711

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform UI Related to the React based User Interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants