Skip to content

Commit

Permalink
feat(fulfilment): add property stub to the fulfilment page
Browse files Browse the repository at this point in the history
  • Loading branch information
belsman committed Oct 24, 2024
1 parent c182a1a commit b34640a
Showing 1 changed file with 55 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,39 @@
</vcl-data-list-item>
</vcl-data-list>

<vcl-data-list
mode="none"
[noBorder]="true"
>
<vcl-data-list-header>
<span class="my-2 rc-lv-l-heading">Customer Info</span>
</vcl-data-list-header>

<div>...</div>
</vcl-data-list>

<vcl-data-list
mode="none"
[noBorder]="true"
>
<vcl-data-list-header>
<span class="my-2 rc-lv-l-heading">Payments and Invoice</span>
</vcl-data-list-header>

<div>...</div>
</vcl-data-list>

<vcl-data-list
mode="none"
[noBorder]="true"
>
<vcl-data-list-header>
<span class="my-2 rc-lv-l-heading">Labels</span>
</vcl-data-list-header>

<div>No label available. You need to submit this fulfillment</div>
</vcl-data-list>

<vcl-data-list
mode="none"
[noBorder]="true"
Expand Down Expand Up @@ -93,3 +126,25 @@
</vcl-data-list-item>
</ng-container>
</vcl-data-list>

<vcl-data-list
mode="none"
[noBorder]="true"
>
<vcl-data-list-header>
<span class="my-2 rc-lv-l-heading">Total items size</span>
</vcl-data-list-header>

<div>...</div>
</vcl-data-list>

<vcl-data-list
mode="none"
[noBorder]="true"
>
<vcl-data-list-header>
<span class="my-2 rc-lv-l-heading">Total items weight</span>
</vcl-data-list-header>

<div>...</div>
</vcl-data-list>

0 comments on commit b34640a

Please sign in to comment.