Loading reports whether the section is waiting on data.
()
| 53 | // SubnavItems returns the subnav state for header rendering. |
| 54 | SubnavItems() (items []navItem, selected int, label string, centered bool) |
| 55 | |
| 56 | // SubnavLeft / SubnavRight handle subnav row navigation. |
| 57 | SubnavLeft() tea.Cmd |
| 58 | SubnavRight() tea.Cmd |
no outgoing calls
no test coverage detected