From a291096d94b085b3ae9251c4b51fda5fd7953c55 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Mon, 5 Jan 2026 11:00:34 -0500 Subject: [PATCH] docs(readme): improve markdown formatting and add line breaks for readability --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e84cb8..9d4ff77 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Nebula -Nebula is the Go Templ implementation of the Sonr WebAwesome Web Component Framework, providing server-driven UI with HTMX integration. +Nebula is the Go Templ implementation of the Sonr WebAwesome Web Component Framework, +providing server-driven UI with HTMX integration. ## Getting Started @@ -21,7 +22,7 @@ go run . Nebula converts HTML prototypes to Go `templ` templates with HTMX for server-driven UI: -``` +```text Browser Go Server ------- --------- [Web Awesome UI] <-- HTMX --> [Templ Renderer] @@ -40,7 +41,7 @@ Browser Go Server ## Directory Structure -``` +```text nebula/ ├── views/ # Page templates ├── layouts/ # Base layouts @@ -60,19 +61,22 @@ nebula/ ## Pages ### Auth Pages (Popup/Webview Optimized) + - **Welcome**: 3-step onboarding stepper - **Login**: WebAuthn sign-in with passkey/security key/QR - **Register**: Device detection + registration wizard - **Authorize**: OAuth consent for connect/sign/transaction ### Dashboard Pages + - **Accounts**: Token balances, transactions, drawers - **NFTs**: Gallery with collections, filters, actions - **Service**: Connected service detail with permissions ## Migration -See [MIGRATION.md](./MIGRATION.md) for detailed migration steps, component patterns, and HTMX integration examples. +See [MIGRATION.md](./MIGRATION.md) for detailed migration steps, component patterns, +and HTMX integration examples. ## Development