Skip to content

Commit

Permalink
chore: udpates
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain committed May 6, 2024
1 parent a06f891 commit b540556
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 46 deletions.
3 changes: 1 addition & 2 deletions apps/wallet-mobile/src/NftDetails/NftDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {useTheme} from '@yoroi/theme'
import {Portfolio} from '@yoroi/types'
import React, {ReactNode, useState} from 'react'
import {defineMessages, useIntl} from 'react-intl'
import {Dimensions, Linking, SafeAreaView, ScrollView, StyleSheet, TouchableOpacity, useWindowDimensions, View} from 'react-native'
import {Linking, SafeAreaView, ScrollView, StyleSheet, TouchableOpacity, useWindowDimensions, View} from 'react-native'

import {CopyButton, FadeIn, Spacer, Text} from '../components'
import {Tab, TabPanel, TabPanels, Tabs} from '../components/Tabs'
Expand Down Expand Up @@ -214,7 +214,6 @@ const NftMetadata = ({info}: {info: Portfolio.Token.Info}) => {
)
}


const useStyles = () => {
const {atoms, color} = useTheme()
const styles = StyleSheet.create({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,164 +4,164 @@
"defaultMessage": "!!!NFT Details",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 284,
"line": 283,
"column": 9,
"index": 8293
"index": 8280
},
"end": {
"line": 287,
"line": 286,
"column": 3,
"index": 8364
"index": 8351
}
},
{
"id": "nft.detail.overview",
"defaultMessage": "!!!Overview",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 288,
"line": 287,
"column": 12,
"index": 8378
"index": 8365
},
"end": {
"line": 291,
"line": 290,
"column": 3,
"index": 8449
"index": 8436
}
},
{
"id": "nft.detail.metadata",
"defaultMessage": "!!!Metadata",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 292,
"line": 291,
"column": 12,
"index": 8463
"index": 8450
},
"end": {
"line": 295,
"line": 294,
"column": 3,
"index": 8534
"index": 8521
}
},
{
"id": "nft.detail.nftName",
"defaultMessage": "!!!NFT Name",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 296,
"line": 295,
"column": 11,
"index": 8547
"index": 8534
},
"end": {
"line": 299,
"line": 298,
"column": 3,
"index": 8617
"index": 8604
}
},
{
"id": "nft.detail.createdAt",
"defaultMessage": "!!!Created",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 300,
"line": 299,
"column": 13,
"index": 8632
"index": 8619
},
"end": {
"line": 303,
"line": 302,
"column": 3,
"index": 8703
"index": 8690
}
},
{
"id": "nft.detail.description",
"defaultMessage": "!!!Description",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 304,
"line": 303,
"column": 15,
"index": 8720
"index": 8707
},
"end": {
"line": 307,
"line": 306,
"column": 3,
"index": 8797
"index": 8784
}
},
{
"id": "nft.detail.author",
"defaultMessage": "!!!Author",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 308,
"line": 307,
"column": 10,
"index": 8809
"index": 8796
},
"end": {
"line": 311,
"line": 310,
"column": 3,
"index": 8876
"index": 8863
}
},
{
"id": "nft.detail.fingerprint",
"defaultMessage": "!!!Fingerprint",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 312,
"line": 311,
"column": 15,
"index": 8893
"index": 8880
},
"end": {
"line": 315,
"line": 314,
"column": 3,
"index": 8970
"index": 8957
}
},
{
"id": "nft.detail.policyId",
"defaultMessage": "!!!Policy id",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 316,
"line": 315,
"column": 12,
"index": 8984
"index": 8971
},
"end": {
"line": 319,
"line": 318,
"column": 3,
"index": 9056
"index": 9043
}
},
{
"id": "nft.detail.detailsLinks",
"defaultMessage": "!!!Details on",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 320,
"line": 319,
"column": 16,
"index": 9074
"index": 9061
},
"end": {
"line": 323,
"line": 322,
"column": 3,
"index": 9151
"index": 9138
}
},
{
"id": "nft.detail.copyMetadata",
"defaultMessage": "!!!Copy metadata",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 324,
"line": 323,
"column": 16,
"index": 9169
"index": 9156
},
"end": {
"line": 327,
"line": 326,
"column": 3,
"index": 9249
"index": 9236
}
}
]

0 comments on commit b540556

Please sign in to comment.