From cee5d3b84e3d705c2c008094557bb421714be181 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 6 Feb 2026 20:56:21 -0800 Subject: [PATCH] Icons, of course --- .../app/components/app-frame/app-frame.component.html | 2 +- .../document-attributes.component.html | 10 +++++----- src-ui/src/main.ts | 2 ++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html index db0e12607..46984940d 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.html +++ b/src-ui/src/app/components/app-frame/app-frame.component.html @@ -180,7 +180,7 @@ -  Attributes +  Attributes } diff --git a/src-ui/src/app/components/manage/document-attributes/document-attributes.component.html b/src-ui/src/app/components/manage/document-attributes/document-attributes.component.html index b214e8c2c..cfb77e44d 100644 --- a/src-ui/src/app/components/manage/document-attributes/document-attributes.component.html +++ b/src-ui/src/app/components/manage/document-attributes/document-attributes.component.html @@ -65,7 +65,7 @@ @if (canViewTags) {
  • - Tags + Tags @@ -75,7 +75,7 @@ @if (canViewCorrespondents) {
  • - Correspondents + Correspondents @@ -85,7 +85,7 @@ @if (canViewDocumentTypes) {
  • - Document types + Document types @@ -95,7 +95,7 @@ @if (canViewStoragePaths) {
  • - Storage paths + Storage paths @@ -105,7 +105,7 @@ @if (canViewCustomFields) {
  • - Custom fields + Custom fields diff --git a/src-ui/src/main.ts b/src-ui/src/main.ts index b03ce4c2b..a9081b8d8 100644 --- a/src-ui/src/main.ts +++ b/src-ui/src/main.ts @@ -126,6 +126,7 @@ import { sliders2Vertical, sortAlphaDown, sortAlphaUpAlt, + stack, stars, tag, tagFill, @@ -344,6 +345,7 @@ const icons = { sliders2Vertical, sortAlphaDown, sortAlphaUpAlt, + stack, stars, tagFill, tag,