Commit Graph

171 Commits

Author SHA1 Message Date
Matthew Griffith
77517c0e4e ignore bench results for now 2019-07-07 10:50:09 -04:00
Matthew Griffith
a37dd13539 clearer note on noStaticStyleSheet 2019-07-07 10:50:00 -04:00
Matthew Griffith
8f0ce1358e cssom experiment 2019-07-07 10:49:42 -04:00
Matthew Griffith
103299f7ce virtualCSS benchmarking 2019-07-07 10:28:54 -04:00
Matthew Griffith
ae18607868 publish to netlify when tests for sauce labs are run. 2019-07-06 14:03:07 -04:00
Matthew Griffith
f80c1888a9 Publish file from elm-ui suite 2019-07-06 12:52:36 -04:00
Matthew Griffith
ec2437d3f8 remove outdated comment 2019-07-06 12:31:28 -04:00
Matthew Griffith
3b1f4b6a6b add exception for exact height in columns 2019-07-06 10:29:13 -04:00
Matthew Griffith
563e86266a add resolved and open cases 2019-07-06 10:15:58 -04:00
Matthew Griffith
41ce90567f report description in test 2019-07-06 10:15:39 -04:00
Matthew Griffith
9d8d447cfd add lorem ipsum for test cases 2019-07-06 10:15:24 -04:00
Matthew Griffith
85896dcfbc resolves #101 - height fillPortion with a min or max had rule misapplied to row instead of column 2019-07-06 09:16:46 -04:00
Matthew Griffith
0c09bde311 Merge branch 'master' of https://github.com/mdgriffith/elm-ui 2019-07-06 08:39:12 -04:00
Matthew Griffith
d05c60492b
Merge pull request #43 from jyrodrigues/master
Mirror 'flex-basis: 0%' from classes.row to classes.column children
2019-07-06 08:38:32 -04:00
Matthew Griffith
1b6a6c6caf Input.text: maintain order of type, then value for weird Edge bug 2019-07-06 08:26:59 -04:00
Matthew Griffith
df18305563 resolves #103 2019-07-06 08:12:25 -04:00
Matthew Griffith
99c50968b9 benchmarks now use project root package.json 2019-07-05 21:54:02 -04:00
Matthew Griffith
99acbebc63 move docs to notes dir 2019-07-05 21:53:29 -04:00
Matthew Griffith
acfadbd04c move package.json to root level so it can be shared by tests and benchmarks 2019-07-05 21:53:08 -04:00
Matthew Griffith
67926b4706 test suite, change title when finished 2019-07-05 21:52:14 -04:00
Matthew Griffith
ac7f841a9f ignore tmp folder 2019-07-05 21:51:57 -04:00
Matthew Griffith
c7af096bda irgnore test tmp 2019-07-05 11:57:05 -04:00
Matthew Griffith
ffe22f6c0e remove unsed live script 2019-07-05 11:49:06 -04:00
Matthew Griffith
7e387f08c6 rename index.html to run.html to better capture what it does 2019-07-05 11:48:55 -04:00
Matthew Griffith
7b6fc3e27d resolves #30 - remove default styling for search bars 2019-07-05 10:33:01 -04:00
Matthew Griffith
6eae47bf09 resolves #84 - add clip to placeholder so it doesn't overflow 2019-07-04 11:40:44 -04:00
Matthew Griffith
aab80e2fbc background transparent for input to allow placeholder to work 2019-07-04 11:21:30 -04:00
Matthew Griffith
37bd5b70ef resolves #61 - While chrome has a minimum line-height of 1.05em on text inputs, which was making the math be slightly off forcomparison to normal els, we can come back to sanity by setting height as well as line-height 2019-07-04 10:55:49 -04:00
Matthew Griffith
ec1f303a24 resolves #64 - padding on Input.text is now translated to line height so that chrome doesn't clip the input. 2019-07-04 09:48:12 -04:00
Matthew Griffith
f9e315ff0e text area open case 2019-07-03 09:12:12 -04:00
Matthew Griffith
4040196fa5 move placeholder to content area of text input instad of inFront 2019-07-03 09:09:31 -04:00
Matthew Griffith
b17280a943 allow font color to skip over transparent color of embedded element used for textarea height content 2019-07-02 21:52:37 -04:00
Matthew Griffith
a28ef3bef4 typo 2019-07-02 21:52:05 -04:00
Matthew Griffith
5b6647b443 ensure correct textarea height within Input.multiline 2019-07-02 08:46:19 -04:00
Matthew Griffith
dc1f301c60 resolves #23 - ensure proper distribution of width/height attrs on inputs 2019-07-01 22:30:47 -04:00
Matthew Griffith
2ee45a82b4 Remove project post because I ended up doing it 2019-07-01 20:54:50 -04:00
Matthew Griffith
6b75d72622 remove old json results 2019-07-01 20:48:20 -04:00
Matthew Griffith
81501311a5 add render benchmark results view 2019-07-01 20:48:03 -04:00
Matthew Griffith
8e88631245 Merge branch 'master' of https://github.com/mdgriffith/elm-ui 2019-07-01 20:46:25 -04:00
Matthew Griffith
c83275e299 webcomponent scaffold 2019-07-01 20:45:08 -04:00
Matthew Griffith
59d31e11a0 micro-benchmarks 2019-07-01 20:44:01 -04:00
Matthew Griffith
a2a4b32814 run benchmark for all implentations 2019-06-29 21:04:53 -04:00
Matthew Griffith
2f910a8b2b add inline styles and html exampels to basic benchmark 2019-06-29 20:45:20 -04:00
Matthew Griffith
1e7336e702 remove comments from generated stylesheet. resolves #66. Set inline one level deeper on elements in paragraphs. Resolves #50 2019-06-29 18:43:48 -04:00
Matthew Griffith
b95ab17bcd resolves #77, resolves #42 widths and heights with bounds on them should now prevent other widths/heights from being set. 2019-06-29 17:30:21 -04:00
Matthew Griffith
ada7de456e resolves #115 2019-06-29 14:26:25 -04:00
Matthew Griffith
9768fbcc80 git rid of markdown lint warning or something. 2019-06-29 14:09:41 -04:00
Matthew Griffith
20f721a3dc Expand on Input documentation. 2019-06-29 14:09:21 -04:00
Matthew Griffith
cdc4f7063f add Rendering Benchmark Suite 2019-06-29 10:47:46 -04:00
Matthew Griffith
e288034c1d input cleanup 2019-06-21 19:04:29 -04:00