Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: adjust time format for notifications
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy committed Jun 20, 2025
commit 4b4a90eef94b676836e293d5666d3dd873ae4bca
1 change: 1 addition & 0 deletions src/Components/NotificationItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
v-if="timestamp"
class="notification-time"
ignore-seconds
:format="{ timeStyle: 'short', dateStyle: 'long' }"
:timestamp="timestamp" />
<NcButton
v-if="timestamp"
Expand Down
Loading