stream_create: Move and rename the subscription_invites_warning modal.

Moved `subscription_invites_warning` modal to `confirm_dialog`
folder and renamed the modal to `confirm_subscription_invites_warning.hbs`
to follow the naming convention.
This commit is contained in:
aryanshridhar 2021-06-21 07:47:45 +00:00 committed by Tim Abbott
parent db0a69648a
commit 1db2fbcd77
3 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
import $ from "jquery"; import $ from "jquery";
import render_announce_stream_docs from "../templates/announce_stream_docs.hbs"; import render_announce_stream_docs from "../templates/announce_stream_docs.hbs";
import render_subscription_invites_warning_modal from "../templates/confirm_dialog/confirm_subscription_invites_warning.hbs";
import render_new_stream_user from "../templates/new_stream_user.hbs"; import render_new_stream_user from "../templates/new_stream_user.hbs";
import render_new_stream_users from "../templates/new_stream_users.hbs"; import render_new_stream_users from "../templates/new_stream_users.hbs";
import render_subscription_invites_warning_modal from "../templates/subscription_invites_warning_modal.hbs";
import * as channel from "./channel"; import * as channel from "./channel";
import * as confirm_dialog from "./confirm_dialog"; import * as confirm_dialog from "./confirm_dialog";

View File

@ -705,7 +705,7 @@ html_rules: List["Rule"] = [
"templates/corporate/upgrade.html", "templates/corporate/upgrade.html",
# Miscellaneous violations to be cleaned up # Miscellaneous violations to be cleaned up
"static/templates/user_info_popover_title.hbs", "static/templates/user_info_popover_title.hbs",
"static/templates/subscription_invites_warning_modal.hbs", "static/templates/confirm_dialog/confirm_subscription_invites_warning.hbs",
"templates/zerver/reset_confirm.html", "templates/zerver/reset_confirm.html",
"templates/zerver/config_error.html", "templates/zerver/config_error.html",
"templates/zerver/dev_env_email_access_details.html", "templates/zerver/dev_env_email_access_details.html",