-
Notifications
You must be signed in to change notification settings - Fork 24
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
update: editor sidebar to allow vertical resizement #544
Conversation
f3b0bac
to
2cb1d28
Compare
2cb1d28
to
0dff62a
Compare
Deploying with Cloudflare Pages
|
Test this pull request
|
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #544 +/- ##
==========================================
- Coverage 69.58% 69.32% -0.26%
==========================================
Files 224 224
Lines 7822 7851 +29
Branches 962 962
==========================================
Hits 5443 5443
- Misses 2283 2312 +29
Partials 96 96
☔ View full report in Codecov by Sentry. |
} | ||
} | ||
|
||
export const HORIZONTAL_PROPS: TypeProps = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these are not types 👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, but they're not important enough to live in their own file and I don't want them in the actual component either, so until this component grows bigger, I think this file is the best for now
closes decentraland/sdk#722
🤖 Generated by Copilot at f3b0bac
This pull request enhances the inspector tool by adding a resizeable hierarchy panel, a memoized tab switching function, and vertical scrolling for the inspector panel. It also fixes a CSS syntax error, disables text selection, and refactors some code for readability and performance. The changes affect the
App
,Resizable
,Container
,Hierarchy
, andTree
components and their corresponding CSS and types files.