Updated UI for editing saved views with custom fields

This commit is contained in:
shamoon
2024-04-17 20:24:31 -07:00
parent 9decfbfcf2
commit 9b075fb86b
9 changed files with 174 additions and 105 deletions

View File

@@ -1,5 +1,5 @@
<div class="d-flex flex-row mt-2 align-items-center">
<ng-container i18n>Selected</ng-container>:
{{title}}:
<div class="ms-2 d-flex flex-row gap-2 w-100"
cdkDropList #selectedList="cdkDropList"
cdkDropListOrientation="horizontal"
@@ -11,7 +11,6 @@
</div>
</div>
<div class="d-flex flex-row mt-2 align-items-center bg-light p-2">
<ng-container i18n></ng-container>
<div class="d-flex flex-row gap-2 w-100"
cdkDropList #unselectedList="cdkDropList"
cdkDropListOrientation="horizontal"