- Shell - A view layer for the inspector
- Shells included: Chrome, Firefox, and plain (iframe)
- Front End - A react application that mimics the typical DevTools element panel (node tree)
- Is always displayed inside a shell
- Receives data from bridge
- Fires the following events
- setState
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Application title bar | |
body.dark .aui-header { | |
background: #000; | |
} | |
// "New Chat" button | |
body.dark .aui-header .aui-button { | |
background: #3C4444; | |
} |
NewerOlder