diff --git a/src/lib/components/atoms/CommitBody.svelte b/src/lib/components/atoms/CommitBody.svelte new file mode 100644 index 0000000..03b5b68 --- /dev/null +++ b/src/lib/components/atoms/CommitBody.svelte @@ -0,0 +1,65 @@ + + + + +
+ +
+ {commit.name} + {$_(i18n.relative_time, { + values: { relativeTime: $date(new Date(commit.committed)) } + })} +
+ +
+ + + +
+ +
+ +
+
diff --git a/src/lib/components/molecules/History.svelte b/src/lib/components/molecules/History.svelte index e81fa19..bb038a0 100644 --- a/src/lib/components/molecules/History.svelte +++ b/src/lib/components/molecules/History.svelte @@ -13,7 +13,9 @@ You should have received a copy of the GNU Affero General Public License along w