constants

package
v4.12.0 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	WaitingIcon = ""
	FailureIcon = "󰅙"
	SuccessIcon = ""

	CommentIcon = ""
	DraftIcon   = ""
	BehindIcon  = "󰇮"
	BlockedIcon = ""
	MergedIcon  = ""
	OpenIcon    = ""
	ClosedIcon  = ""

	// New contributors: users who created a PR for the repo for the first time
	NewContributorIcon = "󰎔" // \udb80\udf94 nf-md-new_box

	// Contributors: everyone who has contributed something back to the project
	ContributorIcon = "" // \uedc6 nf-fa-user_check

	// Collaborator is a person who isn't explicitly a member of your organization,
	// but who has Read, Write, or Admin permissions to one or more repositories in your organization.
	CollaboratorIcon = "" // \uedcf nf-fa-user_shield

	// A member of the organization
	MemberIcon = "" // \uf42b nf-oct-organization

	// The person/s who has administrative ownership over the organization or repository (not always the same as the original author)
	OwnerIcon = "󱇐" // \udb84\uddd0 nf-md-crown_outline

	UnknownRoleIcon = "󱐡" // \udb85\udc21 nf-md-incognito_circle
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ClearTaskMsg

type ClearTaskMsg struct {
	TaskId string
}

type Dimensions

type Dimensions struct {
	Width  int
	Height int
}

type ErrMsg

type ErrMsg struct {
	Err error
}

func (ErrMsg) Error

func (e ErrMsg) Error() string

type InitMsg

type InitMsg struct {
	Config config.Config
}

type KeyMap

type KeyMap struct {
	Up            key.Binding
	Down          key.Binding
	FirstItem     key.Binding
	LastItem      key.Binding
	TogglePreview key.Binding
	OpenGithub    key.Binding
	Refresh       key.Binding
	PageDown      key.Binding
	PageUp        key.Binding
	NextSection   key.Binding
	PrevSection   key.Binding
	Help          key.Binding
	Quit          key.Binding
}

type TaskFinishedMsg

type TaskFinishedMsg struct {
	TaskId      string
	SectionId   int
	SectionType string
	Err         error
	Msg         tea.Msg
}

Jump to

Keyboard shortcuts

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