Skip to content

Commit

Permalink
pimps
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Nov 15, 2024
1 parent c04a953 commit 2111d14
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions components/tabs/MessagingTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<label
for="paymentNote"
class="text-sm font-medium leading-6 text-white text-left"
>Note</label
>Message</label
>
<div class="relative flex items-center rounded-lg">
<textarea
Expand All @@ -83,9 +83,16 @@
type="submit"
class="btn btn_gradient inline-flex w-full justify-center rounded-md px-3 py-2 text-sm font-semibold text-white shadow-sm"
>
Send
Send Privately
</button>
</div>
<p>
<i
>please be aware that message retention time does not guarantee
delivery. Messages are automatically purged in FIFO manner when the
buffer limit is reached</i
>
</p>
<div>{{ txStatus }}</div>
</form>
<PrivateMessageHistory :show="true" />
Expand Down
2 changes: 1 addition & 1 deletion components/ui/PrivateMessageHistory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</div>
<div class="mt-5 flex justify-center text-gray-500">
<button @click="fetchOlderBucket">
fetch more events
fetch more messages
{{ accountStore.hasInjector ? "(needs signature)" : "" }}
</button>
</div>
Expand Down

0 comments on commit 2111d14

Please sign in to comment.