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

feat: MVP dismiss Snackbars on user navigation #1376

Closed
wants to merge 1 commit into from
Closed

Conversation

Lnamw
Copy link
Contributor

@Lnamw Lnamw commented Apr 3, 2024

No description provided.

@Lnamw Lnamw requested a review from adrien-coye April 3, 2024 13:29
Copy link

sonarqubecloud bot commented Apr 3, 2024

Quality Gate Passed Quality Gate passed

Issues
3 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

import SwiftModalPresentation

public protocol SelectedThreadOwnable {
var selectedThread: Thread? { get set }
}

public class MainViewState: ObservableObject, SelectedThreadOwnable {
@ModalPublished public var composeMessageIntent: ComposeMessageIntent?
@ModalPublished public var composeMessageIntent: ComposeMessageIntent? {
Copy link
Contributor

@adrien-coye adrien-coye Apr 3, 2024

Choose a reason for hiding this comment

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

If we go beyond just a MVP maybe we should have a robust mechanism to observe changes on all ModalPublished. To be discussed with @PhilippeWeidmann

Copy link
Contributor

@adrien-coye adrien-coye left a comment

Choose a reason for hiding this comment

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

Added a remark as discussed.

@Lnamw Lnamw added the on hold label Apr 8, 2024
@PhilippeWeidmann PhilippeWeidmann deleted the dismissSnackBar branch June 19, 2024 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants