From 6c38c3a526dd68fb4f8ef80b38bb64d5fe93920f Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Sat, 10 Jan 2026 12:41:37 +0100 Subject: xP: improve the activity indicator Also adjust the Makefile to reflect resource embedding. --- xP/public/xP.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'xP/public/xP.js') diff --git a/xP/public/xP.js b/xP/public/xP.js index 33d7d2a..6806081 100644 --- a/xP/public/xP.js +++ b/xP/public/xP.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 - 2025, Přemysl Eric Janouch +// Copyright (c) 2022 - 2026, Přemysl Eric Janouch // SPDX-License-Identifier: 0BSD import * as Relay from './proto.js' @@ -1127,7 +1127,9 @@ let Main = { overlay, m('.title', {}, [ m('span', [ - rpc.busy ? '⋯ ' : undefined, + // Midline Horizontal Ellipsis, No-Break Space + m('span', {class: rpc.busy ? undefined : 'invisible'}, + `\u22EF\u00A0`), m('b', {}, `xP`), ]), m(Topic), -- cgit v1.2.3-70-g09d2