Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Join room by address #3840

Merged
merged 10 commits into from
Feb 28, 2025
Merged

Join room by address #3840

merged 10 commits into from
Feb 28, 2025

Conversation

Velin92
Copy link
Member

@Velin92 Velin92 commented Feb 26, 2025

fixes #3807
fixes #3842

This also includes

  • Redesign of the text fields that have validation
  • moving the room directory from the home screen to the start chat screen
Simulator.Screen.Recording.-.iPhone.16.-.2025-02-27.at.19.50.08.mp4

Copy link

codecov bot commented Feb 26, 2025

Codecov Report

Attention: Patch coverage is 87.93103% with 49 lines in your changes missing coverage. Please review.

Project coverage is 79.01%. Comparing base (2b58f57) to head (84bf3b8).
Report is 1 commits behind head on develop.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...s/Other/SwiftUI/Styles/ElementTextFieldStyle.swift 92.56% 11 Missing ⚠️
...s/StartChatScreen/View/JoinRoomByAddressView.swift 84.50% 11 Missing ⚠️
...ens/StartChatScreen/StartChatScreenViewModel.swift 91.01% 8 Missing ⚠️
...Screens/StartChatScreen/View/StartChatScreen.swift 74.19% 8 Missing ⚠️
.../FlowCoordinators/UserSessionFlowCoordinator.swift 0.00% 6 Missing ⚠️
...s/StartChatScreen/StartChatScreenCoordinator.swift 0.00% 5 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3840      +/-   ##
===========================================
+ Coverage    78.99%   79.01%   +0.01%     
===========================================
  Files          794      796       +2     
  Lines        70215    70584     +369     
===========================================
+ Hits         55467    55771     +304     
- Misses       14748    14813      +65     
Flag Coverage Δ
unittests 70.97% <87.93%> (+0.08%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Velin92 Velin92 added the pr-feature for a new feature label Feb 27, 2025
@Velin92 Velin92 marked this pull request as ready for review February 27, 2025 18:48
@Velin92 Velin92 requested a review from a team as a code owner February 27, 2025 18:48
@Velin92 Velin92 requested review from pixlwave and removed request for a team February 27, 2025 18:48
@Velin92 Velin92 force-pushed the mauroromito/join_room_by_alias branch from 870f121 to 7a5e6c0 Compare February 28, 2025 10:02
Copy link
Member

@pixlwave pixlwave left a comment

Choose a reason for hiding this comment

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

This is great! 👏

@Velin92 Velin92 force-pushed the mauroromito/join_room_by_alias branch from b68d6a5 to 96e484e Compare February 28, 2025 11:21
@Velin92 Velin92 force-pushed the mauroromito/join_room_by_alias branch from 96e484e to 84bf3b8 Compare February 28, 2025 11:37
@Velin92 Velin92 enabled auto-merge (squash) February 28, 2025 11:37
@Velin92 Velin92 merged commit 7f6ea1c into develop Feb 28, 2025
13 checks passed
@Velin92 Velin92 deleted the mauroromito/join_room_by_alias branch February 28, 2025 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature for a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task] Move room directory entry [Task] Join a room by its alias
2 participants