26 Commits

Author SHA1 Message Date
lainbo
a333e5de23 🐛 fix: 修复 GitHub star 按钮仓库路径 2026-02-10 14:42:42 +08:00
lainbo
07e969303c refactor: ♻️ 重构汉化 2026-02-10 14:18:45 +08:00
Mathieu Schimmerling
cfc19cf19b remove dynamic redirects 2025-09-21 23:19:37 +02:00
Mathieu Schimmerling
54eeee51b4 v3: Technical refactor (#302) 2025-09-21 23:13:53 +02:00
tijn
34048cf9a3 add RippleJS (#300) 2025-09-19 23:56:59 +02:00
Luke LaValva
886fdcd1d3 feat(marko): udpate examples for v6 (#299) 2025-09-13 13:50:14 +02:00
Mathieu Schimmerling
2f10bd9267 chore: upgrade dependencies 2025-01-24 20:49:59 +01:00
Mathieu Schimmerling
ed143c2fb1 feat(playground): add svelte 4 playground 2024-10-25 10:57:48 +02:00
Mathieu Schimmerling
d7b8776399 refactor(playground): simplify playground url generator code 2024-10-25 10:53:35 +02:00
Mathieu Schimmerling
522d669a0f feat(playground): add svelte 5 playground (#270)
* feat(playground): add svelte 5 playground

* fix(playground): exclude svelte 5 examples that includes html files since it does not work

* fix: use "/untitled" on Svelte 5 playground base url

Co-authored-by: brunnerh <brunnerh@users.noreply.github.com>

* feat(playground): include snippet title key in json hashed

---------

Co-authored-by: brunnerh <brunnerh@users.noreply.github.com>
2024-10-25 09:35:08 +02:00
Mathieu Schimmerling
56c957a173 v3 (#265)
* build(pages): move html pages generator to vite plugin

* refactor: remove all router related content

* refactor: replace tailwindcss by unocss

* refactor(app): upgrade app to Svelte 5

* build(pages): restore html pages generator on vite config

* chore: run prettier

* fix(ui): fix notification center slot render

* chore: upgrade dependencies
2024-10-06 20:13:08 +02:00
spuxx
6e9d59e50b feat: Add Ember Polaris examples and rename previous Ember examples to Ember Octane (#221)
* feat: Add 'Ember Polaris' examples and rename previous Ember examples to 'Ember Octane'

* chore: Update playground URL for Ember Polaris

* Merge branch 'main' into feat/ember-polaris

* chore: Adressed suggestions on Ember Polaris preview

* chore: Moved `favoriteColors` array to JavaScript

* chore: Improved component properties showcase on Ember Polaris preview

---------

Co-authored-by: spuxx1701 <hi@spuxx.dev>
2024-03-12 02:26:23 -07:00
Mathieu Schimmerling
f79e5367e6 build: upgrade shiki and use markdownit 2024-03-06 21:38:53 +01:00
Mathieu Schimmerling
e43f1aa18d fix(app): fix router lookup on search params 2024-03-05 09:09:48 +01:00
Mathieu Schimmerling
8a3234f436 feat(app): add spa router to handle versus framework pages 2024-03-04 16:49:39 +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
6b8e5d34a7 chore: upgrade dependencies 2023-08-14 23:26:26 +07:00
Mathieu Schimmerling
329b02136a feat(ui): add button more frameworks 2023-07-20 10:01:54 +07:00
Taylor Hunt
a01e903494 Add Marko (#149)
* WIP: add Marko

* WTF, vscode

* Consistent final newlines

* Apply suggestions from code review

Everything except for the TS declarations since I think Dylan ought to weigh in

Co-authored-by: Michael Rawlings <mirawlings@ebay.com>
Co-authored-by: Luke LaValva <lukelavalva@gmail.com>

* Feedback: no space before method parens, no TS, else-if, ColorSelect works now

* Pre-bugbash updates

* This is probably why they want us to provide a linter

* Finishing touches

* Argle

* @rturnq feedback

* Match examples to other frameworks

---------

Co-authored-by: Michael Rawlings <mirawlings@ebay.com>
Co-authored-by: Luke LaValva <lukelavalva@gmail.com>
Co-authored-by: tigt <tigt@mortropolis.com>
2023-04-03 22:36:25 +02:00
Mathieu Schimmerling
2ecdd29f84 Add Web App Features > Render app (#140)
* fix(lit): remove all Lit "index.html" files

* feat(content): add webapp features > render app

* feat(content): add render app > svelte example

* feat(content): add render app > alpine example

* feat(fmw): add generic filename sorter

* fix(content): fix missing snippet blocks

* build(git): add build progress to precommit hook
2023-01-07 03:34:54 +01:00
Mathieu Schimmerling
8db75adbcc feat(generateContent): remove "content" key unused for generated files 2023-01-05 23:54:49 +01:00
Mathieu Schimmerling
32da781b3d feat(generateContent): use files sorter from fmw config 2023-01-05 23:54:42 +01:00
Mathieu Schimmerling
9cb50c5f69 feat(contentGen): just change files without rm generatedContentDir to not break dev watch 2023-01-05 23:12:42 +01:00
Mathieu Schimmerling
95c1c81064 fix(dev): v2 fix dev env minor bugs (#135)
* build(content): fix fs watcher support using Chokidar

* fix(logo): add support for fmw logos in dev environment
2023-01-05 00:39:03 +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