mirror of
				https://github.com/Foundry376/Mailspring.git
				synced 2025-10-27 06:26:35 +08:00 
			
		
		
		
	Summary: Things still to come: - General tab - Signatures tab (potentially remove and land) Adding emacs things to gitignore Adding progress. iterating on html/css is incredibly painful Added layout for accounts page. Adding layout for appearance page layout for shortcuts preferences page adding layount for notifications menu Adding signatures layout WIP WIP - tab switching, accounts tab WIP ALL THE THINGS Keymap template support (Gmail / outlook, etc.) Test Plan: No tests atm Reviewers: evan Differential Revision: https://phab.nylas.com/D1890
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			795 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			795 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <body>
 | |
|   <div class="sheet-container">
 | |
|     <div class="sheet-toolbar">
 | |
|       <div style="position:absolute; width:100%; height:100%; z-index: 1;" class="sheet-toolbar-container">
 | |
|       <div name="ToolbarWindowControls" class="toolbar-window-controls">
 | |
|         <button class="close" onClick="require('remote').getCurrentWindow().close()"></button>
 | |
|         <button class="minimize" onClick="require('remote').getCurrentWindow().minimize()"></button>
 | |
|         <button class="maximize" onClick="require('remote').getCurrentWindow().maximize()"></button>
 | |
|       </div>
 | |
|       <div class="window-title"></div>
 | |
|       </div>
 | |
|     </div>
 | |
|     <div id="container" style="left:0; right:0; position:absolute;"></div>
 | |
|   </div>
 | |
| 
 | |
|   <script>
 | |
|     require('../src/react-remote/react-remote-child')
 | |
|   </script>
 | |
| </body>
 |