Gavin Panella
f1fc89363a
Remove mention of Lazy.
...
I think the Lazy that is being referred to was removed in Elm 0.19.
2019-05-20 17:12:11 +02:00
Gavin Panella
8c41012507
Expose Choice so that readers of docs know what it looks like.
2019-05-20 17:09:58 +02:00
Gavin Panella
14a1f2d84a
niceId is always called with the same first arg.
2019-05-20 17:07:06 +02:00
Gavin Panella
c19aaf7f6f
Remove (..) imports.
2019-05-20 16:54:26 +02:00
Gavin Panella
7931adff73
Default text doesn't need id or value.
2019-05-20 16:42:47 +02:00
Gavin Panella
e6048a3175
Comment to explain that failure is thrown away.
2019-05-20 16:40:53 +02:00
Gavin Panella
211d07df49
Extract viewDefaultChoice method.
2019-05-20 16:40:10 +02:00
Katie Hughes
c131ee2070
fully replace the select v5 example with the select v6 example
2019-05-17 15:42:40 -07:00
Katie Hughes
0575f48c74
add select v6 tests
2019-05-17 15:38:47 -07:00
Tessa Kelly
0d777acf8f
💀 remove 0.18 modules
2019-05-17 15:05:54 -07:00
Katie Hughes
b9186423af
allow current to be optional
2019-05-17 14:03:51 -07:00
Katie Hughes
658942a78a
v6 select with ability to have a default choice
2019-05-17 11:11:17 -07:00
Katie Hughes
7cd37b8f83
First pass of adding a default value to select
...
Without disturbing the original example, add in our updated select and an example of it to compare the two side by side. We need to handle the "Nothing" case to make sure it looks like the original Select and add tests.
2019-05-16 16:56:06 -07:00
Katie Hughes
c0c4fb32b7
Merge pull request #275 from NoRedInk/zamboni/bump-for-page
...
bump elm version for error page api update
2019-05-15 14:04:47 -07:00
Katie Hughes
6e4e3d754d
bump elm version
2019-05-15 12:01:42 -07:00
Katie Hughes
96f9c2bdea
Merge pull request #274 from NoRedInk/zamboni/customize-page-button-label
...
Zamboni/customize page button label
2019-05-15 12:00:03 -07:00
Katie Hughes
594f6355e2
remove type variable, change reload text
2019-05-14 16:04:51 -07:00
Katie Hughes
6824fe8dbb
make ci happy
2019-05-13 17:15:12 -07:00
Katie Hughes
f0f2dd97e3
add tests for error page recovery text
2019-05-13 16:58:34 -07:00
Katie Hughes
fafa22894f
Add flexibility to the button text for error pages
2019-05-13 16:04:10 -07:00
Tessa
99bde371bd
Merge pull request #273 from NoRedInk/tessa/link-docs
...
Tessa/link docs
2019-05-13 09:02:04 -07:00
Tessa Kelly
c80f7ca4ed
🐛 fixes old name uses
2019-05-10 11:11:44 -07:00
Tessa Kelly
1db134067a
Adds link to the package site based on the module name
2019-05-10 11:08:39 -07:00
Tessa
585ce8aece
Merge pull request #272 from NoRedInk/tessa/bump
...
6.14.0
2019-05-09 15:33:00 -07:00
Tessa Kelly
782ff11e71
Bump
2019-05-09 14:38:03 -07:00
Tessa
50339378dc
Merge pull request #270 from NoRedInk/tessa/disclosing
...
Tessa/disclosing
2019-05-09 14:32:11 -07:00
Tessa Kelly
42a257cb02
view -> medium, large
2019-05-09 09:46:57 -07:00
Tessa Kelly
d42746061e
Merge remote-tracking branch 'origin/master' into tessa/disclosing
2019-05-09 09:39:36 -07:00
Brooke
f972e4e45c
Merge pull request #271 from NoRedInk/make-it-public
...
unconditionally make public
2019-05-09 09:20:47 -07:00
brookeangel
2c08fd5fd6
unconditionally make public
2019-05-09 09:03:30 -07:00
Tessa Kelly
9ee82cee0f
Fix docs
2019-05-07 12:47:18 -07:00
Tessa Kelly
17bd12686f
Expose V2
2019-05-07 12:42:10 -07:00
Tessa Kelly
4927fca129
Update copy
2019-05-07 12:41:45 -07:00
Tessa Kelly
95a05d5514
🎨 dry up the example code
2019-05-07 12:34:33 -07:00
Tessa Kelly
e4e2b586f3
💀 remove Config to ensure that the documentation is easy to read and everything relevant is exposed
2019-05-07 12:27:55 -07:00
Tessa Kelly
8d8fdb41de
Expose a simpler API
2019-05-07 12:27:25 -07:00
Tessa Kelly
4301048a16
Rename the indicator views
2019-05-07 12:14:51 -07:00
Tessa Kelly
e4479c003d
Use the Svg icon directly rather than requiring Assets
2019-05-07 12:12:13 -07:00
Tessa Kelly
f9af9d558f
Adds arrow icon to the elm spritesheet
2019-05-07 12:11:18 -07:00
Tessa Kelly
516200238b
🎨 emphasize the differences between the styles
2019-05-07 11:38:35 -07:00
Tessa Kelly
8be0a1021e
Use buttons rather than clickable divs in the example code
2019-05-07 11:37:14 -07:00
Tessa Kelly
d32a017b79
💀 remove the label from the disclosure indicator
...
the image is a visual cue that the item is interactable. instead of having alt text, we should use buttons for interactable elements. this will keep the info about the page having a hide/show ability from being redundant
2019-05-07 11:32:29 -07:00
Tessa Kelly
6a459f503d
Inline the styles
2019-05-07 11:29:48 -07:00
Tessa Kelly
7dee88e7d3
Use V2 of the disclosure indicator in the styleguide
2019-05-07 11:25:25 -07:00
Tessa Kelly
e4dc5af7a6
cp V1 -> V2
2019-05-07 11:22:57 -07:00
Tessa
431c5e91a0
Merge pull request #266 from NoRedInk/tessa/small-styelguide-updates
...
Tessa/small styelguide updates
2019-05-07 08:59:08 -07:00
Tessa
4ac053888c
Merge branch 'master' into tessa/small-styelguide-updates
2019-05-06 16:45:55 -07:00
Tessa
99355331f6
Merge pull request #268 from NoRedInk/dansby/no-min
...
Remove modal footer min height
2019-05-06 16:45:30 -07:00
Tessa
c1f9f24e7a
Merge branch 'master' into tessa/small-styelguide-updates
2019-05-06 16:41:07 -07:00
Tessa
5e129f46a3
Merge branch 'master' into dansby/no-min
2019-05-06 16:40:59 -07:00