-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
WIP: refactor: improve entity component layout for better device responsiveness #7383
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
base: main
Are you sure you want to change the base?
Conversation
…eness Signed-off-by: Ryan Wang <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@halo-dev/api-client
@halo-dev/components
@halo-dev/richtext-editor
@halo-dev/console-shared
@halo-dev/ui-plugin-bundler-kit
commit: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7383 +/- ##
============================================
+ Coverage 57.18% 59.41% +2.23%
- Complexity 4066 4114 +48
============================================
Files 721 696 -25
Lines 24546 23937 -609
Branches 1612 1548 -64
============================================
+ Hits 14036 14223 +187
+ Misses 9882 9061 -821
- Partials 628 653 +25 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
What type of PR is this?
/area ui
/kind improvement
What this PR does / why we need it:
Refactor Entity-related components to better adapt to different devices.
Note: It should be noted that the current solution includes breaking updates, and if the plugin uses this component, it needs to be adapted. Although this change will not cause functional problems, it will only affect the style. This is just an attempt at the moment, I will also try other solutions to ensure compatibility
before:
after:
Screen.Recording.2025-04-24.at.16.52.26.mov
Which issue(s) this PR fixes:
Fixes #7360
Fixes #7357
Fixes #5483
Fixes #2699
Fixes #7130
Fixes #7393
Special notes for your reviewer:
Does this PR introduce a user-facing change?