Add favorites timeline tab

- Add favorites timeline as third tab (position 2) after Messages
- Implement get_favorites() API method using /api/v1/favourites endpoint
- Add timeline handling for favorites in load_posts() and load_more_posts()
- Include empty state message for when no favorites exist
- Update all timeline conditionals to include favorites support

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Storm Dragon
2025-08-16 15:04:47 -04:00
parent e69ddbb7a5
commit 86c0d0442a
4 changed files with 28 additions and 0 deletions

View File

@@ -723,3 +723,5 @@ content_text.setTextInteractionFlags(Qt.TextSelectableByKeyboard | Qt.TextSelect
This document serves as the comprehensive development guide for Bifrost, ensuring all accessibility, functionality, and architectural decisions are preserved and can be
referenced throughout development.
- When adding or adjusting features be extremely thorough. Make sure every aspect of the code having to do with the feature or fix is completely updated.