From f27e3495bd51671371640312ae84f410545cc0bf Mon Sep 17 00:00:00 2001 From: pokonski Date: Tue, 18 Jun 2024 19:44:45 +0200 Subject: [PATCH] Dark mode fixes (#2634) Co-authored-by: 1cg <469183+1cg@users.noreply.github.com> --- www/content/_index.md | 12 ++++---- www/content/examples/animations.md | 13 +++++---- www/content/examples/bulk-update.md | 4 +-- www/content/examples/click-to-edit.md | 4 +-- www/content/examples/click-to-load.md | 4 +-- www/content/examples/delete-row.md | 4 +-- www/content/examples/dialogs.md | 4 +-- www/content/examples/edit-row.md | 12 ++++---- www/content/examples/inline-validation.md | 4 +-- www/content/examples/keyboard-shortcuts.md | 6 ++-- www/content/examples/modal-bootstrap.md | 26 +++++++++--------- www/content/examples/modal-custom.md | 32 +++++++++++----------- www/content/examples/progress-bar.md | 8 +++--- www/content/examples/tabs-hateoas.md | 9 +++--- www/content/examples/tabs-javascript.md | 15 +++++----- www/templates/shortcodes/demoenv.html | 5 ++++ www/themes/htmx-theme/static/css/site.css | 6 ++++ 17 files changed, 91 insertions(+), 77 deletions(-) diff --git a/www/content/_index.md b/www/content/_index.md index 1737d9fc..41a802fc 100644 --- a/www/content/_index.md +++ b/www/content/_index.md @@ -91,19 +91,19 @@ if(window.location.search=="?ads=true") {
-NEWS: htmx 2.0 has been released! It is not currently marked as latest -in NPM so that people using the 1.x line are not accidentally upgraded. We will mark +NEWS: htmx 2.0 has been released! It is not currently marked as latest +in NPM so that people using the 1.x line are not accidentally upgraded. We will mark 2.0 as latest at some point in 2025.

introduction

-htmx gives you access to [AJAX](@/docs.md#ajax), [CSS Transitions](@/docs.md#css_transitions), [WebSockets](@/docs.md#websockets-and-sse) and [Server Sent Events](@/docs.md#websockets-and-sse) -directly in HTML, using [attributes](@/reference.md#attributes), so you can build -[modern user interfaces](@/examples/_index.md) with the [simplicity](https://en.wikipedia.org/wiki/HATEOAS) and +htmx gives you access to [AJAX](@/docs.md#ajax), [CSS Transitions](@/docs.md#css_transitions), [WebSockets](@/docs.md#websockets-and-sse) and [Server Sent Events](@/docs.md#websockets-and-sse) +directly in HTML, using [attributes](@/reference.md#attributes), so you can build +[modern user interfaces](@/examples/_index.md) with the [simplicity](https://en.wikipedia.org/wiki/HATEOAS) and [power](https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm) of hypertext -htmx is small ([~14k min.gz'd](https://unpkg.com/htmx.org/dist/)), +htmx is small ([~14k min.gz'd](https://unpkg.com/htmx.org/dist/)), [dependency-free](https://github.com/bigskysoftware/htmx/blob/master/package.json), [extendable](https://extensions.htmx.org) & has **reduced** code base sizes by [67% when compared with react](@/essays/a-real-world-react-to-htmx-port.md) diff --git a/www/content/examples/animations.md b/www/content/examples/animations.md index f1d23b2b..3fea442c 100644 --- a/www/content/examples/animations.md +++ b/www/content/examples/animations.md @@ -134,6 +134,7 @@ class. }