Skip to content

Comments

fix(channels): make edit/delete actions use parent context after bottom sheet closes#201

Open
just-stuff-tm wants to merge 1 commit intozjs81:mainfrom
just-stuff-tm:issue-fix-channel-edit-delete-actions
Open

fix(channels): make edit/delete actions use parent context after bottom sheet closes#201
just-stuff-tm wants to merge 1 commit intozjs81:mainfrom
just-stuff-tm:issue-fix-channel-edit-delete-actions

Conversation

@just-stuff-tm
Copy link
Contributor

Bottom 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.

…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
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.

1 participant