greymass / unicove

Unicove - Antelope Web Wallet 🦄
https://unicove.com
Other
20 stars 11 forks source link

staked value fix #212

Closed apporc closed 1 month ago

cloudflare-workers-and-pages[bot] commented 1 month ago

Deploying unicove with  Cloudflare Pages  Cloudflare Pages

Latest commit: 71ddbd9
Status: ✅  Deploy successful!
Preview URL: https://6cf22ec2.wallet-2tl.pages.dev
Branch Preview URL: https://apporc-fix.wallet-2tl.pages.dev

View logs

netlify[bot] commented 1 month ago

Deploy Preview for unicove ready!

Name Link
Latest commit 1b08ac607a51727845f91b7ab71bbb89e22be372
Latest deploy log https://app.netlify.com/sites/unicove/deploys/66ebf6c8b6238d0008829808
Deploy Preview https://deploy-preview-212--unicove.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 1 month ago

Deploy Preview for unicove ready!

Name Link
Latest commit 71ddbd9ebae5b77fb54b33ca4d5f8ebd1904eb52
Latest deploy log https://app.netlify.com/sites/unicove/deploys/66fd7d9e2cb6e6000895dd0b
Deploy Preview https://deploy-preview-212--unicove.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

dafuga commented 1 month ago

This is what is causing the CI checks to fail:


/home/runner/work/unicove/unicove/src/pages/earn/step/bootstrap.svelte:10:5
Error: This import is never used as a value and must use 'import type' because 'importsNotUsedAsValues' is set to 'error'. (ts)
    import InputLabel from '~/components/elements/input/label.svelte'
    import {REXInfo} from '../types'
apporc commented 1 month ago

This is what is causing the CI checks to fail:

/home/runner/work/unicove/unicove/src/pages/earn/step/bootstrap.svelte:10:5
Error: This import is never used as a value and must use 'import type' because 'importsNotUsedAsValues' is set to 'error'. (ts)
    import InputLabel from '~/components/elements/input/label.svelte'
    import {REXInfo} from '../types'

Fixed, thanks. about the ! problems, i think we can leave it as is, as you said.