diff --git a/src/libs/util.ts b/src/libs/util.ts index 97fe9c1..cdecf31 100644 --- a/src/libs/util.ts +++ b/src/libs/util.ts @@ -17,6 +17,7 @@ export const PRIVACY_MESSAGE = /* eslint-disable prettier/prettier */ export const UNIT_SHORT: Record = { + "BX": "BX", "BTC": "BTC", "ETH": "ETH", "HUR": "Hours", @@ -26,6 +27,7 @@ export const UNIT_SHORT: Record = { /* eslint-disable prettier/prettier */ export const UNIT_LONG: Record = { + "BX": "Buxbe", "BTC": "Bitcoin", "ETH": "Ethereum", "HUR": "hours", diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index 5485f52..d97977d 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -103,9 +103,9 @@
- People {{ profileImageUrl ? "without your image" : "" }} see this: + People {{ profileImageUrl ? "without your image" : "" }} see this
- (if you've let them see your activity) + (if you've let them see your activity):
Copied
+ +
+ + Activity + +
@@ -387,7 +393,7 @@ > Contacts Display - Show amounts given + Show hours given & received
diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index d9f13e9..e8b5160 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -47,7 +47,7 @@ class="text-md bg-gradient-to-b from-slate-400 to-slate-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-1 py-1 rounded-md" @click="toggleShowContactAmounts()" > - {{ showGiveNumbers ? "Hide Given Numbers" : "Show Given Numbers" }} + {{ showGiveNumbers ? "Hide Given Hours" : "Show Given Hours" }}