frontend

package
v0.41.5 Latest Latest
Warning

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

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

type StatsView struct {
	app.Compo
}

func (*StatsView) OnNav added in v0.41.5

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

func (*StatsView) Render added in v0.41.5

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

type ToSView added in v0.41.4

type ToSView struct {
	app.Compo
}

func (*ToSView) OnNav added in v0.41.4

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

func (*ToSView) Render added in v0.41.4

func (p *ToSView) 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 WelcomeView added in v0.41.3

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

func (*WelcomeView) OnNav added in v0.41.3

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

func (*WelcomeView) Render added in v0.41.3

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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