page_settings

package
v0.0.0-...-a44c12d Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: MIT Imports: 41 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	PAGE_MAIN              = "page_main"
	PAGE_APP_INFO          = "page_app_info"
	PAGE_IPFS_GATEWAYS     = "page_ipfs_gateways"
	PAGE_ADD_IPFS_GATEWAY  = "page_add_ipfs_gateway"
	PAGE_EDIT_IPFS_GATEWAY = "page_edit_ipfs_gateway"
	PAGE_DONATION          = "page_donation"
)
View Source
var DONATION_SC = "cb02ab94fa3eb10a06397b80c158aecce84880491d4beb5b88e634ee4ae0b8f3"

Functions

This section is empty.

Types

type AndroidBackgroundServiceSwitch

type AndroidBackgroundServiceSwitch struct {
	// contains filtered or unexported fields
}

func NewAndroidBackgroundServiceSwitch

func NewAndroidBackgroundServiceSwitch() *AndroidBackgroundServiceSwitch

func (*AndroidBackgroundServiceSwitch) Layout

type DonationResult

type DonationResult struct {
	TotalDonated             uint64
	TotalDonations           uint64
	HighestDonation          uint64
	HighestDonationAddr      string
	HighestDonationTimestamp uint64
	LastDonation             uint64
	LastDonationAddr         string
	LastDonationTimestamp    uint64
	TotalAnonymouslyDonated  uint64
	Loaded                   bool
}

type GatewayList

type GatewayList struct {
	// contains filtered or unexported fields
}

func NewGatewayList

func NewGatewayList() *GatewayList

func (*GatewayList) Layout

func (l *GatewayList) Layout(gtx layout.Context, th *material.Theme, emptyText string) layout.Dimensions

func (*GatewayList) Load

func (l *GatewayList) Load() error

type GatewayListItem

type GatewayListItem struct {
	// contains filtered or unexported fields
}

func NewGatewayListItem

func NewGatewayListItem(gateway app_db.IPFSGateway) GatewayListItem

func (*GatewayListItem) Layout

func (item *GatewayListItem) Layout(gtx layout.Context, th *material.Theme, fill bool) layout.Dimensions

type InfoListItem

type InfoListItem struct {
	// contains filtered or unexported fields
}

func NewInfoListItem

func NewInfoListItem(title string, value string, wrap text.WrapPolicy) *InfoListItem

func (InfoListItem) Layout

type Page

type Page struct {
	// contains filtered or unexported fields
}

func New

func New() *Page

func (*Page) Enter

func (p *Page) Enter()

func (*Page) IsActive

func (p *Page) IsActive() bool

func (*Page) Layout

func (p *Page) Layout(gtx layout.Context, th *material.Theme) layout.Dimensions

func (*Page) Leave

func (p *Page) Leave()

type PageAddIPFSGateway

type PageAddIPFSGateway struct {
	// contains filtered or unexported fields
}

func NewPageAddIPFSGateway

func NewPageAddIPFSGateway() *PageAddIPFSGateway

func (*PageAddIPFSGateway) Enter

func (p *PageAddIPFSGateway) Enter()

func (*PageAddIPFSGateway) IsActive

func (p *PageAddIPFSGateway) IsActive() bool

func (*PageAddIPFSGateway) Layout

func (*PageAddIPFSGateway) Leave

func (p *PageAddIPFSGateway) Leave()

type PageAppInfo

type PageAppInfo struct {
	// contains filtered or unexported fields
}

func NewPageAppInfo

func NewPageAppInfo() *PageAppInfo

func (*PageAppInfo) Enter

func (p *PageAppInfo) Enter()

func (*PageAppInfo) IsActive

func (p *PageAppInfo) IsActive() bool

func (*PageAppInfo) Layout

func (*PageAppInfo) Leave

func (p *PageAppInfo) Leave()

type PageDonation

type PageDonation struct {
	// contains filtered or unexported fields
}

func NewPageDonation

func NewPageDonation() *PageDonation

func (*PageDonation) Enter

func (p *PageDonation) Enter()

func (*PageDonation) IsActive

func (p *PageDonation) IsActive() bool

func (*PageDonation) Layout

func (*PageDonation) Leave

func (p *PageDonation) Leave()

func (*PageDonation) Load

func (p *PageDonation) Load() error

type PageEditIPFSGateway

type PageEditIPFSGateway struct {
	// contains filtered or unexported fields
}

func NewPageEditIPFSGateway

func NewPageEditIPFSGateway() *PageEditIPFSGateway

func (*PageEditIPFSGateway) Enter

func (p *PageEditIPFSGateway) Enter()

func (*PageEditIPFSGateway) IsActive

func (p *PageEditIPFSGateway) IsActive() bool

func (*PageEditIPFSGateway) Layout

func (*PageEditIPFSGateway) Leave

func (p *PageEditIPFSGateway) Leave()

type PageIPFSGateways

type PageIPFSGateways struct {
	// contains filtered or unexported fields
}

func NewPageIPFSGateways

func NewPageIPFSGateways() *PageIPFSGateways

func (*PageIPFSGateways) Enter

func (p *PageIPFSGateways) Enter()

func (*PageIPFSGateways) IsActive

func (p *PageIPFSGateways) IsActive() bool

func (*PageIPFSGateways) Layout

func (*PageIPFSGateways) Leave

func (p *PageIPFSGateways) Leave()

type PageMain

type PageMain struct {
	// contains filtered or unexported fields
}

func NewPageFront

func NewPageFront() *PageMain

func (*PageMain) Enter

func (p *PageMain) Enter()

func (*PageMain) IsActive

func (p *PageMain) IsActive() bool

func (*PageMain) Layout

func (p *PageMain) Layout(gtx layout.Context, th *material.Theme) layout.Dimensions

func (*PageMain) Leave

func (p *PageMain) Leave()

type TestnetSwitch

type TestnetSwitch struct {
	// contains filtered or unexported fields
}

func NewTestnetSwitch

func NewTestnetSwitch() *TestnetSwitch

func (*TestnetSwitch) Layout

func (*TestnetSwitch) Load

func (a *TestnetSwitch) Load()

Jump to

Keyboard shortcuts

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