From 9d34ca8aaede6552e411fa3c2b978bb8c6da01a6 Mon Sep 17 00:00:00 2001 From: arijitghosal03 Date: Fri, 2 Dec 2022 00:38:57 +0530 Subject: [PATCH] Warning message before unsubscribing from streams An alert has been added when user wises to unsubscribe from a stream --- .github/alert.html | 10 +++ .idea/gradle.xml | 18 +++++ .idea/misc.xml | 7 ++ .idea/modules.xml | 8 ++ .idea/vcs.xml | 6 ++ .idea/workspace.xml | 113 ++++++++++++++++++++++++++++ android/settings.gradle | 2 +- src/common/ZulipButton.js | 1 - src/streams/StreamSettingsScreen.js | 13 +++- 9 files changed, 172 insertions(+), 6 deletions(-) create mode 100644 .github/alert.html create mode 100644 .idea/gradle.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.github/alert.html b/.github/alert.html new file mode 100644 index 00000000000..566549bdf8f --- /dev/null +++ b/.github/alert.html @@ -0,0 +1,10 @@ + + + + + Title + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml new file mode 100644 index 00000000000..c79e6fe4697 --- /dev/null +++ b/.idea/gradle.xml @@ -0,0 +1,18 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000000..80129466287 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000000..66f89e37ea1 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000000..35eb1ddfbbc --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 00000000000..2c2fc0bba61 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + +