inventree / InvenTree

Open Source Inventory Management System
https://docs.inventree.org
MIT License
4.34k stars 786 forks source link

Improve plugin panels #8523

Closed SchrodingersGat closed 2 days ago

SchrodingersGat commented 2 days ago

e.g. for the "wireviz" plugin:

image

netlify[bot] commented 2 days ago

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

Name Link
Latest commit 0fb72190f3a6a16e7f7b0ee05c5e80af9e128626
Latest deploy log https://app.netlify.com/sites/inventree-web-pui-preview/deploys/673d0b90c13317000990689d
Deploy Preview https://deploy-preview-8523--inventree-web-pui-preview.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 100 (no change from production)
Accessibility: 86 (no change from production)
Best Practices: 100 (no change from production)
SEO: 78 (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.

codecov[bot] commented 2 days ago

Codecov Report

Attention: Patch coverage is 81.81818% with 2 lines in your changes missing coverage. Please review.

Project coverage is 84.54%. Comparing base (db70597) to head (0fb7219). Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
src/frontend/src/components/panels/PanelGroup.tsx 77.77% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #8523 +/- ## ========================================== + Coverage 84.51% 84.54% +0.02% ========================================== Files 1177 1177 Lines 53565 53574 +9 Branches 2025 2026 +1 ========================================== + Hits 45272 45292 +20 + Misses 7785 7773 -12 - Partials 508 509 +1 ``` | [Flag](https://app.codecov.io/gh/inventree/InvenTree/pull/8523/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=inventree) | Coverage Δ | | |---|---|---| | [pui](https://app.codecov.io/gh/inventree/InvenTree/pull/8523/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=inventree) | `68.94% <81.81%> (+0.14%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=inventree#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features:

matmair commented 2 days ago

@SchrodingersGat does this ensure the order of panels between 2 plugins with the same panel name is stable?

SchrodingersGat commented 2 days ago

@SchrodingersGat does this ensure the order of panels between 2 plugins with the same panel name is stable?

There should be no change to this behaviour, the order of insertion is fixed - assuming that the API always delivers panels in the same "order"