frontend

package
v0.34.14 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2024 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FlowPage

type FlowPage struct {
	app.Compo
}

func (*FlowPage) OnNav

func (p *FlowPage) OnNav(ctx app.Context)

func (*FlowPage) Render

func (p *FlowPage) Render() app.UI

type LoginPage

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

func (*LoginPage) OnMount

func (p *LoginPage) OnMount(ctx app.Context)

func (*LoginPage) OnNav

func (p *LoginPage) OnNav(ctx app.Context)

func (*LoginPage) Render

func (p *LoginPage) Render() app.UI

type PollsPage

type PollsPage struct {
	app.Compo
}

func (*PollsPage) OnNav

func (p *PollsPage) OnNav(ctx app.Context)

func (*PollsPage) Render

func (p *PollsPage) Render() app.UI

type PostPage

type PostPage struct {
	app.Compo
}

func (*PostPage) OnNav

func (p *PostPage) OnNav(ctx app.Context)

func (*PostPage) Render

func (p *PostPage) Render() app.UI

type RegisterPage

type RegisterPage struct {
	app.Compo
}

func (*RegisterPage) OnNav

func (p *RegisterPage) OnNav(ctx app.Context)

func (*RegisterPage) Render

func (p *RegisterPage) Render() app.UI

type ResetPage

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

func (*ResetPage) OnMount

func (p *ResetPage) OnMount(ctx app.Context)

func (*ResetPage) OnNav

func (p *ResetPage) OnNav(ctx app.Context)

func (*ResetPage) Render

func (p *ResetPage) Render() app.UI

type SettingsPage

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

func (*SettingsPage) OnNav

func (p *SettingsPage) OnNav(ctx app.Context)

func (*SettingsPage) Render

func (p *SettingsPage) Render() app.UI

type StatsPage

type StatsPage struct {
	app.Compo
}

func (*StatsPage) OnNav

func (p *StatsPage) OnNav(ctx app.Context)

func (*StatsPage) Render

func (p *StatsPage) Render() app.UI

type ToSPage

type ToSPage struct {
	app.Compo
}

func (*ToSPage) OnNav

func (p *ToSPage) OnNav(ctx app.Context)

func (*ToSPage) Render

func (p *ToSPage) Render() app.UI

type URIParts

type URIParts struct {
	SinglePost   bool
	SinglePostID string
	UserFlow     bool
	UserFlowNick string
}

type UsersPage

type UsersPage struct {
	app.Compo
}

func (*UsersPage) OnNav

func (p *UsersPage) OnNav(ctx app.Context)

func (*UsersPage) Render

func (p *UsersPage) Render() app.UI

Jump to

Keyboard shortcuts

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