-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2262 from cosmos/release-candidate/v1.0.0-beta.18
automatic release created for v1.0.0-beta.18
- Loading branch information
Showing
53 changed files
with
1,437 additions
and
886 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
<template> | ||
<tm-data-msg> | ||
<div slot="title"> | ||
Waiting for connection | ||
<div class="tm-data-msg"> | ||
<img class="tm-data-msg__icon" src="~assets/images/loader.svg"> | ||
<div class="tm-data-msg__text"> | ||
<div slot="title" class="tm-data-msg__title"> | ||
Finding connection | ||
</div> | ||
<div slot="subtitle" class="tm-data-msg__subtitle"> | ||
You are currently not connected to a node. We will load this information | ||
when a connection is established. | ||
</div> | ||
</div> | ||
<div slot="subtitle"> | ||
You are currently not connected to a node. Voyager will load this data | ||
when a connection is established. | ||
</div> | ||
</tm-data-msg> | ||
</div> | ||
</template> | ||
|
||
<script> | ||
import TmDataMsg from "common/TmDataMsg" | ||
export default { | ||
name: `tm-data-connecting`, | ||
components: { TmDataMsg } | ||
name: `tm-data-connecting` | ||
} | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.