alternative tangled frontend (extremely wip)
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add tailwind shimmer plugin

serenity 07a63217 55c6ac3a

+13
+1
package.json
··· 31 31 "react": "^19.2.0", 32 32 "react-dom": "^19.2.0", 33 33 "tailwindcss": "^4.0.6", 34 + "tw-shimmer": "^0.4.7", 34 35 "vite-tsconfig-paths": "^6.0.2", 35 36 "zod": "^4.3.6" 36 37 },
+12
pnpm-lock.yaml
··· 65 65 tailwindcss: 66 66 specifier: ^4.0.6 67 67 version: 4.1.18 68 + tw-shimmer: 69 + specifier: ^0.4.7 70 + version: 0.4.7(tailwindcss@4.1.18) 68 71 vite-tsconfig-paths: 69 72 specifier: ^6.0.2 70 73 version: 6.0.3(typescript@5.9.3)(vite@7.3.0(@types/node@22.19.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)) ··· 2703 2706 resolution: {integrity: sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw==} 2704 2707 engines: {node: '>=18.0.0'} 2705 2708 hasBin: true 2709 + 2710 + tw-shimmer@0.4.7: 2711 + resolution: {integrity: sha512-tVSEFXzznHEOOuSSovoINU2Urbiw62ma07NKG7KU/wVXH/hd05napyffOIdWg/WHEeWlVxyFuurISPKT+Cu4Vw==} 2712 + peerDependencies: 2713 + tailwindcss: '>=4.0.0-0' 2706 2714 2707 2715 type-check@0.4.0: 2708 2716 resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} ··· 5565 5573 get-tsconfig: 4.13.0 5566 5574 optionalDependencies: 5567 5575 fsevents: 2.3.3 5576 + 5577 + tw-shimmer@0.4.7(tailwindcss@4.1.18): 5578 + dependencies: 5579 + tailwindcss: 4.1.18 5568 5580 5569 5581 type-check@0.4.0: 5570 5582 dependencies: