Skip to content

fix(channels): make edit/delete actions use parent context after bottom sheet closes Supports Windows Animations Off In Android#201

Merged
15 commits merged into
zjs81:mainfrom
just-stuff-tm:issue-fix-channel-edit-delete-actions
Feb 24, 2026
Merged

fix(channels): make edit/delete actions use parent context after bottom sheet closes Supports Windows Animations Off In Android#201
15 commits merged into
zjs81:mainfrom
just-stuff-tm:issue-fix-channel-edit-delete-actions

Conversation

@just-stuff-tm

@just-stuff-tm just-stuff-tm commented Feb 20, 2026

Copy link
Copy Markdown
Contributor

Bottom sheet closes

adds support for android windows animations off

Root cause: edit/delete dialogs were opened from the sheet context after Navigator.pop, so context.mounted was false and follow-up actions never ran.

Also keeps async await/error handling for channel edit/delete so failures surface to users instead of silently dropping.

…om sheet closes

Root cause: edit/delete dialogs were opened from the sheet context after Navigator.pop, so context.mounted was false and follow-up actions never ran.

Also keeps async await/error handling for channel edit/delete so failures surface to users instead of silently dropping.
@just-stuff-tm just-stuff-tm changed the title fix(channels): make edit/delete actions use parent context after bott… fix(channels): make edit/delete actions use parent context after bottom bottom sheet closes 1 file changed, 46 insertions(+), 24 deletions(-) Feb 20, 2026
@just-stuff-tm just-stuff-tm marked this pull request as ready for review February 20, 2026 06:39
@just-stuff-tm just-stuff-tm changed the title fix(channels): make edit/delete actions use parent context after bottom bottom sheet closes 1 file changed, 46 insertions(+), 24 deletions(-) fix(channels): make edit/delete actions use parent context after bottom sheet closes 1 file changed, 46 insertions(+), 24 deletions(-) Feb 20, 2026
@just-stuff-tm just-stuff-tm changed the title fix(channels): make edit/delete actions use parent context after bottom sheet closes 1 file changed, 46 insertions(+), 24 deletions(-) fix(channels): make edit/delete actions use parent context after bottom sheet closes Feb 20, 2026
@just-stuff-tm just-stuff-tm changed the title fix(channels): make edit/delete actions use parent context after bottom sheet closes fix(channels): make edit/delete actions use parent context after bottom sheet closes Supports Windows Animations Off In Andriod Feb 21, 2026
@just-stuff-tm just-stuff-tm changed the title fix(channels): make edit/delete actions use parent context after bottom sheet closes Supports Windows Animations Off In Andriod fix(channels): make edit/delete actions use parent context after bottom sheet closes Supports Windows Animations Off In Android Feb 22, 2026
@just-stuff-tm just-stuff-tm marked this pull request as draft February 22, 2026 21:10
@just-stuff-tm just-stuff-tm marked this pull request as ready for review February 22, 2026 22:40
@just-stuff-tm

Copy link
Copy Markdown
Contributor Author

all updated

@just-stuff-tm

Copy link
Copy Markdown
Contributor Author

@codex Review

@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: 0121b5f649

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread lib/l10n/app_bg.arb Outdated
@just-stuff-tm

Copy link
Copy Markdown
Contributor Author

@codex review

@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: 2a7cc28a3a

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread lib/screens/channels_screen.dart
@just-stuff-tm

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@just-stuff-tm

Copy link
Copy Markdown
Contributor Author

@gemini-code-assist /review

@zjs81 zjs81 closed this pull request by merging all changes into zjs81:main in a42cf77 Feb 24, 2026
@just-stuff-tm just-stuff-tm deleted the issue-fix-channel-edit-delete-actions branch February 24, 2026 20:28
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