Please sign in to add comments.
+diff --git a/.vscode/settings.json b/.vscode/settings.json index 65737f7..e06c2f4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,14 @@ { - "editor.tabSize": 2, -"files.associations": { - "*.css": "postcss" -} -} \ No newline at end of file + "css.validate": false, + "tailwindCSS.includeLanguages": { + "svelte": "html", + "typescript": "javascript", + "javascript": "javascript" + }, + "editor.quickSuggestions": { + "strings": true + }, + "files.associations": { + "*.svelte": "svelte" + } +} \ No newline at end of file diff --git a/src/lib/components/CommentBox.svelte b/src/lib/components/CommentBox.svelte new file mode 100644 index 0000000..c46f902 --- /dev/null +++ b/src/lib/components/CommentBox.svelte @@ -0,0 +1,317 @@ + + +
No publications found.
+No publications found.
- {/if} {#if !loadingMore && !endOfFeed}Please sign in to add comments.
+