Compare commits

..

No commits in common. "1e089f731ae6510a31c0cc5a360e4400f08c4d09" and "6281842a149a760d1753cbc2d994253390dab85b" have entirely different histories.

3 changed files with 4 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "traxxx-web", "name": "traxxx-web",
"version": "0.42.20", "version": "0.42.19",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "0.42.20", "version": "0.42.19",
"dependencies": { "dependencies": {
"@brillout/json-serializer": "^0.5.8", "@brillout/json-serializer": "^0.5.8",
"@dicebear/collection": "^7.0.5", "@dicebear/collection": "^7.0.5",

View File

@ -87,7 +87,7 @@
"overrides": { "overrides": {
"vite": "$vite" "vite": "$vite"
}, },
"version": "0.42.20", "version": "0.42.19",
"imports": { "imports": {
"#/*": "./*.js" "#/*": "./*.js"
} }

View File

@ -93,8 +93,7 @@ const { actor } = pageProps;
const domain = routeParams.domain; const domain = routeParams.domain;
const badCredits = ['Pierre Woodman']; // consistently horrible photos const photos = actor.photos.filter((photo) => photo.entropy > 5.5);
const photos = actor.photos.filter((photo) => photo.entropy > 5.5 && !badCredits.includes(photo.credit));
</script> </script>
<style scoped> <style scoped>