UI redesign #106
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run pnpm run test:lint:
src/components/AssetInfoModal.vue#L87
Prop 'tokenId' requires default value to be set
|
Run pnpm run test:lint:
src/components/AssetInfoModal.vue#L88
Prop 'confirmedBalance' requires default value to be set
|
Run pnpm run test:lint:
src/components/AssetInfoModal.vue#L93
Options API is not allowed in your project. `data` option is part of the Options API. Use `<script setup>` or Composition API instead
|
Run pnpm run test:lint:
src/components/AssetInfoModal.vue#L100
Options API is not allowed in your project. `computed` option is part of the Options API. Use `<script setup>` or Composition API instead
|
Run pnpm run test:lint:
src/components/AssetInfoModal.vue#L145
Options API is not allowed in your project. `watch` option is part of the Options API. Use `<script setup>` or Composition API instead
|
Run pnpm run test:lint:
src/components/AssetInfoModal.vue#L160
Options API is not allowed in your project. `methods` option is part of the Options API. Use `<script setup>` or Composition API instead
|
Run pnpm run test:lint:
src/components/AssetInfoModal.vue#L169
The "close" event has been triggered but not declared on `emits` option
|
Run pnpm run test:lint:
src/components/ExtendedPublicKeyModal.vue#L43
Options API is not allowed in your project. `computed` option is part of the Options API. Use `<script setup>` or Composition API instead
|
Run pnpm run test:lint:
src/components/ExtendedPublicKeyModal.vue#L48
Options API is not allowed in your project. `methods` option is part of the Options API. Use `<script setup>` or Composition API instead
|
Run pnpm run test:lint:
src/components/ExtendedPublicKeyModal.vue#L50
The "close" event has been triggered but not declared on `emits` option
|
Loading