Rich Harris
054f409950
better tutorial for parameterised actions ( #3930 )
...
* better tutorial for parameterised actions
* update example alongside tutorial
* update thumbnail
2019-11-15 12:03:15 -05:00
Rich Harris
331bb39c0a
Merge pull request #3826 from vascoosx/crud-example-update-fix
...
Fix crud example update error after searching
2019-11-14 16:55:42 -05:00
Rich Harris
3889ec499e
simpler fix
2019-11-14 16:55:34 -05:00
Rich Harris
7ab26f872b
Make font-weight 400, add to stylesheet
2019-11-09 14:57:14 -05:00
Ayoub
752c09cf53
✏️ outdated logotype on svg-transition example
2019-11-08 02:24:34 +01:00
Rich Harris
e467c92564
fix logo-mask url, remove unused file
2019-11-06 11:49:40 -05:00
Shunichi Hato
b704531a2e
Make selection reactive with search
2019-11-03 13:58:35 +09:00
Shunichi Hato
4918faf605
Fix crud example update error when filtering
...
because the index `i` in update refers to the index in the original
2019-10-31 17:28:56 +09:00
Rich Harris
1324a57786
oops, remove some debugging code
2019-10-29 12:55:41 -04:00
Richard Harris
e55bf4013d
remove some unused code
2019-10-27 18:36:19 -04:00
Richard Harris
fe3412828c
make modal more accessible
2019-10-27 18:26:06 -04:00
Steve Lee
1668316621
Fix script end tag
2019-10-27 18:44:57 +00:00
Steve Lee
1e55d46bc0
Add Key handling to modal example
...
This is a basic accessibility requirement for key access
2019-10-26 23:53:13 +01:00
Aaron George
231fbfa020
FIXED: Media Elements Example
...
Seeking was happening regardless of if a drag was happening
2019-10-16 15:20:04 -04:00
mattstobbs
c250793b35
Fix animate example ( #3543 )
2019-09-10 09:08:44 -04:00
Reto Trinkler
b1a8c96e18
Remove unnecessary code in "bind-this" example
...
In https://svelte.dev/examples#bind-this some code is superfluous
2019-09-05 07:59:00 -04:00
Conduitry
1ab3dcb342
use assets served from github pages
2019-09-04 08:06:55 -04:00
Richard Harris
383d441b83
better keyed each example
2019-08-16 14:00:06 -04:00
Christian Engen
8f284c0f9a
Docs: unused variable removed
...
The `const ctx` declaration in `loop` shadows the `let ctx` declaration in the outer scope.
This change removes the outer declaration.
2019-08-15 14:40:04 +02:00
Richard Harris
4f26363fe0
update deferred transitions example
2019-08-12 09:37:29 -04:00
pngwn
efcd294731
Site: Document svelte/easing ( #3292 )
2019-07-26 15:22:24 -04:00
craigglennie
0a3818fb9b
Don't use shorthand binding in textarea example ( #3256 )
2019-07-20 15:49:30 -04:00
Conduitry
87d4ac55c9
site: fix css-in-js blog embed, pt II
2019-06-16 09:38:55 -04:00
Conduitry
c24fc92d2f
site: fix css-in-js blog embed
2019-06-16 09:17:40 -04:00
Jacob Wright
52b5e05ead
Fix 7 GUIs crud example for delete when filtered
...
This example could delete the incorrect person when a filter was applied. Just an example, but the behavior was confusing when I played with it, so I thought it worth fixing.
2019-06-12 10:05:59 -04:00
Richard Harris
d07feba638
use better eliza package
2019-05-28 13:24:48 +02:00
Elliot Waite
4c805018e4
Fix CRUD example to allow changing input values.
...
Currently, the first name and last name inputs fields can't be edited without the changes immediately being overwritten back to the selected person's first name and last name. This change will make it so that the input fields only get overwritten with the selected person's first name and last name when the selected person is changed.
2019-05-24 15:55:18 -10:00
Conduitry
3cfbd66841
site: fix enter handling in animate example
2019-05-15 10:40:44 -04:00
Hongarc
66e39d52d4
Remove whitespace at end of line
2019-05-15 10:00:11 -04:00
Conduitry
011b33181e
site: fix immutable tutorial and example on Firefox ( #2601 )
2019-05-14 23:59:07 -04:00
Rich Harris
b62328d6a7
Update App.svelte
2019-05-12 13:08:10 -04:00
pngwn
1b4446030b
Update animate example to use animate directive and built-in crossfade function.
2019-05-12 10:13:52 +01:00
James Robey
c954e84727
Make modal example more obvious
2019-05-05 17:06:10 +07:00
Conduitry
e49db5c65f
site: move write-less-code REPL embed into example
2019-04-23 14:49:48 -04:00
Conduitry
f2e1b0ea99
site: move svelte-css-in-js REPL embed into example
2019-04-23 14:49:25 -04:00
Richard Harris
7a3e87c75e
remove superfluous example
2019-04-21 20:41:50 -04:00
Richard Harris
115d10bd18
update references to svelte.technology - fixes #2450
2019-04-21 11:17:10 -04:00
Rich Harris
ab84aeef11
update svelte:options tutorial chapter, remove example
2019-04-15 12:29:02 -04:00
Rich Harris
c5b401254c
Update examples and thumbnails
2019-04-15 09:10:17 -04:00
Conduitry
cad5bbafd4
site: fix deferred-transitions example
2019-04-14 12:51:54 -04:00
Conduitry
6e46a18969
rename derive
to derived
2019-04-09 10:29:40 -04:00
Richard Harris
56b6fb0607
fix readable examples in tutorial
2019-04-07 08:05:12 -04:00
Richard Harris
fba4308036
dry out /repl/embed
2019-03-19 21:53:43 -04:00
Rich Harris
ad2924acb3
a few tweaks
2019-03-18 18:27:41 -04:00
Richard Harris
b3b8f4220c
various spring fixes, including #2167
2019-03-17 12:15:16 -04:00
Richard Harris
2edb5df09c
transfer over all the old examples worth keeping
2019-03-10 22:25:33 -04:00
Richard Harris
771d9eed06
update/remove some more stuff
2019-03-10 19:39:14 -04:00
Richard Harris
3b424fe660
7guis examples
2019-03-10 18:52:54 -04:00
Richard Harris
23eeddef66
tweak examples
2019-03-10 18:35:46 -04:00
Richard Harris
5bd43fba51
bones of an example index page
2019-03-10 15:53:01 -04:00
Richard Harris
217cd6c741
move example data into components
2019-03-10 13:15:56 -04:00
Rich Harris
4541d58798
Add a tutorial ( #2132 )
2019-03-10 09:30:29 -04:00
Conduitry
7e5b29c85e
repl: don't export time as prop in SVG Clock example
2019-02-23 12:23:28 -05:00
Richard Harris
a0e72db86a
fix crud example
2019-02-17 11:06:28 -05:00
Richard Harris
f863a5df30
fix flight booker example
2019-02-17 10:51:21 -05:00
Rich Harris
e6ed8ef49f
update site, including REPL, to use .svelte
2019-02-08 20:58:18 -05:00
Conduitry
a270661d20
rename <svelte:meta>
to <svelte:options>
( #2017 )
2019-01-29 17:59:40 -05:00
Conduitry
77df0b7c45
update and tidy REPL examples
2019-01-03 18:23:03 -05:00
Chris Morgan
c850dcd6c4
Update parallax example to use https: URLs
...
It’s very common for http: URLs not to load in https: page now.
These images are served on https: also, so use that.
2019-01-03 22:48:17 +11:00
Richard Harris
3701e0d582
add spring example
2019-01-01 19:34:55 -05:00
Rich Harris
8768c5d7bd
minor site tweaks
2018-12-23 22:00:35 -05:00
Rich Harris
93f37c3eeb
Merge pull request #1901 from sveltejs/embedded-repl
...
embedded REPLs
2018-12-23 19:14:49 -05:00
Rich Harris
4016f4ff71
put homepage demos into the repo
2018-12-23 19:11:19 -05:00
Conduitry
fab74508ab
use integrated transitions in demos
2018-12-23 19:05:30 -05:00
Rich Harris
29052aba7d
Bring svelte.technology source into main repo
2018-12-22 16:09:27 -05:00