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

Channel deletion #1444

Merged
merged 37 commits into from
Apr 26, 2023
Merged

Channel deletion #1444

merged 37 commits into from
Apr 26, 2023

Conversation

siepra
Copy link
Contributor

@siepra siepra commented Apr 12, 2023

No description provided.

@siepra siepra changed the title Add desktop component channel deletion Apr 12, 2023
@siepra siepra changed the title channel deletion Channel deletion Apr 12, 2023
vinkabuki and others added 27 commits April 12, 2023 15:54
* Make channel tiles swipeable

* Add DeleteChannel component

* Add channel deletion screen

* Attach channel deletion action

* Fix mobile typings and tests

* Remove call for clearing invitation code

* Lint

* Use state-managers delete action

* Restore invitaion code handling in sm

* Fix saga test for handling invitation code

* Fix RTL tests
@vinkabuki vinkabuki marked this pull request as ready for review April 26, 2023 06:58
packages/desktop/libssl.so Outdated Show resolved Hide resolved
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It may be minor but I wish this saga was divided into two separate sagas: one for clearing up the store and second for sending owner's notification to general channel. It's all about limiting the responsibility of a single saga.

Also 'deletedChannel' might not be the right name... I'm thinking about something like 'channelDeletionResponseSaga' - to make it obvious that this should trigger after the channel has been deleted by backend

Copy link
Contributor

Choose a reason for hiding this comment

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

I will do that in next PR

@Kacper-RF Kacper-RF merged commit b282b1a into develop Apr 26, 2023
@siepra siepra deleted the feature/delete-channel branch April 28, 2023 06:30
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.

4 participants