AAC-Native UI: Full UI Architecture Skeleton#5
Open
trancer1994 wants to merge 27 commits into
Open
Conversation
…te_adapter.h to Client/qtTeamTalkaac/ui/state/ui_state_adapter.h
…eamTalk/aac/ui/state/ui_state_adapter.h
…qtTeamTalk/aac/state/ui_state_adapter.cpp
…TeamTalk/aac/state/ui_state_adapter.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces the full AAC-native replacement UI architecture for the TeamTalk Qt client. It defines all major screens, navigation flow, and state-driven transitions without yet implementing networking, audio, or channel/user data. The goal is to establish a clear, maintainable UI structure that future PRs can progressively wire up to real functionality.
Included
Not included
Purpose
The purpose of this PR is to expose the complete AAC-native UI structure as a coherent whole, so reviewers can see:
Future PRs will:
Notes for reviewers
Note to developers: anytime I refer to "functionality" in my commits, it is either minimal or placeholder.
I will edit this request if I find any files are missing, or anything needs improving, or if I otherwise get feedback.