From 0418bc58b53adccfcf4bf3a630299717c1792202 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 1 Jul 2025 13:35:15 -0700 Subject: [PATCH] Unified toolbar w select, hover buttons --- .../pdf-editor/pdf-editor.component.html | 34 ++++++++-- .../pdf-editor/pdf-editor.component.scss | 65 +++++++++++++++++-- .../pdf-editor/pdf-editor.component.spec.ts | 14 ++-- .../common/pdf-editor/pdf-editor.component.ts | 24 ++++++- 4 files changed, 119 insertions(+), 18 deletions(-) diff --git a/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.html b/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.html index 229db02a0..44499be92 100644 --- a/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.html +++ b/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.html @@ -4,15 +4,37 @@