Redesign home screen (#166)

## Summary

* Redesigned home screen with big option to continue reading and
slightly nicer options to navigate to core sections
* Attempt to use the cached EPUB details (title, author) if they exist,
otherwise fall back to file name
* Adjusted button hints on home screen, removed Back option and changed
left/right to up/down

## Additional Context

* Core of this work comes from @ChandhokTannay in
1d36a86ef1
This commit is contained in:
Dave Allie
2025-12-30 22:18:10 +10:00
committed by GitHub
parent 03f0ce04cc
commit 3abcd0d05d
4 changed files with 208 additions and 36 deletions

View File

@@ -34,7 +34,7 @@ class Epub {
}
~Epub() = default;
std::string& getBasePath() { return contentBasePath; }
bool load();
bool load(bool buildIfMissing = true);
bool clearCache() const;
void setupCacheDir() const;
const std::string& getCachePath() const;