mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	templates: Show Overlay of Recent Topics.
* Show an empty overlay of recent topics. * Register click event to open recent topics. * Launch recent topics on "t" keypress. This is based on the draft overlay.
This commit is contained in:
		| @@ -36,6 +36,10 @@ exports.drafts_open = function () { | ||||
|     return open_overlay_name === 'drafts'; | ||||
| }; | ||||
|  | ||||
| exports.recent_topics_open = function () { | ||||
|     return open_overlay_name === 'recent_topics'; | ||||
| }; | ||||
|  | ||||
| // To address bugs where mouse might apply to the streams/settings | ||||
| // overlays underneath an open modal within those settings UI, we add | ||||
| // this inline style to '.overlay.show', overriding the | ||||
|   | ||||
		Reference in New Issue
	
	Block a user