0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-30 00:46:29 +01:00
Commit Graph

84 Commits

Author SHA1 Message Date
BabakFP
ec2540787a
Changing tutorial/example order from script-style-html to script-html-style (#6213)
Also change button style in one tutorial
2021-04-22 18:05:13 +02:00
Geoff Rich
ce3a579125
docs: update 7gui example links (#6052) 2021-03-05 11:29:03 -05:00
kindoflew
bf35353170
site: fix formatMobile in chart examples (#5787) 2020-12-24 17:52:06 -05:00
Aswin Vayiravan
f1b7c08a09
changed to colour names instead of hex codes for readability (#5772) 2020-12-11 15:55:22 -08:00
Kevin Åberg Kultalahti
daec25604f
docs: add conditional slot example (#5383) 2020-11-18 09:41:47 -05:00
izumiiii
9e0556cf70
docs: fix a11y warning in media elements example (#5606) 2020-10-28 12:23:47 -04:00
Luca Bonavita
8f17d6c78c
docs: document bind:files (#5141) 2020-08-12 16:05:59 -04:00
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.
2020-07-14 18:27:42 +01:00
Richard Harris
1644f207b1 make canvas example more fun 2020-06-16 08:16:28 -04:00
Roman Kosov
a4dadf82be
site: fix some mixed content (#4926) 2020-05-29 10:10:19 -04:00
Daniel Imfeld
a658fedb83
docs/tests: use event.key instead of event.which (#4758) 2020-05-01 19:34:54 -04:00
Daniel Imfeld
cc3c7fa9f4
docs: fix CSS typo in example (#4685) 2020-04-18 06:38:36 -04:00
Conduitry
0d263cc1ea docs: use Node.TEXT_NODE in more places 2020-04-12 13:30:39 -04:00
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>
2020-04-07 09:30:48 -04:00
Robin Cussol
df3ae85b42
fix(examples): use correct URL for Ask HN posts (#4640) 2020-04-07 09:30:33 -04:00
Antony Jones
7831766fa0
site: turn fancybutton into custombutton (#4476) 2020-02-27 06:40:42 -05:00
Rich Harris
5721ae3aeb
Merge pull request #3943 from Conduitry/gh-2505
site: add font fallback for Comic Sans MS
2019-11-18 10:45:39 -05:00
AlexxNB
2285ee222a fix 'action with param' example and tutorial 2019-11-18 12:47:30 +03:00
Conduitry
78eea640d3 site: add font fallback for Comic Sans MS (#2505) 2019-11-17 17:22:21 -05:00
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