side-tray-styles-patch #514
Reference in New Issue
Block a user
Delete Branch "side-tray-styles-patch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Merging now because styles are currently broken. Not sure why this is different when built vs dev.
To replicate checkout previous commit and
yarn rw build && yarn rw serve@@ -45,4 +35,1 @@}}.three-debug-panel-1 {Don't know why these didn't work.
Not sure I 100% love the pattern anyway since these styles are are very specific to one component and now completely seperate. I to optimize for delete-ability, and this would make it tricky to clean up
app/web/src/components/IdeSideBar/IdeSideBar.tsxshould we delete it down the track.Do you think it would be better to add these classes into a new css file in
app/web/src/components/IdeSideBar/IdeSideBar.cssand import that directly intoapp/web/src/components/IdeSideBar/IdeSideBar.tsxinstead @franknoirot?@@ -45,4 +35,1 @@}}.three-debug-panel-1 {Yeah that's a good point, I think you're right having it local to the components directory is best.