mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 10:41:56 +00:00
aa0f9cd455
* Frameless Electron. Separate electron template. Generecize navigation link. Move nav info to config. * Add controls for language and node, network status to sidebar. * Sticky headers * Move custom node modal into standalone component. Render modals via portal. Add custom node modal opening to electron node list. * Conditional styling based on environment. * Fix active node highlight * Add frame back in, draggable only on OSX, fix sidebar scroll. * Remove panel content after delay. * Adjust window sizes * Style desktop help nav icon * Remove unused var * Move style to param * Remove unused * Update snapshot * Fix oversized stretching, zindex fighting * Make electron work better with various screen sizes * Remove not-working https option for electron * Add beta banner * Fix web footer * Address changes
35 lines
923 B
Plaintext
35 lines
923 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`snapshot test ENS component 1`] = `
|
|
<Connect(WebTemplate)
|
|
isUnavailableOffline={true}
|
|
>
|
|
<div
|
|
className="Tab-content"
|
|
>
|
|
<section
|
|
className="Tab-content-pane"
|
|
>
|
|
<div
|
|
className="ENS"
|
|
>
|
|
<h1
|
|
className="ENS-title"
|
|
>
|
|
Ethereum Name Service
|
|
</h1>
|
|
<p
|
|
className="ENS-description"
|
|
>
|
|
<TranslateMarkdown
|
|
source="The [Ethereum Name Service](https://ens.readthedocs.io/en/latest/introduction.html) (ENS) is a distributed, open, and extensible naming system based on the Ethereum blockchain. Once you have a name, you can tell your friends to send ETH to \`ensdomain.eth\` instead of \`0x4bbeEB...\`"
|
|
/>
|
|
</p>
|
|
<Connect(NameInput) />
|
|
</div>
|
|
</section>
|
|
<Connect(NameResolve) />
|
|
</div>
|
|
</Connect(WebTemplate)>
|
|
`;
|