Commit Graph

187 Commits

Author SHA1 Message Date
Matthew Griffith
975edb71ee standardize window size for tests (probably want to test on multiple sizes in the future) 2019-07-20 11:04:03 -04:00
Matthew Griffith
c0eff7880d revive sauce-labs testing in a much more convenient way 2019-07-20 10:21:04 -04:00
Matthew Griffith
23a43a2afa Closes #86 - removes <p> tag in favor of a plain div. 2019-07-17 09:01:13 -04:00
Matthew Griffith
81582bf9e4 more notes on disabled state 2019-07-17 08:31:08 -04:00
Matthew Griffith
134a980c72 benchmark notes 2019-07-13 19:37:47 -04:00
Matthew Griffith
ba4158eb13 better formatting for results benchmarks 2019-07-13 17:03:00 -04:00
Matthew Griffith
9b06ebb4ad notes on benchmarks 2019-07-13 17:02:27 -04:00
Matthew Griffith
70a3056131 minor cleanup 2019-07-13 16:24:53 -04:00
Matthew Griffith
0a8e95a7c5 only set a property, not an attribute on the vcssom node 2019-07-13 11:10:43 -04:00
Matthew Griffith
fcb6e3de20 don't vary colors in a pathological way, that's for another test. 2019-07-13 11:10:06 -04:00
Matthew Griffith
5994449bb1 remove console logs from cssom.js 2019-07-13 11:09:47 -04:00
Matthew Griffith
13364449da more micro benchmarks, because why not 2019-07-13 10:14:18 -04:00
Matthew Griffith
cc9b2aca20 improve benchmarking suite 2019-07-13 08:48:33 -04:00
Matthew Griffith
750a57e783 keyed approach for cssom 2019-07-07 20:51:31 -04:00
Matthew Griffith
ac74e54f16 add benchmarks to checkout contain: strict 2019-07-07 20:50:26 -04:00
Matthew Griffith
d2934dad5a include cssom in benchmarks 2019-07-07 10:50:25 -04:00
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