hypercross c9f573ef86 feat(sts-viewer): add item rotation support in inventory
Introduces the ability to rotate inventory items using the Alt button
during drag-and-drop.

- Updates `InventoryItemContainer` to handle rotation via
  `previewRotation`
- Adds `newRotation` parameter to `onMoveItem` callback and `moveItem`
  command
- Updates `InventoryItemState` to manage rotation state and compute
  transformed shapes
- Implements rotation logic in `renderGraphics` using `transformShape`
2026-04-20 21:40:23 +08:00
2026-04-06 11:31:51 +08:00
2026-04-06 16:20:52 +08:00
2026-04-06 14:13:43 +08:00
2026-04-08 08:57:59 +08:00
S
Description
No description provided
1,014 KiB
Languages
TypeScript 98.3%
JavaScript 0.8%
HTML 0.6%
CSS 0.3%