Expand description
Core value types used by Pacsea state.
Structs§
- AurComment
- AUR package comment data structure.
- News
Bookmark - What: Persisted bookmark entry for news items, including cached content and optional local HTML path.
- News
Feed Item - What: Unified news/advisory feed item for the news view.
- News
Feed Payload - What: Bundle of news feed items and associated last-seen state updates.
- News
Item - Minimal news entry for Arch news modal.
- Optional
DepRow - Row model for the “TUI Optional Deps” modal/list. Each row represents a concrete package candidate such as an editor, terminal, clipboard tool, mirror updater, or AUR helper.
- Package
Details - Full set of details for a package, suitable for a dedicated information pane.
- Package
Item - Minimal package summary used in lists and search results.
- Query
Input - Search query sent to the background search worker.
- Search
Results - Results corresponding to a prior
QueryInput.
Enums§
- Advisory
Severity - What: Severity levels for security advisories.
- AppMode
- What: High-level application mode.
- Arch
Status Color - Visual indicator for Arch status line.
- Focus
- Which UI pane currently has keyboard focus.
- Installed
Packages Mode - Filter mode for installed packages in the “Installed” toggle.
- News
Feed Source - What: News/advisory source type.
- News
Read Filter - What: Read filter applied to news feed items.
- News
Sort Mode - What: Sort options for news feed results.
- Right
Pane Focus - Which sub-pane within the right column is currently focused when applicable.
- Sort
Mode - Sorting mode for the Results list.
- Source
- Package source origin.
Functions§
- severity_
rank - What: Map advisory severity to a numeric rank for sorting (higher is worse).