From 7351c000b248692952a472884c784c64aef48e5f Mon Sep 17 00:00:00 2001 From: Ajit Mehrotra Date: Tue, 9 Dec 2025 15:00:47 -0500 Subject: [PATCH] fix(notifications): show full title on notification pane and truncate toasts --- web/app.config.ts | 3 ++- web/src/components/Notifications/Item.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web/app.config.ts b/web/app.config.ts index d5c367e68..4376a2350 100644 --- a/web/app.config.ts +++ b/web/app.config.ts @@ -45,7 +45,8 @@ export default { // https://ui.nuxt.com/docs/components/toast#theme toast: { slots: { - title: 'truncate pr-6', + title: 'truncate', // can also use break-words instead of truncating + description: 'truncate', }, }, diff --git a/web/src/components/Notifications/Item.vue b/web/src/components/Notifications/Item.vue index 4b441b47b..6d41a77f0 100644 --- a/web/src/components/Notifications/Item.vue +++ b/web/src/components/Notifications/Item.vue @@ -94,7 +94,7 @@ const reformattedTimestamp = computed(() => { > - {{ title }} + {{ title }}