Skip to content

Conversation

@Tlaster
Copy link
Contributor

@Tlaster Tlaster commented Dec 22, 2025

No description provided.

@Tlaster Tlaster requested a review from Copilot December 24, 2025 04:37
@Tlaster Tlaster marked this pull request as ready for review December 24, 2025 04:41
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the deeplink routing system from URL-based parsing to ProtoBuf serialization, replaces StatusAction with a more flexible ActionMenu system, and adds user action capabilities (block, mute, report) with comprehensive test coverage.

Key Changes:

  • Migrates from URL-based deeplink parsing to ProtoBuf serialization for improved type safety and performance
  • Introduces ActionMenu system replacing the previous StatusAction pattern with better composability
  • Adds user interaction features: blocking, muting, and reporting users

Reviewed changes

Copilot reviewed 120 out of 125 changed files in this pull request and generated no comments.

Show a summary per file
File Description
DeeplinkRouteTest.kt Comprehensive test suite for deeplink routing with 20+ test cases
DeeplinkRoute.kt Major refactor to use ProtoBuf serialization instead of URL parsing
ActionMenu.kt New action menu system replacing StatusAction with improved flexibility
ProfilePresenter.kt Refactored to generate action menus dynamically
BlockUserPresenter.kt, MuteUserPresenter.kt New presenters for user blocking/muting
StatusAction.kt Deleted - replaced by ActionMenu system
AppDeepLink.kt Deleted - functionality moved to DeeplinkRoute
iOS/Desktop UI files Updated routing and menu handling to support new action system
Build files Added stability analyzer plugin for Compose

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Tlaster Tlaster merged commit de90622 into master Dec 24, 2025
13 checks passed
@Tlaster Tlaster deleted the feature/appstore_review branch December 24, 2025 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants