mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Moves the complicated logic in `account_settings.hbs` for whether to disable the change email button (and show the tooltip) to `settings_data.ts`. This update mirrors how similar realm settings are handled, such as `realm_name_changes_disabled`, and means that the `realm_email_changes_disabled` bool is added to `page_params.ts`. Prep commit for moving the email changes disabled tooltip from a separate question icon to the disabled button itself.