1
0
Fork 0
akkoma-fe/src/components/notification
Oneric ccb0ffdc8a Don't show direction in notification timestamps
Currently all notifications except follow-related once include
and explicit direction text. (It missing in follow notifs is due to an
omission in 804ba0cdb6b353e0c959c68f44c6a1316c0d6b10 which only added
the newly introduced with-direction to status-related notifs. Before,
presumably all notifs included direction text.)

But in the notification tray horizontal space is scarce
and notifs can already be assumed to only come from the past.
While it might not be too bad for the English localisation’s 4-letter
' ago' suffix, e.g. the Indonesian localisation’s ' yang lalu' needs
10 letters.

Thus instead of fixing the omission for follow-related notifs,
drop direction text from all notification timestamps.
2023-10-24 23:28:45 +02:00
..
notification.js Confirmation dialogs (#140) 2022-08-26 11:58:33 +00:00
notification.scss Better formatting for emoji react notifications 2022-07-29 03:50:36 +00:00
notification.vue Don't show direction in notification timestamps 2023-10-24 23:28:45 +02:00