Class peagen.tui.components.footer.DashboardFooter
peagen.tui.components.footer.DashboardFooter
Bases: Footer
clock
class-attribute
instance-attribute
clock = reactive('')
metrics
class-attribute
instance-attribute
metrics = reactive('')
page
class-attribute
instance-attribute
page = reactive('')
hint
class-attribute
instance-attribute
hint = "Tab: switch | S: sort | C: collapse | Esc: clear | N/P: page | J: jump | L: limit"
on_mount
on_mount()
Source code in peagen/tui/components/footer.py
20 21 |
|
set_page_info
set_page_info(current, total)
Update the current pagination display.
Source code in peagen/tui/components/footer.py
23 24 25 |
|
update_metrics
update_metrics()
Source code in peagen/tui/components/footer.py
27 28 29 30 31 32 |
|
render
render()
Source code in peagen/tui/components/footer.py
34 35 36 |
|