merge main

This commit is contained in:
Hailey
2024-09-23 08:23:54 -07:00
243 changed files with 7187 additions and 6470 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
"eslint-config-preact": "^1.3.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"tflwindcss": "^3.4.3",
"typescript": "^5.5.4",
"vite": "^5.2.8",
"vite-tsconfig-paths": "^4.3.2"
+6
View File
@@ -158,6 +158,12 @@ export function Embed({
return <Info>The quoted post is blocked.</Info>
}
// Case 3.8: Detached quote post
if (AppBskyEmbedRecord.isViewDetached(record)) {
// Just don't show anything
return null
}
// Unknown embed type
return null
}
+1 -1
View File
@@ -4,4 +4,4 @@
.break-word {
word-break: break-word;
}
}