summaryrefslogtreecommitdiff
path: root/ui/updateinfo.h
AgeCommit message (Collapse)Author
2025-07-11Fix UpdateInfoFetcher lifetime issuesMark Rowe
`UpdateInfoFetcher` performs fetches asynchronously and needs to ensure it remains alive for the duration of the fetch. The fetch may not complete before its creator is destroyed, so `UpdateInfoFetcher` needs to control its own lifetime via `std::enable_shared_from_this`.
2024-12-30Move Changelog filtering to UIMason Reed
2024-02-06New Tab Redesignkat
- Adds some fixes for Animation, an Update info support class and other small things required