Refactor and enhance zone and wall item management:

- Update zone handling in ZoneGroup to include selected zone visibility.
- Improve camera transition speed in ZoneCentreTarget.
- Add clearSelectedZone functionality in useZoneStore.
- Integrate clearSelectedZone in KeyPressListener for ESCAPE key action.
- Adjust sidebar and module toggle positioning for better UI layout.
- Clean up unused code and comments in Project component.
This commit is contained in:
2025-05-09 14:54:45 +05:30
parent 6026d0bc10
commit a477e0c48f
10 changed files with 400 additions and 337 deletions

View File

@@ -4,7 +4,7 @@
.sidebar-left-wrapper {
width: 270px;
position: fixed;
top: 32px;
top: 22px;
left: 8px;
background: var(--background-color);
backdrop-filter: blur(20px);
@@ -280,7 +280,7 @@
.sidebar-right-wrapper {
width: 320px;
position: fixed;
top: 32px;
top: 22px;
right: 8px;
background: var(--background-color);
backdrop-filter: blur(20px);