mirror of
https://github.com/haveno-dex/haveno-ui.git
synced 2025-06-19 11:54:20 -04:00
chore: update mantine to v4.2.9
- update mantine and related packages - update snapshots --- Reviewed-by: @schowdhuri
This commit is contained in:
parent
674b31d0c3
commit
1c0e371c0a
33 changed files with 273 additions and 268 deletions
|
@ -3,7 +3,7 @@
|
|||
exports[`atoms::Buttons > renders error button 1`] = `
|
||||
<DocumentFragment>
|
||||
<button
|
||||
class="mantine-Button-filled mantine-Button-root mantine-17e9v6f"
|
||||
class="mantine-Button-filled mantine-Button-root mantine-b4sl6"
|
||||
type="button"
|
||||
>
|
||||
<div
|
||||
|
@ -22,7 +22,7 @@ exports[`atoms::Buttons > renders error button 1`] = `
|
|||
exports[`atoms::Buttons > renders neutral button 1`] = `
|
||||
<DocumentFragment>
|
||||
<button
|
||||
class="mantine-Button-filled mantine-Button-root mantine-13v2nwn"
|
||||
class="mantine-Button-filled mantine-Button-root mantine-h60jl4"
|
||||
type="button"
|
||||
>
|
||||
<div
|
||||
|
@ -41,7 +41,7 @@ exports[`atoms::Buttons > renders neutral button 1`] = `
|
|||
exports[`atoms::Buttons > renders primary button by default 1`] = `
|
||||
<DocumentFragment>
|
||||
<button
|
||||
class="mantine-Button-filled mantine-Button-root mantine-pfssi"
|
||||
class="mantine-Button-filled mantine-Button-root mantine-11hawrf"
|
||||
type="button"
|
||||
>
|
||||
<div
|
||||
|
@ -60,7 +60,7 @@ exports[`atoms::Buttons > renders primary button by default 1`] = `
|
|||
exports[`atoms::Buttons > renders success button 1`] = `
|
||||
<DocumentFragment>
|
||||
<button
|
||||
class="mantine-Button-filled mantine-Button-root mantine-1phtj0c"
|
||||
class="mantine-Button-filled mantine-Button-root mantine-1wbcmdw"
|
||||
type="button"
|
||||
>
|
||||
<div
|
||||
|
@ -79,11 +79,11 @@ exports[`atoms::Buttons > renders success button 1`] = `
|
|||
exports[`atoms::Buttons > renders text button 1`] = `
|
||||
<DocumentFragment>
|
||||
<button
|
||||
class="mantine-UnstyledButton-root mantine-13uxwbm"
|
||||
class="mantine-UnstyledButton-root mantine-jxthji"
|
||||
type="button"
|
||||
>
|
||||
<span
|
||||
class="mantine-Text-root mantine-10a0kig"
|
||||
class="mantine-Text-root mantine-1xu8ypy"
|
||||
>
|
||||
This is a Text Button
|
||||
</span>
|
||||
|
|
|
@ -6,7 +6,7 @@ exports[`atoms::ConnectionProgress > renders without exploding 1`] = `
|
|||
class="mantine-Stack-root mantine-njf2rt"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1ourfup"
|
||||
class="mantine-Text-root mantine-1xgwjc0"
|
||||
>
|
||||
Connecting to Monero Network
|
||||
</div>
|
||||
|
|
|
@ -6,12 +6,12 @@ exports[`atoms::DetailItem > renders without exploding 1`] = `
|
|||
class="mantine-Stack-root mantine-DetailItem-root mantine-fpp2be"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-1mkytp"
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-8r3ub3"
|
||||
>
|
||||
Label
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-17mq3ni"
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-m3tadk"
|
||||
>
|
||||
Content
|
||||
</div>
|
||||
|
|
|
@ -6,7 +6,7 @@ exports[`atoms::Link > renders without exploding 1`] = `
|
|||
href="#/"
|
||||
>
|
||||
<span
|
||||
class="mantine-Text-root mantine-ix3vgq"
|
||||
class="mantine-Text-root mantine-1o3tzv8"
|
||||
>
|
||||
Click me
|
||||
</span>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
exports[`atoms::MoneroNodeListItem > renders without exploding 1`] = `
|
||||
<DocumentFragment>
|
||||
<button
|
||||
class="mantine-UnstyledButton-root mantine-pk5m2t"
|
||||
class="mantine-UnstyledButton-root mantine-146e5sp"
|
||||
type="button"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-14byb36"
|
||||
class="mantine-Text-root mantine-jmvuvj"
|
||||
>
|
||||
node.moneroworldcom:18089:active
|
||||
</div>
|
||||
|
@ -20,11 +20,11 @@ exports[`atoms::MoneroNodeListItem > renders without exploding 1`] = `
|
|||
</div>
|
||||
</button>
|
||||
<button
|
||||
class="mantine-UnstyledButton-root mantine-1v48mh9"
|
||||
class="mantine-UnstyledButton-root mantine-9tasfa"
|
||||
type="button"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-14byb36"
|
||||
class="mantine-Text-root mantine-jmvuvj"
|
||||
>
|
||||
node.moneroworldcom:18089:inactive
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
exports[`atoms::PasswordInput > renders without exploding 1`] = `
|
||||
<DocumentFragment>
|
||||
<div
|
||||
class="mantine-PasswordInput-root mantine-18udhi"
|
||||
class="mantine-PasswordInput-root mantine-1m3pqry"
|
||||
>
|
||||
<label
|
||||
class="mantine-PasswordInput-label mantine-7802ha"
|
||||
|
@ -17,10 +17,10 @@ exports[`atoms::PasswordInput > renders without exploding 1`] = `
|
|||
>
|
||||
<div
|
||||
aria-invalid="false"
|
||||
class="mantine-PasswordInput-defaultVariant mantine-PasswordInput-input mantine-PasswordInput-input mantine-1i2duzg"
|
||||
class="mantine-PasswordInput-defaultVariant mantine-PasswordInput-input mantine-PasswordInput-input mantine-1fntf85"
|
||||
>
|
||||
<input
|
||||
class="mantine-PasswordInput-innerInput mantine-1bj8gkk"
|
||||
class="mantine-PasswordInput-innerInput mantine-u0eqyi"
|
||||
id="pass"
|
||||
type="password"
|
||||
/>
|
||||
|
@ -30,7 +30,7 @@ exports[`atoms::PasswordInput > renders without exploding 1`] = `
|
|||
>
|
||||
<button
|
||||
aria-hidden="true"
|
||||
class="mantine-ActionIcon-hover mantine-ActionIcon-root mantine-PasswordInput-visibilityToggle mantine-vao037"
|
||||
class="mantine-ActionIcon-hover mantine-ActionIcon-root mantine-PasswordInput-visibilityToggle mantine-1vhreye"
|
||||
tabindex="-1"
|
||||
type="button"
|
||||
>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
exports[`atoms::Select > renders without exploding 1`] = `
|
||||
<DocumentFragment>
|
||||
<div
|
||||
class="mantine-Select-root mantine-18udhi"
|
||||
class="mantine-Select-root mantine-1m3pqry"
|
||||
>
|
||||
<label
|
||||
class="mantine-Select-label mantine-7802ha"
|
||||
|
@ -16,7 +16,6 @@ exports[`atoms::Select > renders without exploding 1`] = `
|
|||
aria-controls="select"
|
||||
aria-expanded="false"
|
||||
aria-haspopup="listbox"
|
||||
aria-owns="select-items"
|
||||
role="combobox"
|
||||
tabindex="-1"
|
||||
>
|
||||
|
@ -30,13 +29,13 @@ exports[`atoms::Select > renders without exploding 1`] = `
|
|||
<input
|
||||
aria-autocomplete="list"
|
||||
aria-invalid="false"
|
||||
autocomplete="nope"
|
||||
class="mantine-Select-defaultVariant mantine-Select-input mantine-93d3e4"
|
||||
autocomplete="off"
|
||||
class="mantine-Select-defaultVariant mantine-Select-input mantine-1ihdofq"
|
||||
data-mantine-stop-propagation="false"
|
||||
id="select"
|
||||
placeholder="Pick one"
|
||||
readonly=""
|
||||
type="text"
|
||||
type="search"
|
||||
value=""
|
||||
/>
|
||||
<div
|
||||
|
|
|
@ -12,13 +12,13 @@ exports[`atoms::Sync Status > renders the fully synced status 1`] = `
|
|||
class="mantine-Group-child mantine-16wvh2m"
|
||||
/>
|
||||
<div
|
||||
class="mantine-Text-root mantine-Group-child mantine-1bxawp9"
|
||||
class="mantine-Text-root mantine-Group-child mantine-17p1w3"
|
||||
>
|
||||
Fully Synced
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1azyhhz"
|
||||
class="mantine-Text-root mantine-1swgem8"
|
||||
>
|
||||
node.sethforprivacy.com
|
||||
</div>
|
||||
|
@ -38,13 +38,13 @@ exports[`atoms::Sync Status > renders the not synced status by default 1`] = `
|
|||
class="mantine-Group-child mantine-1mmj0t1"
|
||||
/>
|
||||
<div
|
||||
class="mantine-Text-root mantine-Group-child mantine-1bxawp9"
|
||||
class="mantine-Text-root mantine-Group-child mantine-17p1w3"
|
||||
>
|
||||
Not Synced
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1azyhhz"
|
||||
class="mantine-Text-root mantine-1swgem8"
|
||||
>
|
||||
node.sethforprivacy.com
|
||||
</div>
|
||||
|
@ -64,13 +64,13 @@ exports[`atoms::Sync Status > renders the sync in progress status 1`] = `
|
|||
class="mantine-Group-child mantine-6c6x3l"
|
||||
/>
|
||||
<div
|
||||
class="mantine-Text-root mantine-Group-child mantine-1bxawp9"
|
||||
class="mantine-Text-root mantine-Group-child mantine-17p1w3"
|
||||
>
|
||||
Syncing
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1azyhhz"
|
||||
class="mantine-Text-root mantine-1swgem8"
|
||||
>
|
||||
node.sethforprivacy.com
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
exports[`atoms::TextInput > renders without exploding 1`] = `
|
||||
<DocumentFragment>
|
||||
<div
|
||||
class="mantine-TextInput-root mantine-18udhi"
|
||||
class="mantine-TextInput-root mantine-1m3pqry"
|
||||
>
|
||||
<label
|
||||
class="mantine-TextInput-label mantine-7802ha"
|
||||
|
@ -17,7 +17,7 @@ exports[`atoms::TextInput > renders without exploding 1`] = `
|
|||
>
|
||||
<input
|
||||
aria-invalid="false"
|
||||
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-dagq8e"
|
||||
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-yxlzy5"
|
||||
id="textfield"
|
||||
placeholder="johndoe@gmail.com"
|
||||
type="email"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
exports[`atoms::Typography > ::BodyText > renders heavy variant exploding 1`] = `
|
||||
<DocumentFragment>
|
||||
<div
|
||||
class="mantine-Text-root mantine-119fjqf"
|
||||
class="mantine-Text-root mantine-1ikb0mj"
|
||||
>
|
||||
body text
|
||||
</div>
|
||||
|
@ -13,7 +13,7 @@ exports[`atoms::Typography > ::BodyText > renders heavy variant exploding 1`] =
|
|||
exports[`atoms::Typography > ::BodyText > renders without exploding 1`] = `
|
||||
<DocumentFragment>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1q69ff6"
|
||||
class="mantine-Text-root mantine-1ud14e1"
|
||||
>
|
||||
body text
|
||||
</div>
|
||||
|
@ -23,7 +23,7 @@ exports[`atoms::Typography > ::BodyText > renders without exploding 1`] = `
|
|||
exports[`atoms::Typography > ::Heading > renders h1 by default 1`] = `
|
||||
<DocumentFragment>
|
||||
<h1
|
||||
class="mantine-Title-root mantine-xz2ygd"
|
||||
class="mantine-Title-root mantine-1krktmh"
|
||||
>
|
||||
heading text
|
||||
</h1>
|
||||
|
@ -33,7 +33,7 @@ exports[`atoms::Typography > ::Heading > renders h1 by default 1`] = `
|
|||
exports[`atoms::Typography > ::Heading > renders h2 1`] = `
|
||||
<DocumentFragment>
|
||||
<h2
|
||||
class="mantine-Title-root mantine-1dbhwd4"
|
||||
class="mantine-Title-root mantine-u6vx0o"
|
||||
>
|
||||
heading text
|
||||
</h2>
|
||||
|
@ -43,7 +43,7 @@ exports[`atoms::Typography > ::Heading > renders h2 1`] = `
|
|||
exports[`atoms::Typography > ::InfoText > renders without exploding 1`] = `
|
||||
<DocumentFragment>
|
||||
<div
|
||||
class="mantine-Text-root mantine-5q0bln"
|
||||
class="mantine-Text-root mantine-g6pedd"
|
||||
>
|
||||
Info text
|
||||
</div>
|
||||
|
@ -53,7 +53,7 @@ exports[`atoms::Typography > ::InfoText > renders without exploding 1`] = `
|
|||
exports[`atoms::Typography > ::LabelText > renders without exploding 1`] = `
|
||||
<DocumentFragment>
|
||||
<label
|
||||
class="mantine-Text-root mantine-12ze1td"
|
||||
class="mantine-Text-root mantine-1djydci"
|
||||
>
|
||||
Label text
|
||||
</label>
|
||||
|
|
|
@ -10,7 +10,7 @@ exports[`molecules::AddressCard > renderes the address hash code. 1`] = `
|
|||
|
||||
exports[`molecules::AddressCard > renderes the address label. 1`] = `
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91"
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
|
||||
>
|
||||
Primary Address
|
||||
</div>
|
||||
|
@ -25,12 +25,12 @@ exports[`molecules::AddressCard > renders without exploding 1`] = `
|
|||
class="mantine-Stack-root mantine-DetailItem-root mantine-Group-child mantine-1a4fzbd"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91"
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
|
||||
>
|
||||
Address label
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-oat2gy"
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-1tq817k"
|
||||
>
|
||||
<div
|
||||
class="mantine-Group-root mantine-1i932k4"
|
||||
|
@ -44,12 +44,12 @@ exports[`molecules::AddressCard > renders without exploding 1`] = `
|
|||
class="mantine-Group-root mantine-Group-child mantine-ze53qg"
|
||||
>
|
||||
<a
|
||||
class="mantine-Text-root mantine-Anchor-root mantine-Group-child mantine-1yvb6qd"
|
||||
class="mantine-Text-root mantine-Anchor-root mantine-Group-child mantine-odvvvx"
|
||||
>
|
||||
Copy
|
||||
</a>
|
||||
<a
|
||||
class="mantine-Text-root mantine-Anchor-root mantine-Group-child mantine-1yvb6qd"
|
||||
class="mantine-Text-root mantine-Anchor-root mantine-Group-child mantine-odvvvx"
|
||||
>
|
||||
QR
|
||||
</a>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
exports[`molecules::AddPaymentMethodButton > renders without exploding 1`] = `
|
||||
<DocumentFragment>
|
||||
<button
|
||||
class="mantine-UnstyledButton-root mantine-17b3lsu"
|
||||
class="mantine-UnstyledButton-root mantine-eowpmc"
|
||||
type="button"
|
||||
>
|
||||
<svg
|
||||
|
|
|
@ -32,13 +32,13 @@ exports[`molecules::PaymentMethodCard > renders without exploding 1`] = `
|
|||
/>
|
||||
</svg>
|
||||
<div
|
||||
class="mantine-Text-root mantine-Group-child mantine-xrxbf2"
|
||||
class="mantine-Text-root mantine-Group-child mantine-1hqopbt"
|
||||
>
|
||||
BTC
|
||||
</div>
|
||||
</div>
|
||||
<button
|
||||
class="mantine-UnstyledButton-root mantine-Group-child mantine-1e6tu8r"
|
||||
class="mantine-UnstyledButton-root mantine-Group-child mantine-19cytdf"
|
||||
type="button"
|
||||
>
|
||||
<svg
|
||||
|
@ -57,7 +57,7 @@ exports[`molecules::PaymentMethodCard > renders without exploding 1`] = `
|
|||
</button>
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-17kke86"
|
||||
class="mantine-Text-root mantine-1ujh5f3"
|
||||
>
|
||||
01234567abcdef
|
||||
</div>
|
||||
|
|
|
@ -6,12 +6,12 @@ exports[`molecules::ReadyToUse > renders without exploding 1`] = `
|
|||
class="mantine-Stack-root mantine-lfk3cq"
|
||||
>
|
||||
<h1
|
||||
class="mantine-Title-root mantine-xz2ygd"
|
||||
class="mantine-Title-root mantine-1krktmh"
|
||||
>
|
||||
Haveno is ready for use.
|
||||
</h1>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1w4ewzw"
|
||||
class="mantine-Text-root mantine-8at25l"
|
||||
>
|
||||
You’ve succesfully set up Haveno. Please note that to be able to trade, you need to deposit Monero in your Haveno wallet and set up a payment account.
|
||||
</div>
|
||||
|
@ -22,7 +22,7 @@ exports[`molecules::ReadyToUse > renders without exploding 1`] = `
|
|||
class="mantine-Group-root mantine-19jxmdp"
|
||||
>
|
||||
<button
|
||||
class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-1bqp2m7"
|
||||
class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-1hjgevl"
|
||||
type="submit"
|
||||
>
|
||||
<div
|
||||
|
|
|
@ -6,45 +6,45 @@ exports[`molecules::SecondarySidebar > renders without exploding 1`] = `
|
|||
class="mantine-Stack-root mantine-lfk3cq"
|
||||
>
|
||||
<nav
|
||||
class="mantine-Navbar-root mantine-vf15cs"
|
||||
class="mantine-Navbar-root mantine-k1d20c"
|
||||
>
|
||||
<button
|
||||
class="mantine-UnstyledButton-root mantine-8x6xy1"
|
||||
class="mantine-UnstyledButton-root mantine-sfl8nt"
|
||||
type="button"
|
||||
>
|
||||
<div
|
||||
class="mantine-Group-root mantine-2jlg77"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-Group-child mantine-1c1t80j"
|
||||
class="mantine-Text-root mantine-Group-child mantine-1ayoq5h"
|
||||
>
|
||||
Active item
|
||||
</div>
|
||||
</div>
|
||||
</button>
|
||||
<button
|
||||
class="mantine-UnstyledButton-root mantine-1us1eqc"
|
||||
class="mantine-UnstyledButton-root mantine-ja4sdk"
|
||||
type="button"
|
||||
>
|
||||
<div
|
||||
class="mantine-Group-root mantine-2jlg77"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-Group-child mantine-17vcv21"
|
||||
class="mantine-Text-root mantine-Group-child mantine-toslzp"
|
||||
>
|
||||
Inactive item
|
||||
</div>
|
||||
</div>
|
||||
</button>
|
||||
<button
|
||||
class="mantine-UnstyledButton-root mantine-8x6xy1"
|
||||
class="mantine-UnstyledButton-root mantine-sfl8nt"
|
||||
type="button"
|
||||
>
|
||||
<div
|
||||
class="mantine-Group-root mantine-2jlg77"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-Group-child mantine-1c1t80j"
|
||||
class="mantine-Text-root mantine-Group-child mantine-1ayoq5h"
|
||||
>
|
||||
Active item
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
exports[`molecules::Table > renders without exploding. 1`] = `
|
||||
<DocumentFragment>
|
||||
<table
|
||||
class="mantine-Table-root mantine-1uvqbeb"
|
||||
class="mantine-Table-root mantine-16nz4s2"
|
||||
>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -9,12 +9,12 @@ exports[`molecules::WalletBalance > renders after loading data 1`] = `
|
|||
class="mantine-Stack-root mantine-Group-child mantine-1vgxq13"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1l9p15c"
|
||||
class="mantine-Text-root mantine-hbkn2v"
|
||||
>
|
||||
Available Balance
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1azyhhz"
|
||||
class="mantine-Text-root mantine-1swgem8"
|
||||
>
|
||||
0.00
|
||||
</div>
|
||||
|
@ -23,12 +23,12 @@ exports[`molecules::WalletBalance > renders after loading data 1`] = `
|
|||
class="mantine-Stack-root mantine-Group-child mantine-1vgxq13"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1l9p15c"
|
||||
class="mantine-Text-root mantine-hbkn2v"
|
||||
>
|
||||
Locked Funds
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1azyhhz"
|
||||
class="mantine-Text-root mantine-1swgem8"
|
||||
>
|
||||
12.00
|
||||
</div>
|
||||
|
@ -37,12 +37,12 @@ exports[`molecules::WalletBalance > renders after loading data 1`] = `
|
|||
class="mantine-Stack-root mantine-Group-child mantine-1vgxq13"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1l9p15c"
|
||||
class="mantine-Text-root mantine-hbkn2v"
|
||||
>
|
||||
Reserved Funds
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1azyhhz"
|
||||
class="mantine-Text-root mantine-1swgem8"
|
||||
>
|
||||
0.00
|
||||
</div>
|
||||
|
@ -60,12 +60,12 @@ exports[`molecules::WalletBalance > renders loading state 1`] = `
|
|||
class="mantine-Stack-root mantine-Group-child mantine-1vgxq13"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1l9p15c"
|
||||
class="mantine-Text-root mantine-hbkn2v"
|
||||
>
|
||||
Available Balance
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1azyhhz"
|
||||
class="mantine-Text-root mantine-1swgem8"
|
||||
>
|
||||
0.00
|
||||
</div>
|
||||
|
@ -74,12 +74,12 @@ exports[`molecules::WalletBalance > renders loading state 1`] = `
|
|||
class="mantine-Stack-root mantine-Group-child mantine-1vgxq13"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1l9p15c"
|
||||
class="mantine-Text-root mantine-hbkn2v"
|
||||
>
|
||||
Locked Funds
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1azyhhz"
|
||||
class="mantine-Text-root mantine-1swgem8"
|
||||
>
|
||||
12.00
|
||||
</div>
|
||||
|
@ -88,12 +88,12 @@ exports[`molecules::WalletBalance > renders loading state 1`] = `
|
|||
class="mantine-Stack-root mantine-Group-child mantine-1vgxq13"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1l9p15c"
|
||||
class="mantine-Text-root mantine-hbkn2v"
|
||||
>
|
||||
Reserved Funds
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1azyhhz"
|
||||
class="mantine-Text-root mantine-1swgem8"
|
||||
>
|
||||
0.00
|
||||
</div>
|
||||
|
|
|
@ -6,7 +6,7 @@ exports[`molecules::AccountSidebar > renders without exploding 1`] = `
|
|||
class="mantine-37r7j5"
|
||||
>
|
||||
<h3
|
||||
class="mantine-Title-root mantine-19bfor4"
|
||||
class="mantine-Title-root mantine-dpnfrz"
|
||||
>
|
||||
Account
|
||||
</h3>
|
||||
|
@ -14,73 +14,73 @@ exports[`molecules::AccountSidebar > renders without exploding 1`] = `
|
|||
class="mantine-Stack-root mantine-lfk3cq"
|
||||
>
|
||||
<nav
|
||||
class="mantine-Navbar-root mantine-vf15cs"
|
||||
class="mantine-Navbar-root mantine-k1d20c"
|
||||
>
|
||||
<button
|
||||
class="mantine-UnstyledButton-root mantine-1us1eqc"
|
||||
class="mantine-UnstyledButton-root mantine-ja4sdk"
|
||||
type="button"
|
||||
>
|
||||
<div
|
||||
class="mantine-Group-root mantine-2jlg77"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-Group-child mantine-17vcv21"
|
||||
class="mantine-Text-root mantine-Group-child mantine-toslzp"
|
||||
>
|
||||
Payment Accounts
|
||||
</div>
|
||||
</div>
|
||||
</button>
|
||||
<button
|
||||
class="mantine-UnstyledButton-root mantine-1us1eqc"
|
||||
class="mantine-UnstyledButton-root mantine-ja4sdk"
|
||||
type="button"
|
||||
>
|
||||
<div
|
||||
class="mantine-Group-root mantine-2jlg77"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-Group-child mantine-17vcv21"
|
||||
class="mantine-Text-root mantine-Group-child mantine-toslzp"
|
||||
>
|
||||
Node Settings
|
||||
</div>
|
||||
</div>
|
||||
</button>
|
||||
<button
|
||||
class="mantine-UnstyledButton-root mantine-1us1eqc"
|
||||
class="mantine-UnstyledButton-root mantine-ja4sdk"
|
||||
type="button"
|
||||
>
|
||||
<div
|
||||
class="mantine-Group-root mantine-2jlg77"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-Group-child mantine-17vcv21"
|
||||
class="mantine-Text-root mantine-Group-child mantine-toslzp"
|
||||
>
|
||||
Security
|
||||
</div>
|
||||
</div>
|
||||
</button>
|
||||
<button
|
||||
class="mantine-UnstyledButton-root mantine-1us1eqc"
|
||||
class="mantine-UnstyledButton-root mantine-ja4sdk"
|
||||
type="button"
|
||||
>
|
||||
<div
|
||||
class="mantine-Group-root mantine-2jlg77"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-Group-child mantine-17vcv21"
|
||||
class="mantine-Text-root mantine-Group-child mantine-toslzp"
|
||||
>
|
||||
Wallet
|
||||
</div>
|
||||
</div>
|
||||
</button>
|
||||
<button
|
||||
class="mantine-UnstyledButton-root mantine-1us1eqc"
|
||||
class="mantine-UnstyledButton-root mantine-ja4sdk"
|
||||
type="button"
|
||||
>
|
||||
<div
|
||||
class="mantine-Group-root mantine-2jlg77"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-Group-child mantine-17vcv21"
|
||||
class="mantine-Text-root mantine-Group-child mantine-toslzp"
|
||||
>
|
||||
Backup
|
||||
</div>
|
||||
|
|
|
@ -10,7 +10,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
|
|||
class="mantine-Stack-root mantine-lfk3cq"
|
||||
>
|
||||
<div
|
||||
class="mantine-TextInput-root mantine-18udhi"
|
||||
class="mantine-TextInput-root mantine-1m3pqry"
|
||||
>
|
||||
<label
|
||||
class="mantine-TextInput-label mantine-7802ha"
|
||||
|
@ -19,6 +19,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
|
|||
>
|
||||
Node address
|
||||
<span
|
||||
aria-hidden="true"
|
||||
class="mantine-1m203yh mantine-TextInput-required"
|
||||
>
|
||||
*
|
||||
|
@ -30,7 +31,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
|
|||
<input
|
||||
aria-invalid="false"
|
||||
aria-label="Node address"
|
||||
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-dagq8e"
|
||||
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-yxlzy5"
|
||||
id="address"
|
||||
required=""
|
||||
type="text"
|
||||
|
@ -39,7 +40,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
|
|||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="mantine-TextInput-root mantine-18udhi"
|
||||
class="mantine-TextInput-root mantine-1m3pqry"
|
||||
>
|
||||
<label
|
||||
class="mantine-TextInput-label mantine-7802ha"
|
||||
|
@ -48,6 +49,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
|
|||
>
|
||||
Port
|
||||
<span
|
||||
aria-hidden="true"
|
||||
class="mantine-1m203yh mantine-TextInput-required"
|
||||
>
|
||||
*
|
||||
|
@ -59,7 +61,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
|
|||
<input
|
||||
aria-invalid="false"
|
||||
aria-label="Port"
|
||||
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-dagq8e"
|
||||
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-yxlzy5"
|
||||
id="port"
|
||||
required=""
|
||||
type="text"
|
||||
|
@ -68,7 +70,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
|
|||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="mantine-TextInput-root mantine-18udhi"
|
||||
class="mantine-TextInput-root mantine-1m3pqry"
|
||||
>
|
||||
<label
|
||||
class="mantine-TextInput-label mantine-7802ha"
|
||||
|
@ -82,7 +84,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
|
|||
>
|
||||
<input
|
||||
aria-invalid="false"
|
||||
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-dagq8e"
|
||||
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-yxlzy5"
|
||||
id="user"
|
||||
type="text"
|
||||
value=""
|
||||
|
@ -90,7 +92,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
|
|||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="mantine-PasswordInput-root mantine-18udhi"
|
||||
class="mantine-PasswordInput-root mantine-1m3pqry"
|
||||
>
|
||||
<label
|
||||
class="mantine-PasswordInput-label mantine-7802ha"
|
||||
|
@ -104,10 +106,10 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
|
|||
>
|
||||
<div
|
||||
aria-invalid="false"
|
||||
class="mantine-PasswordInput-defaultVariant mantine-PasswordInput-input mantine-PasswordInput-input mantine-1i2duzg"
|
||||
class="mantine-PasswordInput-defaultVariant mantine-PasswordInput-input mantine-PasswordInput-input mantine-1fntf85"
|
||||
>
|
||||
<input
|
||||
class="mantine-PasswordInput-innerInput mantine-1bj8gkk"
|
||||
class="mantine-PasswordInput-innerInput mantine-u0eqyi"
|
||||
id="password"
|
||||
type="password"
|
||||
value=""
|
||||
|
@ -118,7 +120,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
|
|||
>
|
||||
<button
|
||||
aria-hidden="true"
|
||||
class="mantine-ActionIcon-hover mantine-ActionIcon-root mantine-PasswordInput-visibilityToggle mantine-vao037"
|
||||
class="mantine-ActionIcon-hover mantine-ActionIcon-root mantine-PasswordInput-visibilityToggle mantine-1vhreye"
|
||||
tabindex="-1"
|
||||
type="button"
|
||||
>
|
||||
|
@ -147,7 +149,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
|
|||
class="mantine-Group-root mantine-147cgkf"
|
||||
>
|
||||
<button
|
||||
class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-1bqp2m7"
|
||||
class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-1hjgevl"
|
||||
type="submit"
|
||||
>
|
||||
<div
|
||||
|
@ -173,7 +175,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
|
|||
class="mantine-Stack-root mantine-ngu3vw"
|
||||
>
|
||||
<h3
|
||||
class="mantine-Title-root mantine-ha7ih2"
|
||||
class="mantine-Title-root mantine-biockz"
|
||||
>
|
||||
Add a new node
|
||||
</h3>
|
||||
|
@ -182,7 +184,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
|
|||
class="mantine-Stack-root mantine-lfk3cq"
|
||||
>
|
||||
<div
|
||||
class="mantine-TextInput-root mantine-18udhi"
|
||||
class="mantine-TextInput-root mantine-1m3pqry"
|
||||
>
|
||||
<label
|
||||
class="mantine-TextInput-label mantine-7802ha"
|
||||
|
@ -191,6 +193,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
|
|||
>
|
||||
Node address
|
||||
<span
|
||||
aria-hidden="true"
|
||||
class="mantine-1m203yh mantine-TextInput-required"
|
||||
>
|
||||
*
|
||||
|
@ -202,7 +205,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
|
|||
<input
|
||||
aria-invalid="false"
|
||||
aria-label="Node address"
|
||||
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-dagq8e"
|
||||
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-yxlzy5"
|
||||
id="address"
|
||||
required=""
|
||||
type="text"
|
||||
|
@ -211,7 +214,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
|
|||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="mantine-TextInput-root mantine-18udhi"
|
||||
class="mantine-TextInput-root mantine-1m3pqry"
|
||||
>
|
||||
<label
|
||||
class="mantine-TextInput-label mantine-7802ha"
|
||||
|
@ -220,6 +223,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
|
|||
>
|
||||
Port
|
||||
<span
|
||||
aria-hidden="true"
|
||||
class="mantine-1m203yh mantine-TextInput-required"
|
||||
>
|
||||
*
|
||||
|
@ -231,7 +235,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
|
|||
<input
|
||||
aria-invalid="false"
|
||||
aria-label="Port"
|
||||
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-dagq8e"
|
||||
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-yxlzy5"
|
||||
id="port"
|
||||
required=""
|
||||
type="text"
|
||||
|
@ -240,7 +244,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
|
|||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="mantine-TextInput-root mantine-18udhi"
|
||||
class="mantine-TextInput-root mantine-1m3pqry"
|
||||
>
|
||||
<label
|
||||
class="mantine-TextInput-label mantine-7802ha"
|
||||
|
@ -254,7 +258,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
|
|||
>
|
||||
<input
|
||||
aria-invalid="false"
|
||||
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-dagq8e"
|
||||
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-yxlzy5"
|
||||
id="user"
|
||||
type="text"
|
||||
value=""
|
||||
|
@ -262,7 +266,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
|
|||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="mantine-PasswordInput-root mantine-18udhi"
|
||||
class="mantine-PasswordInput-root mantine-1m3pqry"
|
||||
>
|
||||
<label
|
||||
class="mantine-PasswordInput-label mantine-7802ha"
|
||||
|
@ -276,10 +280,10 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
|
|||
>
|
||||
<div
|
||||
aria-invalid="false"
|
||||
class="mantine-PasswordInput-defaultVariant mantine-PasswordInput-input mantine-PasswordInput-input mantine-1i2duzg"
|
||||
class="mantine-PasswordInput-defaultVariant mantine-PasswordInput-input mantine-PasswordInput-input mantine-1fntf85"
|
||||
>
|
||||
<input
|
||||
class="mantine-PasswordInput-innerInput mantine-1bj8gkk"
|
||||
class="mantine-PasswordInput-innerInput mantine-u0eqyi"
|
||||
id="password"
|
||||
type="password"
|
||||
value=""
|
||||
|
@ -290,7 +294,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
|
|||
>
|
||||
<button
|
||||
aria-hidden="true"
|
||||
class="mantine-ActionIcon-hover mantine-ActionIcon-root mantine-PasswordInput-visibilityToggle mantine-vao037"
|
||||
class="mantine-ActionIcon-hover mantine-ActionIcon-root mantine-PasswordInput-visibilityToggle mantine-1vhreye"
|
||||
tabindex="-1"
|
||||
type="button"
|
||||
>
|
||||
|
@ -319,7 +323,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
|
|||
class="mantine-Group-root mantine-147cgkf"
|
||||
>
|
||||
<button
|
||||
class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-1bqp2m7"
|
||||
class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-1hjgevl"
|
||||
type="submit"
|
||||
>
|
||||
<div
|
||||
|
|
|
@ -10,7 +10,7 @@ exports[`organisms::AddPaymentMethod > renders without exploding 1`] = `
|
|||
class="mantine-Stack-root mantine-1i7neaa"
|
||||
>
|
||||
<div
|
||||
class="mantine-Select-root mantine-18udhi"
|
||||
class="mantine-Select-root mantine-1m3pqry"
|
||||
>
|
||||
<label
|
||||
class="mantine-Select-label mantine-7802ha"
|
||||
|
@ -23,7 +23,6 @@ exports[`organisms::AddPaymentMethod > renders without exploding 1`] = `
|
|||
aria-controls="currency"
|
||||
aria-expanded="false"
|
||||
aria-haspopup="listbox"
|
||||
aria-owns="currency-items"
|
||||
role="combobox"
|
||||
tabindex="-1"
|
||||
>
|
||||
|
@ -37,13 +36,13 @@ exports[`organisms::AddPaymentMethod > renders without exploding 1`] = `
|
|||
<input
|
||||
aria-autocomplete="list"
|
||||
aria-invalid="false"
|
||||
autocomplete="nope"
|
||||
class="mantine-Select-defaultVariant mantine-Select-input mantine-93d3e4"
|
||||
autocomplete="off"
|
||||
class="mantine-Select-defaultVariant mantine-Select-input mantine-1ihdofq"
|
||||
data-mantine-stop-propagation="false"
|
||||
id="currency"
|
||||
placeholder="Pick one"
|
||||
readonly=""
|
||||
type="text"
|
||||
type="search"
|
||||
value=""
|
||||
/>
|
||||
<div
|
||||
|
@ -77,7 +76,7 @@ exports[`organisms::AddPaymentMethod > renders without exploding 1`] = `
|
|||
style="opacity: 0; transition: opacity 200ms ease;"
|
||||
>
|
||||
<div
|
||||
class="mantine-Select-root mantine-18udhi"
|
||||
class="mantine-Select-root mantine-1m3pqry"
|
||||
>
|
||||
<label
|
||||
class="mantine-Select-label mantine-7802ha"
|
||||
|
@ -90,7 +89,6 @@ exports[`organisms::AddPaymentMethod > renders without exploding 1`] = `
|
|||
aria-controls="paymentMethod"
|
||||
aria-expanded="false"
|
||||
aria-haspopup="listbox"
|
||||
aria-owns="paymentMethod-items"
|
||||
role="combobox"
|
||||
tabindex="-1"
|
||||
>
|
||||
|
@ -104,12 +102,12 @@ exports[`organisms::AddPaymentMethod > renders without exploding 1`] = `
|
|||
<input
|
||||
aria-autocomplete="list"
|
||||
aria-invalid="false"
|
||||
autocomplete="nope"
|
||||
class="mantine-Select-defaultVariant mantine-Select-input mantine-16ko5f2"
|
||||
autocomplete="off"
|
||||
class="mantine-Select-defaultVariant mantine-Select-input mantine-1c1daci"
|
||||
data-mantine-stop-propagation="false"
|
||||
id="paymentMethod"
|
||||
placeholder="Pick one"
|
||||
type="text"
|
||||
type="search"
|
||||
value=""
|
||||
/>
|
||||
<div
|
||||
|
@ -145,7 +143,7 @@ exports[`organisms::AddPaymentMethod > renders without exploding 1`] = `
|
|||
style="opacity: 0; transition: opacity 200ms ease;"
|
||||
>
|
||||
<div
|
||||
class="mantine-TextInput-root mantine-18udhi"
|
||||
class="mantine-TextInput-root mantine-1m3pqry"
|
||||
>
|
||||
<label
|
||||
class="mantine-TextInput-label mantine-7802ha"
|
||||
|
@ -159,7 +157,7 @@ exports[`organisms::AddPaymentMethod > renders without exploding 1`] = `
|
|||
>
|
||||
<input
|
||||
aria-invalid="false"
|
||||
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-dagq8e"
|
||||
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-yxlzy5"
|
||||
id="accountNumber"
|
||||
type="text"
|
||||
value=""
|
||||
|
@ -172,7 +170,7 @@ exports[`organisms::AddPaymentMethod > renders without exploding 1`] = `
|
|||
class="mantine-Group-root mantine-mk7hdv"
|
||||
>
|
||||
<button
|
||||
class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-1bqp2m7"
|
||||
class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-1hjgevl"
|
||||
type="submit"
|
||||
>
|
||||
<div
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
exports[`molecules::MarketOffersTable > renders without exploding. 1`] = `
|
||||
<DocumentFragment>
|
||||
<table
|
||||
class="mantine-Table-root mantine-1ei5v84"
|
||||
class="mantine-Table-root mantine-shky0d"
|
||||
>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -42,12 +42,12 @@ exports[`molecules::MarketOffersTable > renders without exploding. 1`] = `
|
|||
class="mantine-Group-root mantine-1lumg83"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-Group-child mantine-1h17kkk"
|
||||
class="mantine-Text-root mantine-Group-child mantine-1yy4n5b"
|
||||
>
|
||||
€5,000.96
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-Group-child mantine-1qscdi2"
|
||||
class="mantine-Text-root mantine-Group-child mantine-fvwhc7"
|
||||
>
|
||||
12%
|
||||
</div>
|
||||
|
@ -57,7 +57,7 @@ exports[`molecules::MarketOffersTable > renders without exploding. 1`] = `
|
|||
style="width: 400px;"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-ix3vgq"
|
||||
class="mantine-Text-root mantine-1o3tzv8"
|
||||
>
|
||||
XMR 7,564.94
|
||||
</div>
|
||||
|
@ -66,7 +66,7 @@ exports[`molecules::MarketOffersTable > renders without exploding. 1`] = `
|
|||
style="width: 400px;"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-ix3vgq"
|
||||
class="mantine-Text-root mantine-1o3tzv8"
|
||||
>
|
||||
$532.34
|
||||
</div>
|
||||
|
@ -75,7 +75,7 @@ exports[`molecules::MarketOffersTable > renders without exploding. 1`] = `
|
|||
style="width: 400px;"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-ix3vgq"
|
||||
class="mantine-Text-root mantine-1o3tzv8"
|
||||
>
|
||||
Bitcoin
|
||||
</div>
|
||||
|
@ -89,12 +89,12 @@ exports[`molecules::MarketOffersTable > renders without exploding. 1`] = `
|
|||
class="mantine-Group-root mantine-1lumg83"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-Group-child mantine-1h17kkk"
|
||||
class="mantine-Text-root mantine-Group-child mantine-1yy4n5b"
|
||||
>
|
||||
€9,637.41
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-Group-child mantine-1qscdi2"
|
||||
class="mantine-Text-root mantine-Group-child mantine-fvwhc7"
|
||||
>
|
||||
15%
|
||||
</div>
|
||||
|
@ -104,7 +104,7 @@ exports[`molecules::MarketOffersTable > renders without exploding. 1`] = `
|
|||
style="width: 400px;"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-ix3vgq"
|
||||
class="mantine-Text-root mantine-1o3tzv8"
|
||||
>
|
||||
XMR 6,483.23
|
||||
</div>
|
||||
|
@ -113,7 +113,7 @@ exports[`molecules::MarketOffersTable > renders without exploding. 1`] = `
|
|||
style="width: 400px;"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-ix3vgq"
|
||||
class="mantine-Text-root mantine-1o3tzv8"
|
||||
>
|
||||
$983.32
|
||||
</div>
|
||||
|
@ -122,7 +122,7 @@ exports[`molecules::MarketOffersTable > renders without exploding. 1`] = `
|
|||
style="width: 400px;"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-ix3vgq"
|
||||
class="mantine-Text-root mantine-1o3tzv8"
|
||||
>
|
||||
Altcoins
|
||||
</div>
|
||||
|
|
|
@ -45,12 +45,12 @@ exports[`organisms::MoneroBalance > renders without exploding. 1`] = `
|
|||
class="mantine-Stack-root mantine-DetailItem-root mantine-Group-child mantine-2d5onn"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-1mkytp"
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-8r3ub3"
|
||||
>
|
||||
Balance
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-17mq3ni"
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-m3tadk"
|
||||
>
|
||||
10.20
|
||||
</div>
|
||||
|
|
|
@ -46,12 +46,12 @@ exports[`organisms::MyWalletMoneroBalance > renders without exploding 1`] = `
|
|||
data-testid="total-balance"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91"
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
|
||||
>
|
||||
Total Balance
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-oat2gy"
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-1tq817k"
|
||||
>
|
||||
1,000.10
|
||||
</div>
|
||||
|
@ -61,12 +61,12 @@ exports[`organisms::MyWalletMoneroBalance > renders without exploding 1`] = `
|
|||
data-testid="available-balance"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91"
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
|
||||
>
|
||||
Available Balance
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-oat2gy"
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-1tq817k"
|
||||
>
|
||||
8,000.65
|
||||
</div>
|
||||
|
@ -76,12 +76,12 @@ exports[`organisms::MyWalletMoneroBalance > renders without exploding 1`] = `
|
|||
data-testid="reserved-funds"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91"
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
|
||||
>
|
||||
Reserved Funds
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-oat2gy"
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-1tq817k"
|
||||
>
|
||||
74,610.1236
|
||||
</div>
|
||||
|
@ -91,12 +91,12 @@ exports[`organisms::MyWalletMoneroBalance > renders without exploding 1`] = `
|
|||
data-testid="locked-funds"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91"
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
|
||||
>
|
||||
Locked Funds
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-oat2gy"
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-1tq817k"
|
||||
>
|
||||
90,371.161239
|
||||
</div>
|
||||
|
|
|
@ -45,12 +45,12 @@ exports[`organisms::MyWalletMeneroBalanceSkeleton > renders without exploding 1`
|
|||
class="mantine-Stack-root mantine-DetailItem-root mantine-Group-child mantine-2d5onn"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91"
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
|
||||
>
|
||||
Total Balance
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-oat2gy"
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-1tq817k"
|
||||
>
|
||||
<div
|
||||
class="mantine-Skeleton-root mantine-Skeleton-visible mantine-12edv24"
|
||||
|
@ -61,12 +61,12 @@ exports[`organisms::MyWalletMeneroBalanceSkeleton > renders without exploding 1`
|
|||
class="mantine-Stack-root mantine-DetailItem-root mantine-Group-child mantine-2d5onn"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91"
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
|
||||
>
|
||||
Available Balance
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-oat2gy"
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-1tq817k"
|
||||
>
|
||||
<div
|
||||
class="mantine-Skeleton-root mantine-Skeleton-visible mantine-12edv24"
|
||||
|
@ -77,12 +77,12 @@ exports[`organisms::MyWalletMeneroBalanceSkeleton > renders without exploding 1`
|
|||
class="mantine-Stack-root mantine-DetailItem-root mantine-Group-child mantine-2d5onn"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91"
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
|
||||
>
|
||||
Reserved Funds
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-oat2gy"
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-1tq817k"
|
||||
>
|
||||
<div
|
||||
class="mantine-Skeleton-root mantine-Skeleton-visible mantine-12edv24"
|
||||
|
@ -93,12 +93,12 @@ exports[`organisms::MyWalletMeneroBalanceSkeleton > renders without exploding 1`
|
|||
class="mantine-Stack-root mantine-DetailItem-root mantine-Group-child mantine-2d5onn"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91"
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
|
||||
>
|
||||
Locked Funds
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-oat2gy"
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-1tq817k"
|
||||
>
|
||||
<div
|
||||
class="mantine-Skeleton-root mantine-Skeleton-visible mantine-12edv24"
|
||||
|
|
|
@ -9,12 +9,12 @@ exports[`organisms::MyWalletPrimaryAddress > renders without exploding 1`] = `
|
|||
class="mantine-Stack-root mantine-DetailItem-root mantine-Group-child mantine-1a4fzbd"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91"
|
||||
class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
|
||||
>
|
||||
Primary Address
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-oat2gy"
|
||||
class="mantine-Text-root mantine-DetailItem-content mantine-1tq817k"
|
||||
>
|
||||
<div
|
||||
class="mantine-Group-root mantine-1i932k4"
|
||||
|
@ -28,12 +28,12 @@ exports[`organisms::MyWalletPrimaryAddress > renders without exploding 1`] = `
|
|||
class="mantine-Group-root mantine-Group-child mantine-ze53qg"
|
||||
>
|
||||
<a
|
||||
class="mantine-Text-root mantine-Anchor-root mantine-Group-child mantine-1yvb6qd"
|
||||
class="mantine-Text-root mantine-Anchor-root mantine-Group-child mantine-odvvvx"
|
||||
>
|
||||
Copy
|
||||
</a>
|
||||
<a
|
||||
class="mantine-Text-root mantine-Anchor-root mantine-Group-child mantine-1yvb6qd"
|
||||
class="mantine-Text-root mantine-Anchor-root mantine-Group-child mantine-odvvvx"
|
||||
>
|
||||
QR
|
||||
</a>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
exports[`organisms::MyWalletMoneroBalance > renders without exploding. 1`] = `
|
||||
<DocumentFragment>
|
||||
<table
|
||||
class="mantine-Table-root mantine-u2os4d"
|
||||
class="mantine-Table-root mantine-qaazp5"
|
||||
>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
@ -34,7 +34,7 @@ exports[`organisms::MyWalletMoneroBalance > renders without exploding. 1`] = `
|
|||
class="mantine-Group-child mantine-1oprzqz"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-3v9dod"
|
||||
class="mantine-Text-root mantine-8y7ope"
|
||||
>
|
||||
Received
|
||||
</div>
|
||||
|
@ -42,12 +42,12 @@ exports[`organisms::MyWalletMoneroBalance > renders without exploding. 1`] = `
|
|||
class="mantine-Group-root mantine-bhsibn"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-Group-child mantine-e2rvui"
|
||||
class="mantine-Text-root mantine-Group-child mantine-8uy9kb"
|
||||
>
|
||||
7:34 PM
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-Group-child mantine-e2rvui"
|
||||
class="mantine-Text-root mantine-Group-child mantine-8uy9kb"
|
||||
>
|
||||
May 26, 2022
|
||||
</div>
|
||||
|
@ -62,7 +62,7 @@ exports[`organisms::MyWalletMoneroBalance > renders without exploding. 1`] = `
|
|||
class="mantine-Stack-root mantine-1yjxaby"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-3v9dod"
|
||||
class="mantine-Text-root mantine-8y7ope"
|
||||
>
|
||||
XMR 10,000.00
|
||||
</div>
|
||||
|
|
|
@ -28,7 +28,7 @@ exports[`molecules::Navbar > renders without exploding 1`] = `
|
|||
href="#/"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-dnz1r0"
|
||||
class="mantine-Text-root mantine-8jknfx"
|
||||
>
|
||||
Dashboard
|
||||
</div>
|
||||
|
@ -38,7 +38,7 @@ exports[`molecules::Navbar > renders without exploding 1`] = `
|
|||
href="#/markets"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-dnz1r0"
|
||||
class="mantine-Text-root mantine-8jknfx"
|
||||
>
|
||||
Market
|
||||
</div>
|
||||
|
@ -48,7 +48,7 @@ exports[`molecules::Navbar > renders without exploding 1`] = `
|
|||
href="#/my-offers"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-dnz1r0"
|
||||
class="mantine-Text-root mantine-8jknfx"
|
||||
>
|
||||
My Offers
|
||||
</div>
|
||||
|
@ -58,7 +58,7 @@ exports[`molecules::Navbar > renders without exploding 1`] = `
|
|||
href="#/my-trades"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-dnz1r0"
|
||||
class="mantine-Text-root mantine-8jknfx"
|
||||
>
|
||||
My Trades
|
||||
</div>
|
||||
|
@ -68,7 +68,7 @@ exports[`molecules::Navbar > renders without exploding 1`] = `
|
|||
href="#/my-wallet"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-dnz1r0"
|
||||
class="mantine-Text-root mantine-8jknfx"
|
||||
>
|
||||
Wallet
|
||||
</div>
|
||||
|
@ -90,13 +90,13 @@ exports[`molecules::Navbar > renders without exploding 1`] = `
|
|||
class="mantine-Group-child mantine-1mmj0t1"
|
||||
/>
|
||||
<div
|
||||
class="mantine-Text-root mantine-Group-child mantine-1bxawp9"
|
||||
class="mantine-Text-root mantine-Group-child mantine-17p1w3"
|
||||
>
|
||||
Not Synced
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1azyhhz"
|
||||
class="mantine-Text-root mantine-1swgem8"
|
||||
>
|
||||
node.sethforprivacy.com
|
||||
</div>
|
||||
|
@ -108,7 +108,7 @@ exports[`molecules::Navbar > renders without exploding 1`] = `
|
|||
class="mantine-Stack-root mantine-Group-child mantine-1vgxq13"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1l9p15c"
|
||||
class="mantine-Text-root mantine-hbkn2v"
|
||||
>
|
||||
Available Balance
|
||||
</div>
|
||||
|
@ -120,7 +120,7 @@ exports[`molecules::Navbar > renders without exploding 1`] = `
|
|||
class="mantine-Stack-root mantine-Group-child mantine-1vgxq13"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1l9p15c"
|
||||
class="mantine-Text-root mantine-hbkn2v"
|
||||
>
|
||||
Locked Funds
|
||||
</div>
|
||||
|
@ -132,7 +132,7 @@ exports[`molecules::Navbar > renders without exploding 1`] = `
|
|||
class="mantine-Stack-root mantine-Group-child mantine-1vgxq13"
|
||||
>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1l9p15c"
|
||||
class="mantine-Text-root mantine-hbkn2v"
|
||||
>
|
||||
Reserved Funds
|
||||
</div>
|
||||
|
|
|
@ -9,21 +9,21 @@ exports[`organisms::SetPassword > renders without exploding 1`] = `
|
|||
class="mantine-Stack-root mantine-lfk3cq"
|
||||
>
|
||||
<div
|
||||
class="mantine-Container-root mantine-me1cdz"
|
||||
class="mantine-Container-root mantine-15pjuqq"
|
||||
>
|
||||
<h1
|
||||
class="mantine-Title-root mantine-1rawl7h"
|
||||
class="mantine-Title-root mantine-10yhpe6"
|
||||
>
|
||||
Create password
|
||||
</h1>
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1ourfup"
|
||||
class="mantine-Text-root mantine-1xgwjc0"
|
||||
>
|
||||
All your data is stored locally on your machine. Haveno uses solely a password.
|
||||
</div>
|
||||
<div
|
||||
class="mantine-TextInput-root mantine-14qek68"
|
||||
class="mantine-TextInput-root mantine-1u48g6v"
|
||||
>
|
||||
<label
|
||||
class="mantine-TextInput-label mantine-1bjo575"
|
||||
|
@ -38,7 +38,7 @@ exports[`organisms::SetPassword > renders without exploding 1`] = `
|
|||
<input
|
||||
aria-invalid="false"
|
||||
aria-label="Enter password"
|
||||
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-nk8491"
|
||||
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-170eizj"
|
||||
id="password"
|
||||
tabindex="1"
|
||||
type="password"
|
||||
|
@ -47,7 +47,7 @@ exports[`organisms::SetPassword > renders without exploding 1`] = `
|
|||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="mantine-TextInput-root mantine-14qek68"
|
||||
class="mantine-TextInput-root mantine-1u48g6v"
|
||||
>
|
||||
<label
|
||||
class="mantine-TextInput-label mantine-1bjo575"
|
||||
|
@ -62,7 +62,7 @@ exports[`organisms::SetPassword > renders without exploding 1`] = `
|
|||
<input
|
||||
aria-invalid="false"
|
||||
aria-label="Repeat password"
|
||||
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-nk8491"
|
||||
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-170eizj"
|
||||
id="repeatPassword"
|
||||
tabindex="2"
|
||||
type="password"
|
||||
|
@ -78,18 +78,18 @@ exports[`organisms::SetPassword > renders without exploding 1`] = `
|
|||
>
|
||||
<button
|
||||
aria-label="Click to go back"
|
||||
class="mantine-UnstyledButton-root mantine-Group-child mantine-1smyfmn"
|
||||
class="mantine-UnstyledButton-root mantine-Group-child mantine-7r9su"
|
||||
type="button"
|
||||
>
|
||||
<span
|
||||
class="mantine-Text-root mantine-1mwiqnz"
|
||||
class="mantine-Text-root mantine-1g5fxnv"
|
||||
>
|
||||
Go Back
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
aria-label="Click to submit"
|
||||
class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-s2bdxi"
|
||||
class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-18llzhv"
|
||||
type="submit"
|
||||
>
|
||||
<div
|
||||
|
|
|
@ -9,12 +9,12 @@ exports[`molecules::WalletManagement > renders after loading data 1`] = `
|
|||
class="mantine-63n06h"
|
||||
/>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1ogvxnc"
|
||||
class="mantine-Text-root mantine-1r7efq5"
|
||||
>
|
||||
Loading Wallet Seeds...
|
||||
</div>
|
||||
<ol
|
||||
class="mantine-List-root mantine-14df5ct"
|
||||
class="mantine-List-root mantine-shpils"
|
||||
>
|
||||
<div
|
||||
class="mantine-Group-root mantine-1qkd5ve"
|
||||
|
@ -409,7 +409,7 @@ exports[`molecules::WalletManagement > renders loading state 1`] = `
|
|||
class="mantine-78ek8g"
|
||||
/>
|
||||
<div
|
||||
class="mantine-PasswordInput-root mantine-14qek68"
|
||||
class="mantine-PasswordInput-root mantine-1u48g6v"
|
||||
>
|
||||
<label
|
||||
class="mantine-PasswordInput-label mantine-1bjo575"
|
||||
|
@ -418,6 +418,7 @@ exports[`molecules::WalletManagement > renders loading state 1`] = `
|
|||
>
|
||||
Password
|
||||
<span
|
||||
aria-hidden="true"
|
||||
class="mantine-1wc35tu mantine-PasswordInput-required"
|
||||
>
|
||||
*
|
||||
|
@ -428,10 +429,10 @@ exports[`molecules::WalletManagement > renders loading state 1`] = `
|
|||
>
|
||||
<div
|
||||
aria-invalid="false"
|
||||
class="mantine-PasswordInput-defaultVariant mantine-PasswordInput-input mantine-PasswordInput-input mantine-nakpsh"
|
||||
class="mantine-PasswordInput-defaultVariant mantine-PasswordInput-input mantine-PasswordInput-input mantine-1hlli39"
|
||||
>
|
||||
<input
|
||||
class="mantine-PasswordInput-innerInput mantine-17c0t6q"
|
||||
class="mantine-PasswordInput-innerInput mantine-66fxec"
|
||||
id="password"
|
||||
required=""
|
||||
type="password"
|
||||
|
@ -443,7 +444,7 @@ exports[`molecules::WalletManagement > renders loading state 1`] = `
|
|||
>
|
||||
<button
|
||||
aria-hidden="true"
|
||||
class="mantine-ActionIcon-hover mantine-ActionIcon-root mantine-PasswordInput-visibilityToggle mantine-910bvd"
|
||||
class="mantine-ActionIcon-hover mantine-ActionIcon-root mantine-PasswordInput-visibilityToggle mantine-11pctd2"
|
||||
tabindex="-1"
|
||||
type="button"
|
||||
>
|
||||
|
@ -472,7 +473,7 @@ exports[`molecules::WalletManagement > renders loading state 1`] = `
|
|||
class="mantine-Group-root mantine-147cgkf"
|
||||
>
|
||||
<button
|
||||
class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-s2bdxi"
|
||||
class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-18llzhv"
|
||||
disabled=""
|
||||
type="submit"
|
||||
>
|
||||
|
|
|
@ -15,7 +15,7 @@ exports[`pages::Login > renders without exploding 1`] = `
|
|||
/>
|
||||
</header>
|
||||
<div
|
||||
class="mantine-Container-root mantine-1hpmr7z"
|
||||
class="mantine-Container-root mantine-13ldvuy"
|
||||
>
|
||||
<div
|
||||
class="mantine-Stack-root mantine-12lpdrc"
|
||||
|
@ -25,16 +25,16 @@ exports[`pages::Login > renders without exploding 1`] = `
|
|||
class="mantine-Stack-root mantine-lfk3cq"
|
||||
>
|
||||
<div
|
||||
class="mantine-Container-root mantine-me1cdz"
|
||||
class="mantine-Container-root mantine-15pjuqq"
|
||||
>
|
||||
<h1
|
||||
class="mantine-Title-root mantine-1rawl7h"
|
||||
class="mantine-Title-root mantine-10yhpe6"
|
||||
>
|
||||
Login to Haveno
|
||||
</h1>
|
||||
</div>
|
||||
<div
|
||||
class="mantine-Text-root mantine-1ourfup"
|
||||
class="mantine-Text-root mantine-1xgwjc0"
|
||||
>
|
||||
All your data is stored locally on your machine. Haveno uses solely a password.
|
||||
</div>
|
||||
|
@ -42,7 +42,7 @@ exports[`pages::Login > renders without exploding 1`] = `
|
|||
class="mantine-63n06h"
|
||||
/>
|
||||
<div
|
||||
class="mantine-PasswordInput-root mantine-14qek68"
|
||||
class="mantine-PasswordInput-root mantine-1u48g6v"
|
||||
>
|
||||
<label
|
||||
class="mantine-PasswordInput-label mantine-1bjo575"
|
||||
|
@ -56,11 +56,11 @@ exports[`pages::Login > renders without exploding 1`] = `
|
|||
>
|
||||
<div
|
||||
aria-invalid="false"
|
||||
class="mantine-PasswordInput-defaultVariant mantine-PasswordInput-input mantine-PasswordInput-input mantine-nakpsh"
|
||||
class="mantine-PasswordInput-defaultVariant mantine-PasswordInput-input mantine-PasswordInput-input mantine-1hlli39"
|
||||
>
|
||||
<input
|
||||
aria-label="Password"
|
||||
class="mantine-PasswordInput-innerInput mantine-17c0t6q"
|
||||
class="mantine-PasswordInput-innerInput mantine-66fxec"
|
||||
id="password"
|
||||
type="password"
|
||||
value=""
|
||||
|
@ -71,7 +71,7 @@ exports[`pages::Login > renders without exploding 1`] = `
|
|||
>
|
||||
<button
|
||||
aria-hidden="true"
|
||||
class="mantine-ActionIcon-hover mantine-ActionIcon-root mantine-PasswordInput-visibilityToggle mantine-910bvd"
|
||||
class="mantine-ActionIcon-hover mantine-ActionIcon-root mantine-PasswordInput-visibilityToggle mantine-11pctd2"
|
||||
tabindex="-1"
|
||||
type="button"
|
||||
>
|
||||
|
@ -100,7 +100,7 @@ exports[`pages::Login > renders without exploding 1`] = `
|
|||
class="mantine-Group-root mantine-19jxmdp"
|
||||
>
|
||||
<button
|
||||
class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-s2bdxi"
|
||||
class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-18llzhv"
|
||||
type="submit"
|
||||
>
|
||||
<div
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
// limitations under the License.
|
||||
// =============================================================================
|
||||
|
||||
import type { CSSObject } from "@mantine/core";
|
||||
import type { CSSObject } from "@emotion/react";
|
||||
import InterFont from "@assets/fonts/Inter-Variable.ttf";
|
||||
|
||||
export const globalStyles: CSSObject = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue