categoriessection

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CategoriesFetchedMsg

type CategoriesFetchedMsg struct {
	SectionID  int
	Categories []*store.Category
	Repos      []*store.Repository
	Err        error
}

type CategoryRow

type CategoryRow struct {
	Category  *store.Category
	RepoCount int
}

func (CategoryRow) GetColumns

func (r CategoryRow) GetColumns() []string

func (CategoryRow) GetId

func (r CategoryRow) GetId() string

func (CategoryRow) GetTitle

func (r CategoryRow) GetTitle() string

func (CategoryRow) GetUrl

func (r CategoryRow) GetUrl() string

type Model

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

func NewModel

func NewModel(id int, ctx *tuicontext.ProgramContext, cfg section.SectionConfig) *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) FilterRows

func (m *Model) FilterRows(query string)

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) 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) 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

Jump to

Keyboard shortcuts

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