diff --git a/webapp/src/components/Article.svelte b/webapp/src/components/Article.svelte new file mode 100644 index 0000000..12da966 --- /dev/null +++ b/webapp/src/components/Article.svelte @@ -0,0 +1,52 @@ + + + + +
+
+

{story.title}

+ {#if story.url} +
source: {host}
+ {/if} +
+ +
+ {@html story.text} +
+
diff --git a/webapp/src/components/Comment.svelte b/webapp/src/components/Comment.svelte index 6384246..be623f7 100644 --- a/webapp/src/components/Comment.svelte +++ b/webapp/src/components/Comment.svelte @@ -1,12 +1,9 @@ -