Hyunbin
213049cc2e
docs: update dialog example ( #8200 )
...
* feat: update dialog example
* button always autofocusses, allows us to simplify
---------
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
2 years ago
Sanguansak Petchmeesri
14f33cfe61
[docs] add rel noreferrer to fix warning in tutorial ( #8024 )
...
Co-authored-by: vaishnav <vaishnav240204@gmail.com>
Co-authored-by: Alfredo Vecino <fredovecino@gmail.com>
Co-authored-by: Yuichiro Yamashita <xydybaseball@gmail.com>
2 years ago
Josh Soref
b265bc6f0f
[chore] fix spelling and typos ( #7974 )
2 years ago
Neagu Mihai
146e7a6310
fix: Remove Security Message ( #7959 )
2 years ago
Yuri
1de2c02535
Ensure onmouseleave event fires in Hoverable example ( #7873 )
...
Fixes the browser-quirk-related issue described in #6520 and #7867 , based on a [suggestion](https://github.com/sveltejs/svelte/issues/7867#issuecomment-1248993436 ) by @Prinzhorn.
Tested in the editable example area on the Svelte site: https://svelte.dev/examples/slot-props
2 years ago
tanhauhau
3e5846c7c5
update api
3 years ago
Kazuma Oe
707455fa8b
[docs] add `<svelte:element>` example ( #7439 )
3 years ago
opensas
252895d42a
[docs] improve actions tutorial presentation ( #7283 )
3 years ago
NazarLazarchuk
e460acc8f1
[docs] Rename a variable `count_value` to `countValue` in the `Stores` section ( #7180 )
3 years ago
Rene Kootstra
4a78137a2a
[docs] fix #each in window-bindings example ( #7181 )
3 years ago
Austin Walela
6bfd2724a0
[docs] update links to Blender Studio ( #7098 )
3 years ago
Enrico Spinielli
6f2ebaa76d
[docs] use proper symbol for Celsius and Fahrenheit ( #7061 )
3 years ago
Ignatius Bagus
7db797eb1b
[docs] absolute assets links ( #7049 )
3 years ago
Ignatius Bagus
04890c73d2
[docs] absolute and future proof links ( #7038 )
3 years ago
Conduitry
35376f2487
[docs] fix path to /tutorial/image.gif ( #7033 )
3 years ago
gtmnayan
6ff1aed8d5
[docs] Use a simpler demo for the first actions tutorial ( #5014 ) ( #6962 )
...
* Change actions tutorial
* Rename files containing action functions
* Move old pannable example to separate directory
* Add new tutorial to examples
* Update title of the pannable example
* Add thumbnail for pannable action example
* I can't remember all css properties, okay?
* Fix order of style tag in new example
* Inline outclick handlers
* Rename pannable example
* Fix formatting
Co-authored-by: Nayan Gautam <50981692+698969@users.noreply.github.com>
3 years ago
Rich Harris
909ba1778a
update arctic sea ice extent chart ( #6922 )
3 years ago
Aykut Kardaş
4cc439aaad
[docs] update 03-each-blocks sample for readable ( #6907 )
3 years ago
Ignatius Bagus
2484acea26
[docs] use svelte:header + event for link load ( #6903 )
3 years ago
Conduitry
cbbf002a8e
[docs] use new named export for marked 4 in examples ( #6893 )
3 years ago
DoctorNefario
55130be026
[docs] use 'transition' directive for custom JS transitions ( #6796 )
...
This prevents transition jumping when visibility is repeatedly toggled
3 years ago
duarte-pompeu
8d3f4512f6
[docs] Fix the speed of the typewriter example to scale correctly ( #6568 )
3 years ago
Geoff Rich
71cf6002f4
[docs] fix css in js embed ( #6669 )
...
pin emotion version to keep this from happening again
3 years ago
Simon H
53e0754d3b
[docs] remove unnecessary immutable option from App.svelte
...
Closes #5976
3 years ago
David Dawkins
e7cbea64e0
[docs] fix padding in svg bar chart example ( #5945 )
...
Fixes #5941
3 years ago
Joakim Berglund
ecc3c08999
Trackpad and touch support in media example ( #5912 )
3 years ago
Jatin Hemnani
c4f4a3dc2e
[docs] added transition on toggling folder in tutorial ( #6453 )
3 years ago
Lukas Möller
2a9f9d7bb0
Remove unused toggle prop from example ( #5124 )
3 years ago
Konstantin Nosov
fd9eea28f2
remove redundant CSS ( #6355 )
3 years ago
BabakFP
ec2540787a
Changing tutorial/example order from script-style-html to script-html-style ( #6213 )
...
Also change button style in one tutorial
4 years ago
Geoff Rich
ce3a579125
docs: update 7gui example links ( #6052 )
4 years ago
kindoflew
bf35353170
site: fix formatMobile in chart examples ( #5787 )
4 years ago
Aswin Vayiravan
f1b7c08a09
changed to colour names instead of hex codes for readability ( #5772 )
4 years ago
Kevin Åberg Kultalahti
daec25604f
docs: add conditional slot example ( #5383 )
4 years ago
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