Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #109 from eosdac/v0.9.1_rc1
Browse files Browse the repository at this point in the history
V0.9.1 rc1
  • Loading branch information
lukestokes authored Sep 25, 2019
2 parents 2d257b1 + bbda742 commit 0bab6dd
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eosdacmemberclient",
"version": "0.4.5",
"version": "0.9.1",
"license": "MIT",
"local_storage_version": "0.1",
"description": "Toolkit GUI for eosDAC",
Expand Down
1 change: 0 additions & 1 deletion src/i18n/en_GB/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@
"signature_required": "Signature Required",
"support": "Support & Feedback",
"switch_account": "Switch Account",
"token_explorer": "Token Explorer",
"unregister_as_candidate": "Manage Candidateship"
},
"msig_creator": {
Expand Down
1 change: 0 additions & 1 deletion src/i18n/en_US/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@
"signature_required": "Signature Required",
"support": "Support & Feedback",
"switch_account": "Switch Account",
"token_explorer": "Token Explorer",
"unregister_as_candidate": "Manage Candidateship",
"view_custodians": "View Custodians",
"view_financials": "View Financials",
Expand Down
1 change: 0 additions & 1 deletion src/i18n/fr/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"register_as_candidate": "Inscrit en tant que candidat",
"settings": "Paramètres",
"support": "Soutien & Retours",
"token_explorer": "Token explorer",
"unregister_as_candidate": "Non enregistré en tant que Candidat"
},
"profile": {
Expand Down
1 change: 0 additions & 1 deletion src/i18n/it/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"profile": "Profilo",
"register_as_candidate": "Register As Candidate",
"settings": "impostazioni",
"token_explorer": "Token Explorer",
"unregister_as_candidate": "Unregister As Candidate"
},
"profile": {
Expand Down
1 change: 0 additions & 1 deletion src/i18n/ja/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
"register_as_candidate": "候補者として登録する",
"settings": "設定",
"support": "サポート&フィードバック",
"token_explorer": "トークンエクスプローラー",
"unregister_as_candidate": "候補者としての登録を解除する"
},
"profile": {
Expand Down
1 change: 0 additions & 1 deletion src/i18n/ko/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
"register_as_candidate": "관리인으로 등록하기",
"settings": "설정",
"support": "문의 지원 및 피드백",
"token_explorer": "토큰 익스플로러",
"unregister_as_candidate": "관리인 등록 취소"
},
"profile": {
Expand Down
1 change: 0 additions & 1 deletion src/i18n/ru/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"register_as_candidate": "Регистрация в качестве кандидата",
"settings": "Настройки",
"support": "Поддержка и обратная связь",
"token_explorer": "Обозреватель токенов",
"unregister_as_candidate": "Отмена регистрации в качестве кандидата"
},
"profile": {
Expand Down
1 change: 0 additions & 1 deletion src/i18n/vi/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@
"register_as_candidate": "Đăng Ký Ứng Viên",
"settings": "Cài Đặt",
"support": "Hỗ Trợ & Phản Hồi",
"token_explorer": "Tra Cứu Token",
"unregister_as_candidate": "Hủy Đăng Ký Ứng Viên"
},
"profile": {
Expand Down
1 change: 0 additions & 1 deletion src/i18n/zh_CN/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@
"register_as_candidate": "注册成为候选人",
"settings": "设置",
"support": "支持与反馈",
"token_explorer": "代币探测器",
"unregister_as_candidate": "注销成为候选人"
},

Expand Down
20 changes: 10 additions & 10 deletions src/pages/custodian/explore-dac.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
name="token"
slot="title"
/>
<q-tab label="Members" name="members" slot="title" />
<q-tab label="Votes" name="votes" slot="title" />
<!--<q-tab label="Members" name="members" slot="title" />
<q-tab label="Votes" name="votes" slot="title" />-->
<!-- Targets -->
<q-tab-pane name="token" class="q-pa-md">
<token-statistics class="q-mb-md" />
<!--<token-statistics class="q-mb-md" />-->
<transfer-table />
</q-tab-pane>
<q-tab-pane name="members">coming soon...</q-tab-pane>
<!--<q-tab-pane name="members">coming soon...</q-tab-pane>
<q-tab-pane name="votes">
<vote-timeline
class="q-mt-sm bg-bg1 q-pa-md"
Expand All @@ -24,21 +24,21 @@
:accounts="getCustNames"
:legend="true"
/>
</q-tab-pane>
</q-tab-pane>-->
</q-tabs>
</q-page>
</template>

<script>
import { mapGetters } from "vuex";
import transferTable from "components/ui/transfer-table";
import tokenStatistics from "components/ui/token-statistics";
import voteTimeline from "components/ui/vote-timeline";
// import tokenStatistics from "components/ui/token-statistics";
// import voteTimeline from "components/ui/vote-timeline";
export default {
components: {
transferTable,
tokenStatistics,
voteTimeline
transferTable
// tokenStatistics,
// voteTimeline
},
data() {
return {};
Expand Down

0 comments on commit 0bab6dd

Please sign in to comment.