No description
Find a file
2023-10-09 19:01:25 +02:00
components update toot clickcable component, media 2023-10-09 19:01:25 +02:00
components-dist update toot clickcable component, media 2023-10-09 19:01:25 +02:00
css update toot clickcable component, media 2023-10-09 19:01:25 +02:00
lib update sanitization rules 2023-09-01 17:15:38 +02:00
.envrc init 2022-12-13 15:48:24 +00:00
.eslintrc.js init 2022-12-13 15:48:24 +00:00
.gitignore init 2022-12-13 15:48:24 +00:00
index.js restructure static/dynamic component variants, add media components 2023-09-17 21:32:29 +02:00
package.json restructure static/dynamic component variants, add media components 2023-09-17 21:32:29 +02:00
README.md restructure static/dynamic component variants, add media components 2023-09-17 21:32:29 +02:00
shell.nix init 2022-12-13 15:48:24 +00:00
yarn.lock restructure static/dynamic component variants, add media components 2023-09-17 21:32:29 +02:00

Fedifox-lib

Shared components/functions between fedifox and fedifox-shield.

Due to dependency weirdness, needs symlinks to react and react-dom from the project you're trying to use it with... ln -s ../../fedifox/node_modules/react{,-dom} node_modules