Commit graph

42 commits

Author SHA1 Message Date
Jordan Eldredge
cf1b4082bc Use Internet Archive's background color 2018-07-07 12:21:47 -07:00
Jordan Eldredge
df97a4f0c9 Update screenshot snapshot 2018-07-02 21:18:24 -07:00
Jordan Eldredge
50c5c264d1 Pose snapshot with visualizer 2018-07-02 20:09:34 -07:00
Jordan Eldredge
c5b4254a59 Slightly prettier curve in screenshots 2018-07-02 19:56:40 -07:00
Jordan Eldredge
3d836424da Turn on buttons for screenshot 2018-07-02 19:38:26 -07:00
Jordan Eldredge
836b500c2a Only hide the about menu in screenshot mode 2018-07-02 19:21:38 -07:00
Jordan Eldredge
4623cec225 Disable the marquee in screenshot mode 2018-07-02 19:14:02 -07:00
Jordan Eldredge
d5fc239c38 Pad marquee with spaces 2018-07-02 19:03:04 -07:00
Jordan Eldredge
8082d97982 Add snapshot for loading skin via query param 2018-06-30 13:52:15 -07:00
Jordan Eldredge
2f0b3ebac4 Add transparency integration test 2018-06-30 13:38:25 -07:00
Jordan Eldredge
179bab89fe Add more integration tests 2018-06-28 23:25:13 -07:00
Jordan Eldredge
d17574607c Add Puppeteer snapshot testing 2018-06-28 22:16:37 -07:00
Ricky Miller
5732baeb97 Update Regex, add pledit with quotes 2018-02-12 09:22:33 -08:00
Jordan Eldredge
9b0b2acc3b Add additional region fixture test 2017-11-16 21:31:39 -08:00
Jordan Eldredge
445f5c557f Allow region.txt to have leading ,s 2017-11-16 21:31:39 -08:00
Jordan Eldredge
76cf5612ad Make ini parsing more robust 2017-11-16 21:31:39 -08:00
Jordan Eldredge
bba1c24deb Make region parsing more robust 2017-11-16 21:31:24 -08:00
Jordan Eldredge
e94f86e0aa First attempt at region support 2017-11-15 21:10:31 -08:00
Jordan Eldredge
280c4446f1 Move files next to file under test 2017-01-17 15:27:23 -08:00
Jordan Eldredge
0ed966b9c6 Add tests for Character 2017-01-17 14:53:07 -08:00
Jordan Eldredge
8eb308e6d0 Improve Character component 2017-01-17 14:52:09 -08:00
Jordan Eldredge
ea3234fa72 Start testing reducers 2017-01-13 21:39:26 -08:00
Jordan Eldredge
69cf900c0b Add snapshot test for MainWindow 2017-01-13 21:11:12 -08:00
Jordan Eldredge
8dce934f62 Autoload jsx files 2017-01-13 21:02:04 -08:00
Jordan Eldredge
38f57e5219 Make test names consistent 2017-01-03 20:49:47 -08:00
Jordan Eldredge
9408e5b95f Disable band while we wait for Safari to fix their bug. 2016-11-28 20:31:20 -08:00
Jordan Eldredge
2a3e59f160 Don't automock 2016-11-28 20:24:21 -08:00
Jordan Eldredge
785af97700 Add snapWithin() and add snapping to like sides 2016-11-28 20:24:12 -08:00
Jordan Eldredge
7dd1bb8858 Enable react linting rules, fix linting errors
Also fix lint command in `package.json`
2016-11-28 20:24:12 -08:00
Jordan Eldredge
99e9e70ce6 First stab at spline line for equalizer 2016-08-29 20:17:38 -07:00
Jordan Eldredge
1f5e7503b0 Separate sprite definitions from CSS rules 2016-08-29 20:15:21 -07:00
Jordan Eldredge
5a5b88756e Get band input UI working for EQ 2016-08-23 17:46:18 -07:00
Jordan Eldredge
9dde8dfc9c Fix snapping for non-overlapping boxes
Boxes were snapping together even if they were not overlapping in the
non-snapping axis:

    ###
    #A#
    ###

        ###
        #B#
        ###

Although A and B are near eachother on the X axis they should not snap
together, since they are far apart on the Y axis. Now they don't.
2016-08-10 18:12:38 -07:00
Jordan Eldredge
ba86f0edc2 Add snapUtils file. These may evolve when actually used. 2016-08-10 18:12:38 -07:00
Jordan Eldredge
cd5f77e44c Add ini parser and parseviscolor tests 2016-08-05 23:14:45 -07:00
Jordan Eldredge
78e4d4588c Reenable test 2016-08-02 22:50:08 -07:00
Jordan Eldredge
92b19c9ecf Move SET_VOLUME to actionCreators 2016-08-02 22:49:44 -07:00
Jordan Eldredge
2b6b7f30b5 Rename and move files for better clarity (#186)
* Rename and move files for better clarity

* Add sample mp3 file
2016-08-02 10:10:17 -07:00
Jordan Eldredge
0f74f15689 Move marquee to offset by pixels (#170)
In anticipation of supporting the ability to drag the marquee contents, we're
moving to offsetting by pixels rather than actually modifying the text.
2016-07-28 18:08:51 -07:00
Jordan Eldredge
e24354756c Move marquee functions to Marquee 2016-07-26 16:59:43 -07:00
Jordan Eldredge
83f5b92932 Major refactor
Major refactor, mostly to compute Marquee values instead of setting them.
2016-07-25 22:32:42 -07:00
Jordan Eldredge
f6df92fb29 Add util function getTimeStr and being testing 2016-07-22 08:02:31 -07:00