mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:21:10 +02:00
Height was practically unused — most WorkbenchSceneApp rows had heightPx: undefined and scrolled internally, and the few explicit values nobody ever revisited were just noise in the sync ledger. Same goes for pixel-precise drag: users would produce widths like 823px and then never touch them again. Both paths come out in favour of a fixed set of five width presets (next commit) that guarantee cards sit on sensible sizes without a decision per card. - types/workbench-scenes: heightPx removed from WorkbenchSceneApp - page-carousel/types: heightPx removed from CarouselPage - stores/workbench-scenes: resizeApp(appId, widthPx) loses its height param; patchScene allowlist no longer lists heightPx. Existing Dexie rows with heightPx set simply stop being read — the field ages out the next time the row is written. - PageCarousel: placeholder renders width-only; comment updated - AppPage: heightPx prop + onResize height param gone - +page.svelte: carouselPages no longer carries heightPx, handler signature narrowed to (id, widthPx) This commit removes the data; the next commit rewires PageShell's UI so the drag handle is replaced by the five-preset picker. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api | ||
| calc/packages/shared | ||
| calendar | ||
| cards | ||
| chat | ||
| citycorners | ||
| contacts | ||
| context | ||
| docs | ||
| food | ||
| guides | ||
| inventory | ||
| mana | ||
| manavoxel | ||
| memoro | ||
| moodlit | ||
| mukke | ||
| news | ||
| photos | ||
| picture | ||
| plants | ||
| presi | ||
| questions | ||
| quotes/packages/content | ||
| skilltree | ||
| storage | ||
| times | ||
| todo | ||
| traces | ||
| uload | ||