@@ -80,24 +76,18 @@
}
-
-
-
+
- Dismiss
+ Dismiss
@if (task.related_document) {
- Open Document
+ Open Document
}
diff --git a/src-ui/src/app/components/admin/users-groups/users-groups.component.html b/src-ui/src/app/components/admin/users-groups/users-groups.component.html
index b6a2beaf0..3f91842d4 100644
--- a/src-ui/src/app/components/admin/users-groups/users-groups.component.html
+++ b/src-ui/src/app/components/admin/users-groups/users-groups.component.html
@@ -11,10 +11,7 @@
Users
-
- Add User
+ Add User
@@ -35,14 +32,10 @@
-
-
- Edit
+ Edit
-
-
- Delete
+ Delete
@@ -56,10 +49,7 @@
Groups
-
- Add Group
+ Add Group
@if (groups.length > 0) {
@@ -81,14 +71,10 @@
-
-
- Edit
+ Edit
-
-
- Delete
+ Delete
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 ba21c8bac..f07266589 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
@@ -27,17 +27,13 @@
@@ -48,9 +44,7 @@
{{this.settingsService.displayName}}
-
-
-
+
@@ -91,13 +77,11 @@
[ngClass]="slimSidebarEnabled ? 'slim' : 'col-md-3 col-lg-2 col-xxxl-1'" [class.animating]="slimSidebarAnimating"
[ngbCollapse]="isMenuCollapsed">
diff --git a/src-ui/src/app/components/app-frame/app-frame.component.scss b/src-ui/src/app/components/app-frame/app-frame.component.scss
index 5dcac760f..b9ac4f7f6 100644
--- a/src-ui/src/app/components/app-frame/app-frame.component.scss
+++ b/src-ui/src/app/components/app-frame/app-frame.component.scss
@@ -152,9 +152,9 @@ main {
font-weight: bold;
}
- .sidebaricon {
- margin-right: 4px;
- color: inherit;
+ i-bs {
+ position: relative;
+ top: -1px;
}
}
@@ -186,11 +186,11 @@ main {
width: 1.8rem;
height: 100%;
- svg {
+ i-bs {
opacity: 0.5;
}
- &:hover svg {
+ &:hover i-bs {
opacity: 1;
}
}
@@ -205,7 +205,7 @@ main {
text-decoration: underline;
}
- svg {
+ i-bs {
margin-bottom: 2px;
}
}
@@ -248,7 +248,7 @@ main {
.navbar .dropdown-menu {
font-size: 0.875rem; // body size
- a svg {
+ a i-bs {
opacity: 0.6;
}
}
@@ -259,7 +259,7 @@ main {
form {
position: relative;
- > svg {
+ > i-bs {
position: absolute;
left: 0.6rem;
top: 0.5rem;
@@ -269,7 +269,7 @@ main {
&:focus-within {
- form > svg {
+ form > i-bs {
display: none;
}
@@ -323,6 +323,6 @@ main {
cursor: move;
}
-::ng-deep .navItemDrag .position-absolute svg {
+::ng-deep .navItemDrag .position-absolute i-bs {
display: none;
}
diff --git a/src-ui/src/app/components/common/clearable-badge/clearable-badge.component.html b/src-ui/src/app/components/common/clearable-badge/clearable-badge.component.html
index 6425c63e5..831bb1b55 100644
--- a/src-ui/src/app/components/common/clearable-badge/clearable-badge.component.html
+++ b/src-ui/src/app/components/common/clearable-badge/clearable-badge.component.html
@@ -1,15 +1,11 @@
@if (active) {
@if (!isNumbered && selected) {
-
-
-
+
}
@if (isNumbered) {
{{number}}selected
}
-
-
-
+
}
diff --git a/src-ui/src/app/components/common/clearable-badge/clearable-badge.component.scss b/src-ui/src/app/components/common/clearable-badge/clearable-badge.component.scss
index 68f6478c4..d81d5f24e 100644
--- a/src-ui/src/app/components/common/clearable-badge/clearable-badge.component.scss
+++ b/src-ui/src/app/components/common/clearable-badge/clearable-badge.component.scss
@@ -22,7 +22,7 @@ button:hover {
.x {
display: inline-block;
position: absolute;
- top: 5px;
- left: calc(50% - 4px);
+ top: .4em;
+ left: calc(50% - .4em);
}
}
diff --git a/src-ui/src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html b/src-ui/src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html
index e0d26bfc3..90c57dda1 100644
--- a/src-ui/src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html
+++ b/src-ui/src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html
@@ -1,8 +1,6 @@
-
-
-
+
Custom Fields
@@ -20,14 +18,10 @@
-
-
- Create New Field
+ Create New Field
-
-
- Add
+ Add
diff --git a/src-ui/src/app/components/common/date-dropdown/date-dropdown.component.html b/src-ui/src/app/components/common/date-dropdown/date-dropdown.component.html
index f3ac1ed77..8556495d4 100644
--- a/src-ui/src/app/components/common/date-dropdown/date-dropdown.component.html
+++ b/src-ui/src/app/components/common/date-dropdown/date-dropdown.component.html
@@ -9,9 +9,7 @@
@if (relativeDate === rd.id) {
-
-
-
+
}
@@ -32,9 +30,7 @@
After
@if (dateAfter) {
-
-
-
+
Clear
}
@@ -44,9 +40,7 @@
-
-
-
+
@@ -57,9 +51,7 @@
Before
@if (dateBefore) {
-
-
-
+
Clear
}
@@ -69,9 +61,7 @@
-
-
-
+
diff --git a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html
index 76d788e59..bbf9e0d2a 100644
--- a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html
+++ b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html
@@ -27,10 +27,7 @@
Trigger Workflow On:
-
- Add Trigger
+ Add Trigger
@@ -42,10 +39,7 @@
ID: {{trigger.id}}
}
-
- Delete
+ Delete
@@ -71,10 +65,7 @@
Apply Actions:
-
- Add Action
+ Add Action
@@ -86,10 +77,7 @@
ID: {{action.id}}
}
-
- Delete
+ Delete
diff --git a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
index 2e082cff3..599faa988 100644
--- a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
+++ b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -1,8 +1,6 @@
0 ? 'btn-primary' : 'btn-outline-primary'" [disabled]="disabled">
-
-
-
+
{{title}}
@if (!editing && selectionModel.totalCount > 0) {
0" (cleared)="reset()">
@@ -49,9 +47,7 @@
@if (editing) {
Apply
-
-
-
+
}
@if (!editing && manyToOne) {
diff --git a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss
index b8d114683..f993e7edf 100644
--- a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss
+++ b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss
@@ -25,10 +25,6 @@
}
}
-small > svg {
- margin-top: -2px;
-}
-
.list-group-item-note {
line-height: 1;
diff --git a/src-ui/src/app/components/common/filterable-dropdown/toggleable-dropdown-button/toggleable-dropdown-button.component.html b/src-ui/src/app/components/common/filterable-dropdown/toggleable-dropdown-button/toggleable-dropdown-button.component.html
index 2ab6794a5..348393ced 100644
--- a/src-ui/src/app/components/common/filterable-dropdown/toggleable-dropdown-button/toggleable-dropdown-button.component.html
+++ b/src-ui/src/app/components/common/filterable-dropdown/toggleable-dropdown-button/toggleable-dropdown-button.component.html
@@ -1,19 +1,13 @@
@if (isChecked()) {
-
-
-
+
}
@if (isPartiallyChecked()) {
-
-
-
+
}
@if (isExcluded()) {
-
-
-
+
}
diff --git a/src-ui/src/app/components/common/input/check/check.component.html b/src-ui/src/app/components/common/input/check/check.component.html
index 541288bde..3ad6d8133 100644
--- a/src-ui/src/app/components/common/input/check/check.component.html
+++ b/src-ui/src/app/components/common/input/check/check.component.html
@@ -5,9 +5,7 @@
{{title}}
@if (removable) {
- Remove
+ Remove
}
diff --git a/src-ui/src/app/components/common/input/color/color.component.html b/src-ui/src/app/components/common/input/color/color.component.html
index 100297a9a..abc4e69eb 100644
--- a/src-ui/src/app/components/common/input/color/color.component.html
+++ b/src-ui/src/app/components/common/input/color/color.component.html
@@ -16,10 +16,7 @@
-
-
-
-
+
diff --git a/src-ui/src/app/components/common/input/date/date.component.html b/src-ui/src/app/components/common/input/date/date.component.html
index 2a7984a17..8f386e2c8 100644
--- a/src-ui/src/app/components/common/input/date/date.component.html
+++ b/src-ui/src/app/components/common/input/date/date.component.html
@@ -4,9 +4,7 @@
{{title}}
@if (removable) {
- Remove
+ Remove
}
@@ -16,15 +14,11 @@
(dateSelect)="onChange(value)" (change)="onChange(value)" (keypress)="onKeyPress($event)" (paste)="onPaste($event)"
name="dp" [(ngModel)]="value" ngbDatepicker #datePicker="ngbDatepicker" #datePickerContent="ngModel" [disabled]="disabled">
-
-
-
+
@if (showFilter) {
-
-
-
+
}
diff --git a/src-ui/src/app/components/common/input/document-link/document-link.component.html b/src-ui/src/app/components/common/input/document-link/document-link.component.html
index 8e4074035..fc4726a55 100644
--- a/src-ui/src/app/components/common/input/document-link/document-link.component.html
+++ b/src-ui/src/app/components/common/input/document-link/document-link.component.html
@@ -6,51 +6,45 @@
}
@if (removable) {
- Remove
-
- }
-
-
-
-
-
-
-
-
-
- Loading...
-
-
- {{document.title}} ({{document.created | customDate:'shortDate'}})
-
-
-
- @if (hint) {
-
{{hint}}
- }
-
-
+ Remove
+
+ }
+
+
+
+
+
+
+
+
+ Loading...
+
+
+ {{document.title}} ({{document.created | customDate:'shortDate'}})
+
+
+
+ @if (hint) {
+
{{hint}}
+ }
+
+
+
diff --git a/src-ui/src/app/components/common/input/document-link/document-link.component.scss b/src-ui/src/app/components/common/input/document-link/document-link.component.scss
index 51f6fa055..5541def31 100644
--- a/src-ui/src/app/components/common/input/document-link/document-link.component.scss
+++ b/src-ui/src/app/components/common/input/document-link/document-link.component.scss
@@ -7,7 +7,7 @@
}
}
-.sidebaricon {
+i-bs {
cursor: pointer;
}
diff --git a/src-ui/src/app/components/common/input/file/file.component.html b/src-ui/src/app/components/common/input/file/file.component.html
index 9ad82a99c..4e780781c 100644
--- a/src-ui/src/app/components/common/input/file/file.component.html
+++ b/src-ui/src/app/components/common/input/file/file.component.html
@@ -6,9 +6,7 @@
}
@if (removable) {
- Remove
+ Remove
}
@@ -20,9 +18,7 @@
{{filename}}
- Remove
+ Remove
}
diff --git a/src-ui/src/app/components/common/input/number/number.component.html b/src-ui/src/app/components/common/input/number/number.component.html
index c9baf38a1..c3d435ffa 100644
--- a/src-ui/src/app/components/common/input/number/number.component.html
+++ b/src-ui/src/app/components/common/input/number/number.component.html
@@ -6,9 +6,7 @@
}
@if (removable) {
- Remove
+ Remove
}
diff --git a/src-ui/src/app/components/common/input/password/password.component.html b/src-ui/src/app/components/common/input/password/password.component.html
index b94750f94..1a70ff4f6 100644
--- a/src-ui/src/app/components/common/input/password/password.component.html
+++ b/src-ui/src/app/components/common/input/password/password.component.html
@@ -4,9 +4,7 @@
@if (showReveal) {
-
-
-
+
}
diff --git a/src-ui/src/app/components/common/input/select/select.component.html b/src-ui/src/app/components/common/input/select/select.component.html
index 617799a72..5842547c5 100644
--- a/src-ui/src/app/components/common/input/select/select.component.html
+++ b/src-ui/src/app/components/common/input/select/select.component.html
@@ -6,9 +6,7 @@
}
@if (removable) {
- Remove
+ Remove
}
@@ -40,16 +38,12 @@
@if (allowCreateNew) {
-
-
-
+
}
@if (showFilter) {
-
-
-
+
}
diff --git a/src-ui/src/app/components/common/input/switch/switch.component.html b/src-ui/src/app/components/common/input/switch/switch.component.html
index e0b63c5f7..489106fcb 100644
--- a/src-ui/src/app/components/common/input/switch/switch.component.html
+++ b/src-ui/src/app/components/common/input/switch/switch.component.html
@@ -5,16 +5,12 @@
{{title}}
@if (showUnsetNote && isUnset) {
-
+
}
@if (removable) {
- Remove
+ Remove
}
@@ -26,9 +22,7 @@
{{title}}
@if (showUnsetNote && isUnset) {
-
+
}
}
diff --git a/src-ui/src/app/components/common/input/tags/tags.component.html b/src-ui/src/app/components/common/input/tags/tags.component.html
index c4207fc61..cb8d616b3 100644
--- a/src-ui/src/app/components/common/input/tags/tags.component.html
+++ b/src-ui/src/app/components/common/input/tags/tags.component.html
@@ -18,9 +18,7 @@
-
-
-
+
@if (item.id && tags) {
}
@@ -36,16 +34,12 @@
@if (allowCreate) {
-
-
-
+
}
@if (showFilter) {
-
-
-
+
}
diff --git a/src-ui/src/app/components/common/input/text/text.component.html b/src-ui/src/app/components/common/input/text/text.component.html
index 4169d09db..b46ab23b7 100644
--- a/src-ui/src/app/components/common/input/text/text.component.html
+++ b/src-ui/src/app/components/common/input/text/text.component.html
@@ -6,9 +6,7 @@
}
@if (removable) {
- Remove
+ Remove
}
diff --git a/src-ui/src/app/components/common/input/url/url.component.html b/src-ui/src/app/components/common/input/url/url.component.html
index cca0ee259..0885b3786 100644
--- a/src-ui/src/app/components/common/input/url/url.component.html
+++ b/src-ui/src/app/components/common/input/url/url.component.html
@@ -4,27 +4,23 @@
{{title}}
@if (removable) {
- Remove
-
- }
-
-
+
diff --git a/src-ui/src/app/components/common/page-header/page-header.component.html b/src-ui/src/app/components/common/page-header/page-header.component.html
index b0ced88a1..e550bcffe 100644
--- a/src-ui/src/app/components/common/page-header/page-header.component.html
+++ b/src-ui/src/app/components/common/page-header/page-header.component.html
@@ -7,17 +7,13 @@
}
@if (info) {
-
+
@if (infoLink) {
Read more
-
+
}
}
diff --git a/src-ui/src/app/components/common/permissions-filter-dropdown/permissions-filter-dropdown.component.html b/src-ui/src/app/components/common/permissions-filter-dropdown/permissions-filter-dropdown.component.html
index 4573d916b..f95434c8f 100644
--- a/src-ui/src/app/components/common/permissions-filter-dropdown/permissions-filter-dropdown.component.html
+++ b/src-ui/src/app/components/common/permissions-filter-dropdown/permissions-filter-dropdown.component.html
@@ -1,8 +1,6 @@
-
-
-
+
{{title}}
selected
@@ -11,9 +9,7 @@
@if (selectionModel.ownerFilter === OwnerFilterType.NONE) {
-
-
-
+
}
@@ -23,9 +19,7 @@
@if (selectionModel.ownerFilter === OwnerFilterType.SELF) {
-
-
-
+
}
@@ -35,9 +29,7 @@
@if (selectionModel.ownerFilter === OwnerFilterType.NOT_SELF) {
-
-
-
+
}
@@ -47,9 +39,7 @@
@if (selectionModel.ownerFilter === OwnerFilterType.SHARED_BY_ME) {
-
-
-
+
}
@@ -59,9 +49,7 @@
@if (selectionModel.ownerFilter === OwnerFilterType.UNOWNED) {
-
-
-
+
}
@@ -71,9 +59,7 @@
@if (selectionModel.ownerFilter === OwnerFilterType.OTHERS) {
-
-
-
+
}
diff --git a/src-ui/src/app/components/common/preview-popup/preview-popup.component.html b/src-ui/src/app/components/common/preview-popup/preview-popup.component.html
index a35029a2e..124d13af8 100644
--- a/src-ui/src/app/components/common/preview-popup/preview-popup.component.html
+++ b/src-ui/src/app/components/common/preview-popup/preview-popup.component.html
@@ -9,9 +9,7 @@
} @else {
@if (requiresPassword) {
-
-
-
+
}
@if (!requiresPassword) {
diff --git a/src-ui/src/app/components/common/preview-popup/preview-popup.component.spec.ts b/src-ui/src/app/components/common/preview-popup/preview-popup.component.spec.ts
index 9238bf8e1..4b6e78ada 100644
--- a/src-ui/src/app/components/common/preview-popup/preview-popup.component.spec.ts
+++ b/src-ui/src/app/components/common/preview-popup/preview-popup.component.spec.ts
@@ -73,7 +73,7 @@ describe('PreviewPopupComponent', () => {
component.onError({ name: 'PasswordException' })
fixture.detectChanges()
expect(component.requiresPassword).toBeTruthy()
- expect(fixture.debugElement.query(By.css('svg'))).not.toBeNull()
+ expect(fixture.debugElement.query(By.css('i-bs'))).not.toBeNull()
})
it('should fall back to object for non-pdf', () => {
diff --git a/src-ui/src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html b/src-ui/src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html
index 8c98d91b7..394ba4449 100644
--- a/src-ui/src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html
+++ b/src-ui/src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html
@@ -33,19 +33,16 @@
-
@if (!copied) {
-
+
}
@if (copied) {
-
+
}
- Copy
+ Copy
-
-
-
+
Copied!
diff --git a/src-ui/src/app/components/common/share-links-dropdown/share-links-dropdown.component.html b/src-ui/src/app/components/common/share-links-dropdown/share-links-dropdown.component.html
index 2dbd29308..08298abc7 100644
--- a/src-ui/src/app/components/common/share-links-dropdown/share-links-dropdown.component.html
+++ b/src-ui/src/app/components/common/share-links-dropdown/share-links-dropdown.component.html
@@ -1,8 +1,6 @@
-
-
-
+
Share Links
@@ -22,26 +20,21 @@
}
-
@if (copied !== link.id) {
-
+
}
@if (copied === link.id) {
-
+
}
- Copy
+ Copy
@if (canShare(link)) {
-
-
- Share
+ Share
}
-
-
- Delete
+ Delete
Copied!
@@ -66,9 +59,7 @@
}
@if (!loading) {
-
-
-
+
}
Create
diff --git a/src-ui/src/app/components/common/toasts/toasts.component.html b/src-ui/src/app/components/common/toasts/toasts.component.html
index 1a671c4e9..6ec19f0d9 100644
--- a/src-ui/src/app/components/common/toasts/toasts.component.html
+++ b/src-ui/src/app/components/common/toasts/toasts.component.html
@@ -8,16 +8,14 @@
{{ toast.delayRemaining / 1000 | number: '1.0-0' }} seconds
-
+ @if (!toast.error) {
+
+ }
+ @if (toast.error) {
+
+ }
-
{{toast.content}}
+
{{toast.content}}
@if (toast.error) {
@@ -34,25 +32,24 @@
- Copy Raw Error
-
-
+ @if (!copied) {
+
+ }
+ @if (copied) {
+
+ }
+
Copy Raw Error
+
-
- }
- @if (toast.action) {
-
{{toast.actionName}}
- }
-
-
+
+
+ }
+ @if (toast.action) {
+
{{toast.actionName}}
+ }
-
- }
+
+
+
+}
diff --git a/src-ui/src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html b/src-ui/src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html
index 9102800f4..0a7a852ed 100644
--- a/src-ui/src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html
+++ b/src-ui/src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html
@@ -39,17 +39,13 @@
-
-
-
+
-
-
-
+
diff --git a/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html b/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html
index f178c2d9f..fe6642aa9 100644
--- a/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html
+++ b/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html
@@ -14,10 +14,7 @@
@if (getStatusCompleted().length > 0) {
Dismiss completed
-
-
-
-
+
}