trendingsection

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PeriodDaily   = "daily"
	PeriodWeekly  = "weekly"
	PeriodMonthly = "monthly"
)

Variables

This section is empty.

Functions

func StringPeriod

func StringPeriod(s string) string

func TrendingToStoreRepo

func TrendingToStoreRepo(tr *discovery.TrendingRepo) *store.Repository

Types

type Model

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

func NewModel

func NewModel(id int, ctx *tuicontext.ProgramContext, cfg section.SectionConfig, period string) *Model

func (*Model) CurrRow

func (m *Model) CurrRow() section.RowData

func (*Model) CurrRowIndex

func (m *Model) CurrRowIndex() int

func (*Model) FetchNextPageSectionRows

func (m *Model) FetchNextPageSectionRows() []tea.Cmd

func (*Model) FirstItem

func (m *Model) FirstItem()

func (*Model) GetConfig

func (m *Model) GetConfig() section.SectionConfig

func (*Model) GetId

func (m *Model) GetId() int

func (*Model) GetIsLoading

func (m *Model) GetIsLoading() bool

func (*Model) GetTotalCount

func (m *Model) GetTotalCount() int

func (*Model) GetType

func (m *Model) GetType() string

func (*Model) IsSearchFocused

func (m *Model) IsSearchFocused() bool

func (*Model) LastItem

func (m *Model) LastItem()

func (*Model) NextRow

func (m *Model) NextRow() section.RowData

func (*Model) NumRows

func (m *Model) NumRows() int

func (*Model) Pager

func (m *Model) Pager() string

func (*Model) PrevRow

func (m *Model) PrevRow()

func (*Model) ResetFilters

func (m *Model) ResetFilters()

func (*Model) ResetRows

func (m *Model) ResetRows()

func (*Model) SetIsLoading

func (m *Model) SetIsLoading(v bool)

func (*Model) SetPeriod

func (m *Model) SetPeriod(period string)

func (*Model) SetSize

func (m *Model) SetSize(w, h int)

func (*Model) Update

func (m *Model) Update(msg tea.Msg) (section.Section, tea.Cmd)

func (*Model) UpdateProgramContext

func (m *Model) UpdateProgramContext(ctx *tuicontext.ProgramContext)

func (*Model) View

func (m *Model) View() string

type TrendingFetchedMsg

type TrendingFetchedMsg struct {
	SectionID int
	Repos     []*discovery.TrendingRepo
	Err       error
}

type TrendingRow

type TrendingRow struct {
	Repo *discovery.TrendingRepo
}

func (TrendingRow) GetColumns

func (r TrendingRow) GetColumns() []string

func (TrendingRow) GetId

func (r TrendingRow) GetId() string

func (TrendingRow) GetTitle

func (r TrendingRow) GetTitle() string

func (TrendingRow) GetUrl

func (r TrendingRow) GetUrl() string

Jump to

Keyboard shortcuts

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