Skip to content

Release v2.2.0#1109

Merged
yuni-ju merged 110 commits into
mainfrom
release/2.2.0
Jun 9, 2026
Merged

Release v2.2.0#1109
yuni-ju merged 110 commits into
mainfrom
release/2.2.0

Conversation

@yuni-ju

@yuni-ju yuni-ju commented Jun 8, 2026

Copy link
Copy Markdown
Member

No description provided.

yuni-ju and others added 30 commits December 9, 2025 17:15
Prevent duplicate reply submissions
Fix UI clipping on Withdraw screen for large text sizes
@yuni-ju yuni-ju added this to DAYO 2.0 Jun 8, 2026
@yuni-ju yuni-ju added the release release label Jun 8, 2026
@github-project-automation github-project-automation Bot moved this to Todo in DAYO 2.0 Jun 8, 2026
@coderabbitai

coderabbitai Bot commented Jun 8, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 046039af-01a0-4058-b81c-94d231f0417a

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/2.2.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fd6fdd0b9e

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +69 to +70
private val _postCommentCreateState = MutableLiveData<Resource<Boolean>>()
val postCommentCreateState: LiveData<Resource<Boolean>> get() = _postCommentCreateState

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Use a one-shot event for comment creation results

This replaces the previous Event<Boolean> with sticky LiveData<Resource<Boolean>>, but both PostScreen and CommentBottomSheetDialog handle any existing value as soon as they observe it. After a comment send fails, reopening a comments sheet or recreating the screen immediately replays the old ERROR and shows the network-error snackbar before the user does anything; after a prior success it also triggers an extra requestPostComment(postId) for the next opened post. Keep this as a one-shot event/SharedFlow or clear the state after the UI handles it.

Useful? React with 👍 / 👎.

@yuni-ju yuni-ju merged commit 14d5335 into main Jun 9, 2026
3 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in DAYO 2.0 Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release release

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants