Skip to content

Commit

Permalink
LockTokensModal ux and ui
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler committed Nov 10, 2023
1 parent a03b210 commit 2820109
Show file tree
Hide file tree
Showing 12 changed files with 663 additions and 313 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,33 +40,33 @@
"@coral-xyz/anchor": "^0.28.0",
"@gorhom/bottom-sheet": "4.4.6",
"@gorhom/portal": "1.0.14",
"@helium/account-fetch-cache": "^0.5.0",
"@helium/account-fetch-cache-hooks": "^0.5.0",
"@helium/account-fetch-cache": "^0.6.0",
"@helium/account-fetch-cache-hooks": "^0.6.0",
"@helium/address": "4.10.2",
"@helium/circuit-breaker-sdk": "^0.5.0",
"@helium/circuit-breaker-sdk": "^0.6.0",
"@helium/crypto-react-native": "4.8.0",
"@helium/currency-utils": "^0.5.0",
"@helium/data-credits-sdk": "^0.5.0",
"@helium/distributor-oracle": "^0.5.0",
"@helium/fanout-sdk": "^0.5.0",
"@helium/helium-entity-manager-sdk": "^0.5.0",
"@helium/helium-react-hooks": "^0.5.0",
"@helium/helium-sub-daos-sdk": "^0.5.0",
"@helium/currency-utils": "^0.6.0",
"@helium/data-credits-sdk": "^0.6.0",
"@helium/distributor-oracle": "^0.6.0",
"@helium/fanout-sdk": "^0.6.0",
"@helium/helium-entity-manager-sdk": "^0.6.0",
"@helium/helium-react-hooks": "^0.6.0",
"@helium/helium-sub-daos-sdk": "^0.6.0",
"@helium/http": "4.7.5",
"@helium/idls": "^0.5.0",
"@helium/lazy-distributor-sdk": "^0.5.0",
"@helium/modular-governance-hooks": "^0.0.7",
"@helium/modular-governance-idls": "^0.0.7",
"@helium/idls": "^0.6.0",
"@helium/lazy-distributor-sdk": "^0.6.0",
"@helium/modular-governance-hooks": "^0.0.8",
"@helium/modular-governance-idls": "^0.0.8",
"@helium/onboarding": "4.9.0",
"@helium/organization-sdk": "^0.0.7",
"@helium/organization-sdk": "^0.0.8",
"@helium/proto-ble": "4.0.0",
"@helium/react-native-sdk": "^3.0.0",
"@helium/spl-utils": "^0.5.0",
"@helium/state-controller-sdk": "^0.0.7",
"@helium/spl-utils": "^0.6.0",
"@helium/state-controller-sdk": "^0.0.8",
"@helium/transactions": "4.8.1",
"@helium/treasury-management-sdk": "^0.5.0",
"@helium/voter-stake-registry-hooks": "^0.5.0",
"@helium/voter-stake-registry-sdk": "^0.5.0",
"@helium/treasury-management-sdk": "^0.6.0",
"@helium/voter-stake-registry-hooks": "^0.6.0",
"@helium/voter-stake-registry-sdk": "^0.6.0",
"@helium/wallet-link": "4.10.0",
"@jup-ag/api": "^6.0.6",
"@ledgerhq/hw-app-solana": "7.0.13",
Expand Down Expand Up @@ -267,9 +267,9 @@
},
"resolutions": {
"@types/react": "17",
"@helium/account-fetch-cache-hooks": "^0.5.0",
"@helium/helium-react-hooks": "^0.5.0",
"@helium/voter-stake-registry-hooks": "^0.5.0",
"@helium/account-fetch-cache-hooks": "^0.6.0",
"@helium/helium-react-hooks": "^0.6.0",
"@helium/voter-stake-registry-hooks": "^0.6.0",
"@helium/modular-governance-hooks": "^0.0.8"
},
"jest": {
Expand Down
6 changes: 1 addition & 5 deletions src/features/governance/GovernanceScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ export const GovernanceScreen = () => {
))}
</Box>
<VotingPowerCard
onPress={async (m) => {
navigation.push('VotingPowerScreen', {
mint: m.toBase58(),
})
}}
onPress={() => navigation.push('VotingPowerScreen')}
/>
<ProposalsList />
</ScrollView>
Expand Down
Loading

0 comments on commit 2820109

Please sign in to comment.