Skip to content

Commit

Permalink
deploy: 3346d14
Browse files Browse the repository at this point in the history
  • Loading branch information
imacrayon committed Oct 25, 2024
1 parent cecbf3e commit 4027d07
Show file tree
Hide file tree
Showing 27 changed files with 96 additions and 28 deletions.
1 change: 1 addition & 0 deletions comparisons/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-style: normal;
font-display: swap;
}
[x-cloak] { display: none }
</style>


Expand Down
3 changes: 2 additions & 1 deletion examples/bulk-update/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-style: normal;
font-display: swap;
}
[x-cloak] { display: none }
</style>


Expand Down Expand Up @@ -2461,7 +2462,7 @@ <h2>Demo</h2>
JavaScript to view this demo.
</noscript>
<div id="demo"></div>
<div x-data="{
<div x-cloak x-data="{
init() {
document.addEventListener('server:response', (event) => {
this.requests.unshift({ id: this.requests.length, ...event.detail })
Expand Down
3 changes: 2 additions & 1 deletion examples/delete-row/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-style: normal;
font-display: swap;
}
[x-cloak] { display: none }
</style>


Expand Down Expand Up @@ -2468,7 +2469,7 @@ <h2>Demo</h2>
JavaScript to view this demo.
</noscript>
<div id="demo"></div>
<div x-data="{
<div x-cloak x-data="{
init() {
document.addEventListener('server:response', (event) => {
this.requests.unshift({ id: this.requests.length, ...event.detail })
Expand Down
3 changes: 2 additions & 1 deletion examples/dialog-form/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-style: normal;
font-display: swap;
}
[x-cloak] { display: none }
</style>


Expand Down Expand Up @@ -2512,7 +2513,7 @@ <h2>Demo</h2>
JavaScript to view this demo.
</noscript>
<div id="demo"></div>
<div x-data="{
<div x-cloak x-data="{
init() {
document.addEventListener('server:response', (event) => {
this.requests.unshift({ id: this.requests.length, ...event.detail })
Expand Down
3 changes: 2 additions & 1 deletion examples/dialog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-style: normal;
font-display: swap;
}
[x-cloak] { display: none }
</style>


Expand Down Expand Up @@ -2453,7 +2454,7 @@ <h2>Demo</h2>
JavaScript to view this demo.
</noscript>
<div id="demo"></div>
<div x-data="{
<div x-cloak x-data="{
init() {
document.addEventListener('server:response', (event) => {
this.requests.unshift({ id: this.requests.length, ...event.detail })
Expand Down
3 changes: 2 additions & 1 deletion examples/edit-row/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-style: normal;
font-display: swap;
}
[x-cloak] { display: none }
</style>


Expand Down Expand Up @@ -2499,7 +2500,7 @@ <h2>Demo</h2>
JavaScript to view this demo.
</noscript>
<div id="demo"></div>
<div x-data="{
<div x-cloak x-data="{
init() {
document.addEventListener('server:response', (event) => {
this.requests.unshift({ id: this.requests.length, ...event.detail })
Expand Down
3 changes: 2 additions & 1 deletion examples/filterable-content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-style: normal;
font-display: swap;
}
[x-cloak] { display: none }
</style>


Expand Down Expand Up @@ -2475,7 +2476,7 @@ <h2>Demo</h2>
JavaScript to view this demo.
</noscript>
<div id="demo"></div>
<div x-data="{
<div x-cloak x-data="{
init() {
document.addEventListener('server:response', (event) => {
this.requests.unshift({ id: this.requests.length, ...event.detail })
Expand Down
1 change: 1 addition & 0 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-style: normal;
font-display: swap;
}
[x-cloak] { display: none }
</style>


Expand Down
3 changes: 2 additions & 1 deletion examples/infinite-scroll/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-style: normal;
font-display: swap;
}
[x-cloak] { display: none }
</style>


Expand Down Expand Up @@ -2516,7 +2517,7 @@ <h2>Demo</h2>
JavaScript to view this demo.
</noscript>
<div id="demo"></div>
<div x-data="{
<div x-cloak x-data="{
init() {
document.addEventListener('server:response', (event) => {
this.requests.unshift({ id: this.requests.length, ...event.detail })
Expand Down
3 changes: 2 additions & 1 deletion examples/inline-edit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-style: normal;
font-display: swap;
}
[x-cloak] { display: none }
</style>


Expand Down Expand Up @@ -2494,7 +2495,7 @@ <h2>Demo</h2>
JavaScript to view this demo.
</noscript>
<div id="demo"></div>
<div x-data="{
<div x-cloak x-data="{
init() {
document.addEventListener('server:response', (event) => {
this.requests.unshift({ id: this.requests.length, ...event.detail })
Expand Down
3 changes: 2 additions & 1 deletion examples/inline-validation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-style: normal;
font-display: swap;
}
[x-cloak] { display: none }
</style>


Expand Down Expand Up @@ -2450,7 +2451,7 @@ <h2>Demo</h2>
JavaScript to view this demo.
</noscript>
<div id="demo"></div>
<div x-data="{
<div x-cloak x-data="{
init() {
document.addEventListener('server:response', (event) => {
this.requests.unshift({ id: this.requests.length, ...event.detail })
Expand Down
3 changes: 2 additions & 1 deletion examples/instant-search/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-style: normal;
font-display: swap;
}
[x-cloak] { display: none }
</style>


Expand Down Expand Up @@ -2469,7 +2470,7 @@ <h2>Demo</h2>
JavaScript to view this demo.
</noscript>
<div id="demo"></div>
<div x-data="{
<div x-cloak x-data="{
init() {
document.addEventListener('server:response', (event) => {
this.requests.unshift({ id: this.requests.length, ...event.detail })
Expand Down
3 changes: 2 additions & 1 deletion examples/lazy-load/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-style: normal;
font-display: swap;
}
[x-cloak] { display: none }
</style>


Expand Down Expand Up @@ -2492,7 +2493,7 @@ <h2>Demo</h2>
JavaScript to view this demo.
</noscript>
<div id="demo"></div>
<div x-data="{
<div x-cloak x-data="{
init() {
document.addEventListener('server:response', (event) => {
this.requests.unshift({ id: this.requests.length, ...event.detail })
Expand Down
3 changes: 2 additions & 1 deletion examples/loading/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-style: normal;
font-display: swap;
}
[x-cloak] { display: none }
</style>


Expand Down Expand Up @@ -2493,7 +2494,7 @@ <h2>Demo</h2>
JavaScript to view this demo.
</noscript>
<div id="demo"></div>
<div x-data="{
<div x-cloak x-data="{
init() {
document.addEventListener('server:response', (event) => {
this.requests.unshift({ id: this.requests.length, ...event.detail })
Expand Down
3 changes: 2 additions & 1 deletion examples/notifications/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-style: normal;
font-display: swap;
}
[x-cloak] { display: none }
</style>


Expand Down Expand Up @@ -2481,7 +2482,7 @@ <h2>Demo</h2>
JavaScript to view this demo.
</noscript>
<div id="demo"></div>
<div x-data="{
<div x-cloak x-data="{
init() {
document.addEventListener('server:response', (event) => {
this.requests.unshift({ id: this.requests.length, ...event.detail })
Expand Down
3 changes: 2 additions & 1 deletion examples/progress-bar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-style: normal;
font-display: swap;
}
[x-cloak] { display: none }
</style>


Expand Down Expand Up @@ -2480,7 +2481,7 @@ <h2>Demo</h2>
JavaScript to view this demo.
</noscript>
<div id="demo"></div>
<div x-data="{
<div x-cloak x-data="{
init() {
document.addEventListener('server:response', (event) => {
this.requests.unshift({ id: this.requests.length, ...event.detail })
Expand Down
3 changes: 2 additions & 1 deletion examples/server-events/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-style: normal;
font-display: swap;
}
[x-cloak] { display: none }
</style>


Expand Down Expand Up @@ -2477,7 +2478,7 @@ <h2>Demo</h2>
JavaScript to view this demo.
</noscript>
<div id="demo"></div>
<div x-data="{
<div x-cloak x-data="{
init() {
document.addEventListener('server:response', (event) => {
this.requests.unshift({ id: this.requests.length, ...event.detail })
Expand Down
3 changes: 2 additions & 1 deletion examples/toggle-button/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-style: normal;
font-display: swap;
}
[x-cloak] { display: none }
</style>


Expand Down Expand Up @@ -2423,7 +2424,7 @@ <h2>Demo</h2>
JavaScript to view this demo.
</noscript>
<div id="demo"></div>
<div x-data="{
<div x-cloak x-data="{
init() {
document.addEventListener('server:response', (event) => {
this.requests.unshift({ id: this.requests.length, ...event.detail })
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
font-style: normal;
font-display: swap;
}
[x-cloak] { display: none }
</style>


Expand Down Expand Up @@ -2517,7 +2518,7 @@ <h2 class="sr-only">A demonstration</h2>
JavaScript to view this demo.
</noscript>
<div id="demo"></div>
<div x-data="{
<div x-cloak x-data="{
init() {
document.addEventListener('server:response', (event) => {
this.requests.unshift({ id: this.requests.length, ...event.detail })
Expand Down
4 changes: 2 additions & 2 deletions js/main.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions js/main.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 4027d07

Please sign in to comment.