From 55eff499ca7869b093c5441897408eaa4d6dc748 Mon Sep 17 00:00:00 2001 From: Wouter Van Schandevijl Date: Tue, 14 Jan 2025 13:58:35 +0100 Subject: [PATCH] socket.io: show toast next to the save button when someone else edited --- frontend/src/components/socketio/SocketService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/socketio/SocketService.ts b/frontend/src/components/socketio/SocketService.ts index 444fb918..7e61ee5d 100644 --- a/frontend/src/components/socketio/SocketService.ts +++ b/frontend/src/components/socketio/SocketService.ts @@ -101,7 +101,7 @@ function createSocketService() { }), { autoClose: false, - position: toast.POSITION.TOP_RIGHT, + position: toast.POSITION.BOTTOM_RIGHT, closeButton: true, } );