Commit graph

4 commits

Author SHA1 Message Date
caf29b3511
fix: broken build when blog feature is disabled
Also brings back the warning on blog tab when feature isn't enabled.
2025-08-12 08:35:10 +01:00
b6bf444fcf
feat(blog): make blog title list interactive 2025-08-12 08:18:49 +01:00
fc41a499e6
feat: impl portfolio design with complete about page
Finally implemented the actual portfolio design! This includes a tab
mechanism for various aspects of the portfolio and the complete content
for the about tab.

Also fixes the TUI not being correctly scaled due to crossterm using the
dimensions of the server console tty instead of the client pty by
defining a custom `Backend` for ratatui.
2025-02-02 18:28:57 +00:00
15a6cfe4e2
feat: init, basic rendering with ratatui to ssh backend
Some checks failed
CI / Test Suite (push) Has been cancelled
CI / Rustfmt (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Docs (push) Has been cancelled
2025-01-28 05:40:02 +00:00