mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	left_sidebar: Refactor left_sidebar.hbs structures for readability.
This commit renames the classes and IDs in the views area (formerly global filters) to a set of flexible values all prefixed in some way with `left-sidebar-navigation`. This is meant to make the styles and structures in the area more readable, while also keeping things flexible into the future as this area's elements change. Co-Authored-By: Hardik Dharmani <Ddharmani99@gmail.com>
This commit is contained in:
		@@ -28,7 +28,7 @@ async function toggle_test_star_message(page: Page): Promise<void> {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
async function test_narrow_to_starred_messages(page: Page): Promise<void> {
 | 
			
		||||
    await page.click('#global_filters a[href^="#narrow/is/starred"]');
 | 
			
		||||
    await page.click('#left-sidebar-navigation-list a[href^="#narrow/is/starred"]');
 | 
			
		||||
    await common.check_messages_sent(page, "zfilt", [["Verona > stars", [message]]]);
 | 
			
		||||
 | 
			
		||||
    // Go back to all messages narrow.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user