Refactor RoomView component to MyRoom; update imports and related references

- Removed RoomIllustration component and replaced it with MyRoom component in RoomView.
- Updated import paths in exploRUG, roomView-react, and tsconfig.json to reflect the new component structure.
- Enhanced WindowExtended interface in canvasutils to include ordersheet properties.
- Modified convertArrIntoRad function to accept any type for input array.
- Cleaned up encoding function for colors to improve readability.
This commit is contained in:
2026-04-24 14:41:09 +05:45
parent daaa5bd7ad
commit b95ab43425
12 changed files with 3393 additions and 1827 deletions

View File

@@ -29,6 +29,6 @@
],
"types": ["mocha"]
},
"include": ["src/**/*.ts", "src/Components/RoomView/helpers/RoomViewHelper.js"],
"include": ["src/**/*.ts", "src/Components/MyRoom/helpers/RoomViewHelper.js"],
"exclude": []
}