pages

package
v0.3.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

templ: version: v0.3.1001

templ: version: v0.3.1001

templ: version: v0.3.1001

templ: version: v0.3.1001

templ: version: v0.3.1001

templ: version: v0.3.1001

templ: version: v0.3.1001

templ: version: v0.3.1001

templ: version: v0.3.1001

templ: version: v0.3.1001

templ: version: v0.3.1001

templ: version: v0.3.1001

templ: version: v0.3.1001

templ: version: v0.3.1001

templ: version: v0.3.1001

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ArrowDownIcon

func ArrowDownIcon() templ.Component

func BackupAckBodyContent

func BackupAckBodyContent() templ.Component

func BackupInitialBodyContent

func BackupInitialBodyContent() templ.Component

func BackupPartialContent

func BackupPartialContent(active, secret string) templ.Component

func BackupSecretBodyContent

func BackupSecretBodyContent(hex, nsec string) templ.Component

func BackupTab

func BackupTab(kind string, active bool) templ.Component

func BackupTabs

func BackupTabs(active string) templ.Component
func BigLogo() templ.Component

func DelegatorBodyContent added in v0.3.14

func DelegatorBodyContent() templ.Component

func DelegatorPartialContent added in v0.3.14

func DelegatorPartialContent(active string) templ.Component

func DelegatorTab added in v0.3.14

func DelegatorTab(kind string, active bool) templ.Component

func DelegatorTabs added in v0.3.14

func DelegatorTabs(active string) templ.Component

func DelegatorTasksListContent added in v0.3.14

func DelegatorTasksListContent(tasks []types.DelegateTask, status string, offset int, loadMore bool) templ.Component

func DoneBodyContent

func DoneBodyContent() templ.Component

func FailureIcon added in v0.3.0

func FailureIcon() templ.Component

func Hr added in v0.1.8

func Hr() templ.Component

func IndexBodyContent

func IndexBodyContent() templ.Component

func ManagePrivateKeyContent

func ManagePrivateKeyContent(privateKey string) templ.Component

func NotePreviewContent

func NotePreviewContent(note, sats string) templ.Component

func NotePreviewIcon

func NotePreviewIcon() templ.Component

func NoteSuccessContent

func NoteSuccessContent(sats, txid, explorerUrl string) templ.Component

func NoteSuccessIcon

func NoteSuccessIcon() templ.Component

func PaymentContent added in v0.3.0

func PaymentContent(tx types.Payment) templ.Component

TODO: add flesh to the PaymentContent

func PaymentTxFailureContent added in v0.3.0

func PaymentTxFailureContent(tx types.Payment) templ.Component

func PaymentTxPendingContent added in v0.3.0

func PaymentTxPendingContent(tx types.Payment) templ.Component

func PaymentTxRefundingContent added in v0.3.0

func PaymentTxRefundingContent(tx types.Payment) templ.Component

func ReceiveEditContent

func ReceiveEditContent() templ.Component

func ReceiveQrCodeContent

func ReceiveQrCodeContent(bip21, offchainAddr, boardingAddr, invoice, encoded, sats string) templ.Component

func ReceiveSuccessContent

func ReceiveSuccessContent(offchainAddr, sats string) templ.Component

func SendBodyContent

func SendBodyContent(currentBalance string) templ.Component

func SendFailureContent added in v0.3.0

func SendFailureContent(address, amount string) templ.Component

func SendPreviewContent

func SendPreviewContent(address, sats, feeAmount, total string) templ.Component

func SendPreviewIcon

func SendPreviewIcon() templ.Component

func SendSuccessContent

func SendSuccessContent(address, amount, txid, explorerUrl string) templ.Component

func Separator

func Separator(text string) templ.Component

func ServerUrlBodyContent

func ServerUrlBodyContent(serverUrl, privateKey, password string) templ.Component

func SetPasswordContent

func SetPasswordContent(privateKey string) templ.Component

func SettingsBodyContent

func SettingsBodyContent(active string, settings domain.Settings, lnUrl string, nodeStatus, isPreconfigured, locked bool, version string) templ.Component

func SettingsGeneralContent

func SettingsGeneralContent(settings domain.Settings, nodeStatus, locked bool, version string) templ.Component

func SettingsLightningContent

func SettingsLightningContent(lnUrl string, nodeStatus bool, isPreconfigured bool) templ.Component

func SettingsServerContent

func SettingsServerContent(settings domain.Settings) templ.Component

func SettingsTab

func SettingsTab(text, path string, active bool) templ.Component

func SettingsTabs

func SettingsTabs(active string) templ.Component

func Status

func Status(ok bool, goodLabel, badLabel string, pointer bool) templ.Component

func StatusLock

func StatusLock(locked bool) templ.Component

func StatusNode

func StatusNode(connected bool) templ.Component

func SuccessIcon

func SuccessIcon() templ.Component

func SwapBodyContent

func SwapBodyContent(currentBalance, nodeBalance string, isLnConnected bool) templ.Component

func SwapContent added in v0.1.12

func SwapContent(tx types.Swap) templ.Component

func SwapFailureContent added in v0.3.0

func SwapFailureContent(kind, sats string) templ.Component

func SwapHistoryBodyContent added in v0.1.12

func SwapHistoryBodyContent() templ.Component

func SwapHistoryListContent added in v0.1.12

func SwapHistoryListContent(swaps []types.Swap, loadMore bool) templ.Component

func SwapInputAmountComponent

func SwapInputAmountComponent(kind, maxBalance string) templ.Component

func SwapMovementComponent

func SwapMovementComponent(kind, sats string) templ.Component

func SwapPartialContent

func SwapPartialContent(active, balance string) templ.Component

func SwapPendingContent added in v0.3.0

func SwapPendingContent(kind, sats string) templ.Component

func SwapPreviewContent

func SwapPreviewContent(kind, sats, feeAmount, total string) templ.Component

func SwapPreviewIcon

func SwapPreviewIcon() templ.Component

func SwapSuccessContent

func SwapSuccessContent(kind, sats, txid, explorerUrl string) templ.Component

func SwapTab

func SwapTab(kind string, icon templ.Component, active bool) templ.Component

func SwapTabs

func SwapTabs(active string) templ.Component

func SwapTxFailureContent added in v0.3.0

func SwapTxFailureContent(tx types.Swap) templ.Component

func SwapTxPendingContent added in v0.3.0

func SwapTxPendingContent(tx types.Swap) templ.Component

func SwapTxRefundingContent added in v0.3.0

func SwapTxRefundingContent(tx types.Swap) templ.Component

func TransferTxBodyContent added in v0.1.12

func TransferTxBodyContent(tx types.Transfer, explorerUrl string) templ.Component

func TransferTxPendingContent added in v0.1.12

func TransferTxPendingContent(tx types.Transfer, explorerUrl string, nextClaim string) templ.Component

func TxNotFoundContent

func TxNotFoundContent() templ.Component

func Unlock

func Unlock() templ.Component

func Welcome

func Welcome() templ.Component

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL