components

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2022 License: AGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExportKeystoreModal added in v0.2.0

type ExportKeystoreModal struct {
	app.Compo

	OnDownloadKey func(base64encode bool)
	OnViewKey     func()

	OnOK func()
	// contains filtered or unexported fields
}

func (*ExportKeystoreModal) Render added in v0.2.0

func (c *ExportKeystoreModal) Render() app.UI

type Home

type Home struct {
	app.Compo
	// contains filtered or unexported fields
}

func (*Home) OnAppUpdate

func (c *Home) OnAppUpdate(ctx app.Context)

func (*Home) OnDismount

func (c *Home) OnDismount()

func (*Home) OnMount

func (c *Home) OnMount(ctx app.Context)

func (*Home) Render

func (c *Home) Render() app.UI

type KeystoreGenerationForm

type KeystoreGenerationForm struct {
	app.Compo

	OnSubmit func(
		storepass,
		keypass,
		alias,
		cname string,
		validity,
		bits uint32,
	)
	// contains filtered or unexported fields
}

func (*KeystoreGenerationForm) OnMount

func (c *KeystoreGenerationForm) OnMount(ctx app.Context)

func (*KeystoreGenerationForm) Render

func (c *KeystoreGenerationForm) Render() app.UI

type LoadingModal

type LoadingModal struct {
	app.Compo

	Title       string
	Description string

	OnReady func()
}

func (*LoadingModal) OnMount

func (c *LoadingModal) OnMount(ctx app.Context)

func (*LoadingModal) Render

func (c *LoadingModal) Render() app.UI
type Navbar struct {
	app.Compo
}

Navbar is the primary navigation menu

func (c *Navbar) Render() app.UI

Jump to

Keyboard shortcuts

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