reduced chunking and optimized output

This commit is contained in:
2026-06-10 12:11:16 +02:00
parent 4854d3cca3
commit ede486cce8
7 changed files with 1141 additions and 1156 deletions

View File

@@ -1,4 +1,4 @@
@defer (when userName()) {
@if (userName()) {
<app-base title="Hello {{ userName() }}!" [noHomeButton]="true">
<div class="text-muted-color text-center bg-white border-2 rounded-lg p-8 mb-4 drop-shadow-lg">
This is a demo of a PHX Frontend Plugin.