Files
BirthList/src/BirthList.Web/Components/Layout/MainLayout.razor
T
Arne Moerman 8393f948c2
Build and Push Docker Image / build-and-push (push) Has been cancelled
Add UserActionLog and enhance registry features
- Introduced `UserActionLog` entity to track user actions.
- Replaced `CanBeSecondHand` with `PreferSecondHand` property.
- Added `ShowBankAccountName` to `RegistrySettings`.
- Updated models and migrations for new properties.
- Enhanced `RegistryService` with user action logging and item details.
- Redesigned `Home.razor` with a grid layout and modal for registries.
- Added `RegistryActionLog.razor` for admin action logs.
- Improved `RegistryPublic.razor` with purchaser/contributor details.
- Replaced sidebar with `TopBar.razor` for responsive navigation.
- Updated CSS for new components and improved responsiveness.
2026-05-17 21:42:49 +02:00

16 lines
291 B
Plaintext

@inherits LayoutComponentBase
<TopBar />
<main class="main-content">
<article class="content px-4">
@Body
</article>
</main>
<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>