Files
mushroom-strategy/docs
Ferry Cools f64814022b Homeview masonary to sections (#247)
Updates view creation to leverage sections for improved layout control, especially on the home view.
The home view now uses a grid layout via sections.
This change makes it easier to create complex layouts and improves responsiveness.
Previously, the card creation logic was embedded directly within each view, leading to code duplication and difficulty in customizing layouts.

The changes introduce the concept of sections, which are distinct areas within a view that can contain multiple cards.

The home view is updated to use sections for the persons, areas, and quick access cards.
This makes it easier to create responsive layouts that adapt to different screen sizes.
2026-03-22 10:16:20 +01:00
..
2025-05-26 15:03:23 +02:00
2026-03-22 10:16:20 +01:00