* 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>
* 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
* 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>
* 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>