15 Commits

Author SHA1 Message Date
Mathieu Schimmerling
f01955a390 chore: update dependencies and fix CodeEditor reactivity
- Update all dependencies to latest versions
- Fix CodeEditor file selection to use $effect for proper reactivity
- Disable analytics script temporarily
- Update sitemap
2026-01-08 10:05:36 +01:00
Mathieu Schimmerling
a84e11b6bf add analytics 2025-09-25 01:47:30 +02:00
Mathieu Schimmerling
54eeee51b4 v3: Technical refactor (#302) 2025-09-21 23:13:53 +02:00
Mathieu Schimmerling
0b722dcb03 build: downgrade vite & vite plugin svelte temporarily 2025-01-26 01:03:34 +01:00
Mathieu Schimmerling
cfff6a745b feat(ui): on share link use compare pages when 2 frameworks selected 2024-03-05 00:01:22 +01:00
Mathieu Schimmerling
7037e50e4b fix(build): support dev pages handling 2024-03-04 16:41:05 +01:00
Mathieu Schimmerling
934486339f feat(app): add seo with more html pages 2024-03-04 14:19:23 +01:00
Mathieu Schimmerling
0b62d7ca54 chore: run formatting 2023-09-21 08:38:27 +09:00
Mathieu Schimmerling
642a77d64c feat(app): add Github star count 2023-07-16 10:44:44 +07:00
Mathieu Schimmerling
d48634e235 fix: fix font css on Safari 2023-07-09 23:27:14 +07:00
Mathieu Schimmerling
b48d9986d1 ux: add sticky snippet titles 2023-07-05 05:24:25 +07:00
Mathieu Schimmerling
421ac31bca fix: fix font rendering on navbar (#158) 2023-03-04 14:18:18 +01:00
Mathieu Schimmerling
2795980815 build: add husky + lint-staged 2023-01-06 01:18:18 +01:00
Mathieu Schimmerling
80fbda751e feat(html): minor css optimization 2023-01-06 00:59:24 +01:00
Mathieu Schimmerling
be52cbcbfc refactor: migrate from astro to svelte + vite to improve performance (#131)
* add highlighter
* add playground url
* add markdown support and notification center
* fix multiple md files
* add meta description with framework list
* fix: framework id loop index
* store frameworkIdsSelected in locale storage
* add generateFrameworkContent vite plugin
* add missing snippet case
* add content generate cache
* add angular component highlighter
* improve content generator organization
* add format and linter
* add git hooks
* add default frameworks
2023-01-03 01:36:47 +01:00