aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAge
* Fix typo (#150)tom tomsen2024-06-25
| | | MOCEL -> MODEL
* :wrench: Update deps, pin gleam_json to 1.0.1Hayleigh Thompson2024-06-16
|
* 🔀 Fix broken link in example README.md (#139)Shane Poppleton2024-06-02
|
* :recycle: Update mist to 1.2.0Hayleigh Thompson2024-05-30
|
* :heavy_plus_sign: Update examples to work with latest lustre_dev_tools release.Hayleigh Thompson2024-04-16
|
* :memo: Add routing guide to examples overview pages.Hayleigh Thompson2024-04-06
|
* 🔀 Write a guide on server-side rendering. (#103)Hayleigh Thompson2024-04-05
| | | | | | | | | | | | | | | * :memo: Fix typos in state management guide. * :memo: Begin writing ssr guide. * :memo: Rename discard init arg to '_flags' in all examples. * :memo: Show simple static HTML rendering example. * :memo: Expand hydration section. * :memo: Finish ssr guide. * :wrench: Add ssr guide to built docs pages.
* 🔀 Write readme for 07-routing example. (#100)Eileen Noonan2024-04-05
| | | | | | | * example 07 - update app and write first readme draft * updates from feedback * use more lustre ui features and update screenshot
* ✨ Create a routing example using modem. (#96)Eileen Noonan2024-04-02
|
* 🔀 Create a guide on using and creating side effects. (#93)Hayleigh Thompson2024-03-31
| | | | | | | | | * :memo: Explain why managed effects are useful. * :memo: Write a short explainer on pure functions. * :memo: Finish side effects guide. * :wrench: Add side effects guide to generated pages.
* 🔀 Add docs to 06-custom-effects example. (#84)Eileen Noonan2024-03-30
| | | | | * example 06 readme docs * update with feedback
* :memo: Update examples docs.Hayleigh Thompson2024-03-27
|
* :construction: Start a routing example using modem.Hayleigh Thompson2024-03-27
|
* :wrench: Update examples to use Lustre v4.0.0Hayleigh Thompson2024-03-26
|
* :memo: Remove references to old '--use-lustre-ui' flag.Hayleigh Thompson2024-03-26
|
* :recycle: Update examples to use new lustre_dev_tools package.Hayleigh Thompson2024-03-24
|
* :memo: Reword HTTP request example readme.Hayleigh Thompson2024-03-24
|
* 🔀 Write docs for 05-http-requests. (#74)Eileen Noonan2024-03-23
|
* 🔀 Write a readme for example 04-custom-event-handlers. (#72)Eileen Noonan2024-03-22
| | | | | | | * readme for example 04 * Update README.md tweaks
* :construction: WIP server component demo.Hayleigh Thompson2024-03-17
|
* :recycle: Rename '--include-styles' flag to '--use-lustre-ui' for clarity.Hayleigh Thompson2024-03-17
|
* 🔀 Update dependencies for examples. (#60)Ian M. Jones2024-03-15
|
* :wrench: Update example manifests.Hayleigh Thompson2024-03-12
|
* :memo: Note that documentation is written for v4 not v3.Hayleigh Thompson2024-03-08
|
* :pencil: Correct references to 'lustre try' to 'lustre dev'.Hayleigh Thompson2024-02-23
|
* :memo: Consistently format notes.v4.0.0-rc1Hayleigh Thompson2024-02-23
|
* :memo: Expand examples documentation.Hayleigh Thompson2024-02-23
|
* :memo: Update example readmes.Hayleigh Thompson2024-02-22
|
* :wrench: Update manifest with spinner.Hayleigh Thompson2024-02-21
|
* :wrench: Update manifests for new glint version.Hayleigh Thompson2024-02-21
|
* :memo: Update references from 'lustre/try' to 'lustre dev'.Hayleigh Thompson2024-02-18
|
* :wrench: Update manifests.Hayleigh Thompson2024-02-18
|
* :construction: Start writing an example for custom effects.Hayleigh Thompson2024-01-31
|
* :fire: Remove stale example.Hayleigh Thompson2024-01-31
|
* :art: Add header images to some examples.Hayleigh Thompson2024-01-31
|
* :construction: Scaffold an example using lustre_http.Hayleigh Thompson2024-01-31
|
* :construction: Scaffold a custom event handler example.Hayleigh Thompson2024-01-31
|
* :recycle: Refactor some bits.Hayleigh Thompson2024-01-30
|
* :art: Add padding for slim viewports.Hayleigh Thompson2024-01-30
|
* :art: Add padding for slim viewports.Hayleigh Thompson2024-01-30
|
* :construction: Start replacing old test examples with structured examples.Hayleigh Thompson2024-01-27
|
* ✨ Add universal components that can run on the server (#39)Hayleigh Thompson2024-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * :heavy_plus_sign: Add gleam_erlang gleam_otp and gleam_json dependencies. * :sparkles: Add json encoders for elememnts and attributes. * :sparkles: Add the ability to perform an effect with a custom dispatch function. * :construction: Experiment with a server-side component runtime. * :construction: Expose special server click events. * :construction: Experiment with a server-side component runtime. * :construction: Experiment with a server-side component runtime. * :construction: Experiment with a server-side component runtime. * :construction: Create a basic server component client bundle. * :construction: Create a basic server component demo. * :bug: Fixed a bug where the runtime stopped performing patches. * :refactor: Roll back introduction of shadow dom. * :recycle: Refactor to Custom Element-based approach to encapsulating server components. * :truck: Move some things around. * :sparkles: Add a minified version of the server component runtime. * :wrench: Add lustre/server/* to internal modules. * :recycle: on_attribute_change and on_client_event handlers are now functions not dicts. * :recycle: Refactor server component event handling to no longer need explicit tags. * :fire: Remove unnecessary attempt to stringify events. * :memo: Start documeint lustre/server functions. * :construction: Experiment with a js implementation of the server component backend runtime. * :recycle: Experiment with an API that makes heavier use of conditional complilation. * :recycle: Big refactor to unify server components, client components, and client apps. * :bug: Fixed some bugs with client runtimes. * :recycle: Update examples to new lustre api/ * :truck: Move server demo into examples/ folder/ * :wrench: Add lustre/runtime to internal modules. * :construction: Experiment with a diffing implementation. * :wrench: Hide internal modules from docs. * :heavy_plus_sign: Update deps to latest versions. * :recycle: Move diffing and vdom code into separate internal modules. * :sparkles: Bring server components to feature parity with client components. * :recycle: Update server component demo. * :bug: Fix bug where attribute changes weren't properly broadcast. * :fire: Remove unused 'Patch' type. * :recycle: Stub out empty js implementations so we can build for js. * :memo: Docs for the docs gods. * :recycle: Rename lustre.server_component to lustre.component.
* :bug: Fixed a bug where event listeners weren't always removed properly.Hayleigh Thompson2023-12-22
|
* :recycle: Refactor example apps to use lustre/try instead of vite.Hayleigh Thompson2023-12-22
|
* :heavy_plus_sign: Upgrade to Gleam v0.33.0Hayleigh Thompson2023-12-22
|
* :recycle: Update to Gleam v0.32 and run gleam fix.v3.0.10Hayleigh Thompson2023-11-04
|
* :truck: Move examples out of test so CI doesn't break.Hayleigh Thompson2023-09-22