alpha
Login
or
Join now
mihaizaurus.at
/
twinkl
forked from
kandake.africa/twinkl
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
twinkl.social
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
twinkl
/
src
/
lib
/
features
/
theming-engine
/
domain
/
at
main
25 files
Evelyn Osman
Make effects apply more consistently while respecting profile page
3w ago
5dc2585e
active.test.ts
Add resolveActiveMode helper to decide base-vs-custom Pure, framework-free domain logic (with tests): an explicit `active` flag wins; packs that predate the flag fall back to the old "any customization present -> custom" heuristic. This is the single source of truth the render paths and studio both consult, so legacy and flagged packs resolve the same way. Co-Authored-By: Rommie Code (Claude Opus 4.8 (1M context))
4 weeks ago
active.ts
Add resolveActiveMode helper to decide base-vs-custom Pure, framework-free domain logic (with tests): an explicit `active` flag wins; packs that predate the flag fall back to the old "any customization present -> custom" heuristic. This is the single source of truth the render paths and studio both consult, so legacy and flagged packs resolve the same way. Co-Authored-By: Rommie Code (Claude Opus 4.8 (1M context))
4 weeks ago
background.test.ts
Leveled up the themeing and tiles
1 month ago
background.ts
Heavily refactor into proper SPA and social app feature parity - All tiles are DASL - things are a bit messy as features are adjusted - Static tiles in codebase moved to extensible array so adjusting code is easier - No more server side voodoo, was just a bad idea - Themeing engine is much more polished, can generate CSS from settings - Fully ported over social app features and settings
1 month ago
bedazzle.test.ts
Leveled up the themeing and tiles
1 month ago
bedazzle.ts
Heavily refactor into proper SPA and social app feature parity - All tiles are DASL - things are a bit messy as features are adjusted - Static tiles in codebase moved to extensible array so adjusting code is easier - No more server side voodoo, was just a bad idea - Themeing engine is much more polished, can generate CSS from settings - Fully ported over social app features and settings
1 month ago
chrome-token-css.test.ts
Heavily refactor into proper SPA and social app feature parity - All tiles are DASL - things are a bit messy as features are adjusted - Static tiles in codebase moved to extensible array so adjusting code is easier - No more server side voodoo, was just a bad idea - Themeing engine is much more polished, can generate CSS from settings - Fully ported over social app features and settings
1 month ago
chrome-token-css.ts
Heavily refactor into proper SPA and social app feature parity - All tiles are DASL - things are a bit messy as features are adjusted - Static tiles in codebase moved to extensible array so adjusting code is easier - No more server side voodoo, was just a bad idea - Themeing engine is much more polished, can generate CSS from settings - Fully ported over social app features and settings
1 month ago
css-sanitizer.test.ts
Heavily refactor into proper SPA and social app feature parity - All tiles are DASL - things are a bit messy as features are adjusted - Static tiles in codebase moved to extensible array so adjusting code is easier - No more server side voodoo, was just a bad idea - Themeing engine is much more polished, can generate CSS from settings - Fully ported over social app features and settings
1 month ago
css-sanitizer.ts
Heavily refactor into proper SPA and social app feature parity - All tiles are DASL - things are a bit messy as features are adjusted - Static tiles in codebase moved to extensible array so adjusting code is easier - No more server side voodoo, was just a bad idea - Themeing engine is much more polished, can generate CSS from settings - Fully ported over social app features and settings
1 month ago
effects-registry.test.ts
Make effects apply more consistently while respecting profile page - Bump size of react icons
3 weeks ago
effects-registry.ts
Make effects apply more consistently while respecting profile page - Bump size of react icons
3 weeks ago
js-sandbox.test.ts
let people ruin their pages with custom css and js, sandboxed so they cant ruin ours
1 month ago
js-sandbox.ts
let people ruin their pages with custom css and js, sandboxed so they cant ruin ours
1 month ago
post-parts.ts
Leveled up the themeing and tiles
1 month ago
sanitize-memo.test.ts
Heavily refactor into proper SPA and social app feature parity - All tiles are DASL - things are a bit messy as features are adjusted - Static tiles in codebase moved to extensible array so adjusting code is easier - No more server side voodoo, was just a bad idea - Themeing engine is much more polished, can generate CSS from settings - Fully ported over social app features and settings
1 month ago
sanitize-memo.ts
Heavily refactor into proper SPA and social app feature parity - All tiles are DASL - things are a bit messy as features are adjusted - Static tiles in codebase moved to extensible array so adjusting code is easier - No more server side voodoo, was just a bad idea - Themeing engine is much more polished, can generate CSS from settings - Fully ported over social app features and settings
1 month ago
scope.test.ts
Leveled up the themeing and tiles
1 month ago
scope.ts
Heavily refactor into proper SPA and social app feature parity - All tiles are DASL - things are a bit messy as features are adjusted - Static tiles in codebase moved to extensible array so adjusting code is easier - No more server side voodoo, was just a bad idea - Themeing engine is much more polished, can generate CSS from settings - Fully ported over social app features and settings
1 month ago
template.ts
Switch to DASL tile
1 month ago
token-grammar.ts
Leveled up the themeing and tiles
1 month ago
tokens-css.test.ts
Leveled up the themeing and tiles
1 month ago
tokens-css.ts
Embed Comic Neue webfont so mobile shows a comic face The font stack ended in `cursive`, so mobile devices (which lack Comic Sans MS / Chalkboard SE) fell through to a handwriting/script font, and the trailing sans-serif was unreachable. Embed Comic Neue via Google Fonts and swap `cursive` for it, giving a guaranteed comic face on mobile while native Comic Sans still wins on desktop. Allowlist fonts.googleapis.com (style-src) and fonts.gstatic.com (font-src) in the CSP for the embed, and document the change plus its visitor-IP-to-Google trade in security model §9.3. Co-Authored-By: Rommie Code (Claude Opus 4.8 (1M context))
4 weeks ago
upload-rules.test.ts
Heavily refactor into proper SPA and social app feature parity - All tiles are DASL - things are a bit messy as features are adjusted - Static tiles in codebase moved to extensible array so adjusting code is easier - No more server side voodoo, was just a bad idea - Themeing engine is much more polished, can generate CSS from settings - Fully ported over social app features and settings
1 month ago
upload-rules.ts
Heavily refactor into proper SPA and social app feature parity - All tiles are DASL - things are a bit messy as features are adjusted - Static tiles in codebase moved to extensible array so adjusting code is easier - No more server side voodoo, was just a bad idea - Themeing engine is much more polished, can generate CSS from settings - Fully ported over social app features and settings
1 month ago