banners: Redesign profile missing required fields banner.

As part of the banner redesign project, this commit applies the new
banner styles to the profile missing required fields banner.
This commit is contained in:
Sayam Samal
2025-01-21 16:04:11 +05:30
committed by Tim Abbott
parent 73ead0be5e
commit bf7d5637eb
6 changed files with 31 additions and 27 deletions

View File

@@ -110,7 +110,7 @@ export function dispatch_normal_event(event) {
realm.custom_profile_fields = event.fields;
settings_profile_fields.populate_profile_fields(realm.custom_profile_fields);
settings_account.add_custom_profile_fields_to_settings();
navbar_alerts.maybe_show_empty_required_profile_fields_alert();
navbar_alerts.maybe_toggle_empty_required_profile_fields_banner();
break;
case "default_streams":