frontend

package
v0.41.2 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2024 License: MIT Imports: 26 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 PollsView added in v0.41.0

type PollsView struct {
	app.Compo
}

func (*PollsView) OnNav added in v0.41.0

func (v *PollsView) OnNav(ctx app.Context)

func (*PollsView) Render added in v0.41.0

func (v *PollsView) 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 SettingsView added in v0.41.2

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

func (*SettingsView) OnNav added in v0.41.2

func (v *SettingsView) OnNav(ctx app.Context)

func (*SettingsView) Render added in v0.41.2

func (v *SettingsView) 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
	Hashtag      string
}

type UsersView added in v0.41.1

type UsersView struct {
	app.Compo
}

func (*UsersView) OnNav added in v0.41.1

func (v *UsersView) OnNav(ctx app.Context)

func (*UsersView) Render added in v0.41.1

func (v *UsersView) Render() app.UI

type WelcomePage

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

func (*WelcomePage) OnNav

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

func (*WelcomePage) Render

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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