Commit graph

20 commits

Author SHA1 Message Date
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