Commit Graph
14 Commits
Author SHA1 Message Date
plebeius 4fd9a9c1a9 fix: align asset-manifest generator output with prettier config
The generator was using JSON.stringify which outputs double quotes, but our prettier config requires single quotes and trailing commas. This caused lint-staged to reformat the file during pre-commit, resulting in empty commit errors.
2025-11-02 18:40:15 +01:00
plebeius f26da13c77 refactor: implement scalable asset manifest system for dynamic images
Created build-time script to generate TypeScript manifest from public/assets, avoiding import.meta.glob limitations. Images stay in public/ for scalability (supports hundreds), while components get type-safe auto-discovery. Manifest auto-regenerates before builds.
2025-11-01 19:39:22 +01:00
plebeius 3360a41b00 fix: rename invalid identifiers starting with digit to fivechan 2025-10-18 23:06:21 +02:00
plebeius d82bb58c3e feat: add script to automate translations 2025-10-18 22:49:09 +02:00
plebeius 1360dd8348 feat: rename plebchan to 5chan 2025-10-17 23:30:35 +02:00
plebeius 0b3ed6e009 Update release-body.js 2025-07-29 17:16:45 +02:00
Tom (plebeius.eth) 20c601ac18 Update release-body.js 2025-06-04 15:00:46 +02:00
Tom (plebeius.eth) bbc64241be Update release-body.js 2025-06-03 17:51:55 +02:00
Tom (plebeius.eth) 3461dc4100 Update release-body.js 2025-03-18 15:38:59 +01:00
Tom (plebeius.eth) bc2d201d80 chore: convert to esm, add window.plebbitRpcAuthKey, add defaultMediaIpfsGatewayUrl 2024-06-20 15:35:28 +02:00
Esteban Abaroa 8a667c97fb chore: add changelog to release body 2023-09-18 00:08:27 +00:00
Esteban Abaroa 2cfce52c43 provide the cid as base32 2023-06-03 20:03:07 +00:00
Esteban Abaroa 37b37b04fc show commit ref on home page on netlify 2023-05-24 22:30:49 +00:00
Esteban Abaroa 41cdc9db3b add electron 2023-04-24 19:42:49 +00:00