Commit Graph

50 Commits

Author SHA1 Message Date
Tessa Kelly
fee21bed44 Merge remote-tracking branch 'origin/master' into bat/table-example 2022-05-27 17:00:05 -07:00
Tessa Kelly
ea79dc698a Adds data to appropriate table examples 2022-05-25 19:07:43 -07:00
Tessa Kelly
f43a2b554e Adds sample code for breadcrumbs example 2022-05-24 14:07:59 -07:00
Tessa Kelly
8e978a1f2f Begin implementing code example 2022-05-24 13:31:50 -07:00
Tessa Kelly
a52c6c785f Wire up a basic controls example 2022-04-18 19:12:09 -07:00
Tessa Kelly
119948e847 Merge remote-tracking branch 'origin/master' into bat/accordion-code 2022-04-18 10:02:26 -07:00
Tessa Kelly
aee387cc5e Add the subhead styles back 2022-04-14 13:38:33 -07:00
Tessa Kelly
adb2d4bd87 Fix heading order issues, exclusive of Accordion because there's a PR making major changes to that component's view currently open 2022-04-14 12:30:07 -07:00
Tessa Kelly
854bce9e62 Adds extra import to fix compilation 2022-04-12 17:32:46 -07:00
Tessa Kelly
4918939201 Make a compilable code example for Accordion 2022-04-12 17:08:59 -07:00
Tessa Kelly
b9b0e9fa27 Elm review 2022-03-29 10:42:33 -07:00
Tessa Kelly
f1761e7302 Merge remote-tracking branch 'origin/master' into decode-example-links 2022-03-29 10:41:37 -07:00
Tessa Kelly
2ef33bde50 Thread the ellie package dependencies through 2022-03-29 10:19:32 -07:00
Alex Perkins
eb41249816
Merge pull request #886 from NoRedInk/bat/menu-example-code
Bat/menu example code
2022-03-29 12:36:33 -04:00
Tessa Kelly
42d8612855 Adds error handling 2022-03-29 09:33:00 -07:00
Tessa Kelly
86e1bc97ed Pull the Ellie code into its own module 2022-03-29 08:52:58 -07:00
Tessa Kelly
d692b93d90 Merge remote-tracking branch 'origin/master' into bat/menu-example-code 2022-03-28 14:19:21 -07:00
Kristine
65abe662a0 add instructions 2022-03-25 14:39:05 -04:00
Kristine
60c2777d80 change title 2022-03-25 14:22:20 -04:00
Tessa Kelly
95dd4632bb Merge remote-tracking branch 'origin/master' into bat/ellie-example-links 2022-03-25 07:37:39 -07:00
Tessa Kelly
960ed59a57 Customize the code gen for the standard button 2022-03-24 14:36:18 -07:00
Tessa Kelly
7eaf196659 Move the border setting to an attribute list 2022-03-24 13:31:34 -07:00
Tessa Kelly
d164a7e988 Adds section name to the ellie title 2022-03-23 16:21:48 -07:00
Tessa Kelly
ded32c9500 Adds missing common import 2022-03-23 16:19:38 -07:00
Tessa Kelly
6e90950bd7 Adds another package for convenience 2022-03-23 16:17:19 -07:00
Tessa Kelly
4bba00573e aHA the html is also configurable and so needs to be passed through 2022-03-23 16:12:57 -07:00
Tessa Kelly
84b21dc35a Adds proof of concept with links to ellie
note that something is currently wrong on the ellie side -- everything looks fine, except that there's no compiled output
2022-03-23 16:05:50 -07:00
Tessa Kelly
69beae6c67 Thread the version and name through to the example code generator 2022-03-23 13:24:19 -07:00
Tessa Kelly
d8ee80e2a2 Thread the module name through to the example code 2022-03-23 13:13:19 -07:00
Tessa Kelly
615ef0cfc4 Use Control for state, rather than custom modeling 2022-03-22 09:15:40 -07:00
Tessa Kelly
72d4087fb1 Recursion makes the ui too bad. Give up and proceed with other features 2022-03-10 19:11:38 -08:00
Tessa Kelly
ef530533e3 Adds listItems helper 2022-03-10 18:01:47 -08:00
Tessa Kelly
0534c35a17 Implement dynamic list
because of how debug.controls renders records, this implementation artificially indents. This should be fixed in order to make the controls actually usable
2022-03-10 17:13:39 -08:00
Tessa Kelly
e35672e4aa Merge remote-tracking branch 'origin/master' into tessa/media-support-3 2022-03-10 08:14:42 -08:00
Tessa Kelly
2be5eed9cd Use value directly rather than threading bool through 2022-03-09 17:18:15 -08:00
Tessa Kelly
a761c9c404 Remove brittle css parsing to simplify example code 2022-03-09 17:16:13 -08:00
Tessa Kelly
d931c36603 Reduce the default vertical heeight of the generated code, to keep the example in the viewport by default 2022-03-09 15:30:49 -08:00
Tessa Kelly
5ad3f3920f Improve the styles of the new shared code gen layout helper 2022-03-04 17:26:27 -08:00
Tessa Kelly
2531043be1 Fix regex 2022-03-04 16:45:40 -08:00
Tessa Kelly
1d27a3c28e Add example for hiding svg children on mobile 2022-03-04 15:58:17 -08:00
Tessa Kelly
5bf6a4481c Use list of attributes for clickable text attrs 2022-03-04 14:49:45 -08:00
Tessa Kelly
de00b884fa Adds and uses css helper that allows for code gen 2022-03-04 14:21:02 -08:00
Tessa Kelly
88cfb2453a Adds common disabled helper 2022-03-04 14:01:36 -08:00
Tessa Kelly
06a5615959 Include the uiicon used in the code gen 2022-03-04 13:43:01 -08:00
Tessa Kelly
25e5aa9a29 Begin implementing code example 2022-03-04 12:46:28 -08:00
Tessa Kelly
c8a4ca22b7 Adds css to example 2022-03-04 10:42:09 -08:00
Tessa Kelly
900c80f790 Adds example to list doc 2022-03-04 10:42:00 -08:00
Tessa Kelly
0eefc2a714 Extract int helper 2022-03-04 10:26:19 -08:00
Tessa Kelly
57f014b8a0 Adds hover css example 2021-10-21 17:27:29 -07:00
Tessa Kelly
6dec2ee268 Adds paddingPx control settings 2021-10-21 17:20:29 -07:00