* fix: ordinal image should fall back to the ordiview thumbnail
* Revert "fix: ordinal image should fall back to the ordiview thumbnail"
This reverts commit 5df221120670fd8c8137a5a01b98ce90c3e5c81e.
* fix: only fall back to ordiview thumbnail when empty content type
* fix: also style application/json same as text
* Update src/app/screens/ordinals/ordinalImage.tsx
Co-authored-by: Victor Kirov <victor.kirov@gmail.com>
* Tim/eng 3609 share brc20 validation logic in core (#778)
* refactor: move brc20 validation logic to core
* chore: use beta core version
* chore: getBrc20Details core util to detect if inscription is a valid brc20
---------
Co-authored-by: fede erbes <fedeerbes@gmail.com>
* chore: show dec props for brc20 deploy operation
---------
Co-authored-by: Victor Kirov <victor.kirov@gmail.com>
Co-authored-by: fede erbes <fedeerbes@gmail.com>
* Add btc send screen skeleton
* Implement MAX
* extract amount selector to component
* Add max dust filtered callout
* Fix minor styling
* Add fee display
* Implement fee selection
* Add insufficient funds on fee selector
* add insufficient funds message on custom fee selector
* Add insufficient funds gate
* fix some todos
* Add min and max fee rate
* fix container styling
* fix styling
* Fix fee summary on confirm page
* fix some component interactions
* fix a few minor bugs
* fix rbf typing
* Close window if ledger
* Update src/app/ui-library/input.tsx
Co-authored-by: Jordan K. <65149726+jordankzf@users.noreply.github.com>
* Update src/app/ui-library/input.tsx
Co-authored-by: Jordan K. <65149726+jordankzf@users.noreply.github.com>
* Add address editable field
* chore: package-lock exact version
* refactor: use classnames for variants in ui-library button
and default to currentColor in spinner
* refactor: use css classnames in ui input
and add the disabled styles
* fix: edit and pencil icon row
* fix: recipient input next should be disabled when error
and fix up btc amount selector button states
* fix: confirm/cancel translation keys
* Update core
* Remove unneeded toNumbers
* Move error text to feedback
* add new for BigNumber
* Make sats/vByte consistent
* Fix fee select styling
* Fix input styling
* switch to new spinner
* chore: bump core version
* fix: rotate faders icon
* Revert "Fix fee select styling"
This reverts commit a750d7bf72.
* fix: minor spacing, styling, and colour fixes
* fix: react key warning fix
* bump core
* Fix api
* Don't log insufficient funds message
* Fix insufficient amount on load
* Enable rbf on txns
* chore: bump core version
---------
Co-authored-by: Jordan K. <65149726+jordankzf@users.noreply.github.com>
Co-authored-by: Tim Man <tim@secretkeylabs.com>