izumiiii
9e0556cf70
docs: fix a11y warning in media elements example ( #5606 )
4 years ago
Luca Bonavita
8f17d6c78c
docs: document `bind:files` ( #5141 )
4 years ago
Stanislav Lashmanov
5c6730e382
Simplify each block bindings example ( #5094 )
...
No need for CSS here, the same effect could be achieved with just a `disabled` binding.
4 years ago
Richard Harris
1644f207b1
make canvas example more fun
4 years ago
Roman Kosov
a4dadf82be
site: fix some mixed content ( #4926 )
5 years ago
Daniel Imfeld
a658fedb83
docs/tests: use event.key instead of event.which ( #4758 )
5 years ago
Daniel Imfeld
cc3c7fa9f4
docs: fix CSS typo in example ( #4685 )
5 years ago
Conduitry
0d263cc1ea
docs: use Node.TEXT_NODE in more places
5 years ago
Robin Cussol
ece61381de
fix(examples): hide "undefined" domain in HN example ( #4643 )
...
* fix(examples): hide "undefined" domain in HN example
This commit introduces a null-undefined check against the domain of the HN items in the Hacker News example.
* Update site/content/examples/21-miscellaneous/01-hacker-news/Item.svelte
Co-Authored-By: Antony Jones <ant@enzy.org>
Co-authored-by: Antony Jones <ant@enzy.org>
5 years ago
Robin Cussol
df3ae85b42
fix(examples): use correct URL for Ask HN posts ( #4640 )
5 years ago
Antony Jones
7831766fa0
site: turn fancybutton into custombutton ( #4476 )
5 years ago
Rich Harris
5721ae3aeb
Merge pull request #3943 from Conduitry/gh-2505
...
site: add font fallback for Comic Sans MS
5 years ago
AlexxNB
2285ee222a
fix 'action with param' example and tutorial
5 years ago
Conduitry
78eea640d3
site: add font fallback for Comic Sans MS ( #2505 )
5 years ago
Rich Harris
054f409950
better tutorial for parameterised actions ( #3930 )
...
* better tutorial for parameterised actions
* update example alongside tutorial
* update thumbnail
5 years ago
Rich Harris
331bb39c0a
Merge pull request #3826 from vascoosx/crud-example-update-fix
...
Fix crud example update error after searching
5 years ago
Rich Harris
3889ec499e
simpler fix
5 years ago
Rich Harris
7ab26f872b
Make font-weight 400, add to stylesheet
5 years ago
Ayoub
752c09cf53
✏️ outdated logotype on svg-transition example
5 years ago
Rich Harris
e467c92564
fix logo-mask url, remove unused file
5 years ago
Shunichi Hato
b704531a2e
Make selection reactive with search
5 years ago
Shunichi Hato
4918faf605
Fix crud example update error when filtering
...
because the index `i` in update refers to the index in the original
5 years ago
Rich Harris
1324a57786
oops, remove some debugging code
5 years ago
Richard Harris
e55bf4013d
remove some unused code
5 years ago
Richard Harris
fe3412828c
make modal more accessible
5 years ago
Steve Lee
1668316621
Fix script end tag
5 years ago
Steve Lee
1e55d46bc0
Add Key handling to modal example
...
This is a basic accessibility requirement for key access
5 years ago
Aaron George
231fbfa020
FIXED: Media Elements Example
...
Seeking was happening regardless of if a drag was happening
5 years ago
mattstobbs
c250793b35
Fix animate example ( #3543 )
5 years ago
Reto Trinkler
b1a8c96e18
Remove unnecessary code in "bind-this" example
...
In https://svelte.dev/examples#bind-this some code is superfluous
5 years ago
Conduitry
1ab3dcb342
use assets served from github pages
5 years ago
Richard Harris
383d441b83
better keyed each example
5 years ago
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.
5 years ago
Richard Harris
4f26363fe0
update deferred transitions example
5 years ago
pngwn
efcd294731
Site: Document svelte/easing ( #3292 )
5 years ago
craigglennie
0a3818fb9b
Don't use shorthand binding in textarea example ( #3256 )
5 years ago
Conduitry
87d4ac55c9
site: fix css-in-js blog embed, pt II
5 years ago
Conduitry
c24fc92d2f
site: fix css-in-js blog embed
5 years ago
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.
5 years ago
Richard Harris
d07feba638
use better eliza package
6 years ago
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.
6 years ago
Conduitry
3cfbd66841
site: fix enter handling in animate example
6 years ago
Hongarc
66e39d52d4
Remove whitespace at end of line
6 years ago
Conduitry
011b33181e
site: fix immutable tutorial and example on Firefox ( #2601 )
6 years ago
Rich Harris
b62328d6a7
Update App.svelte
6 years ago
pngwn
1b4446030b
Update animate example to use animate directive and built-in crossfade function.
6 years ago
James Robey
c954e84727
Make modal example more obvious
6 years ago
Conduitry
e49db5c65f
site: move write-less-code REPL embed into example
6 years ago
Conduitry
f2e1b0ea99
site: move svelte-css-in-js REPL embed into example
6 years ago
Richard Harris
7a3e87c75e
remove superfluous example
6 years ago