mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	This commit adds "Manage this user" option in the user-info popover which simply opens the administrative user-info modal. We show a spinner on submit button in this case as modal is not closed immediately and thus we need some indicator to show that the task is in progress. There is no spinner on submit button in the modal opened from "Users" section of organization settings. Error handling for this case is different than when the modal is opened from "Users" section of organization settings because there is no overlay in the background of modal in this case. In this case, we show error inside the modal and do not close it and in case the change is completed successfully we just close the modal without showing any message. Fixes part of #18944.