Skip to content

Commit b809bf5

Browse files
committed
feat: add author information and field type includes to markdown views
1 parent d73b790 commit b809bf5

File tree

7 files changed

+5
-0
lines changed

7 files changed

+5
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
**{{ '@'.$editor }}** updated **{{ $fieldName }}** from **{{ $fromValue }}** to **{{ $toValue }}**.
2+
3+
@include('github-project::md.field_types.' . $payload['projects_v2_item']['field_type'], compact('payload'))
4+
5+
@include('github-project::md.shared.author', compact('payload'))

resources/views/md/field_types/date.blade.php

Whitespace-only changes.

resources/views/md/field_types/interation.blade.php

Whitespace-only changes.

resources/views/md/field_types/number.blade.php

Whitespace-only changes.

resources/views/md/field_types/single_select.blade.php

Whitespace-only changes.

resources/views/md/field_types/text.blade.php

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Made changes by: [{{ $payload['sender']['login'] ?? 'Unknown' }}]({{ $payload['sender']['html_url'] ?? '#' }})

0 commit comments

Comments
 (0)