Commit graph

18 commits

Author SHA1 Message Date
Trevor Squillario
e6cce809a8 4.3.1 Firefox queue fix 2014-12-27 22:37:18 -05:00
Trevor Squillario
7f1497800d redeploy 2014-12-20 17:37:35 -05:00
Trevor Squillario
dea8b9ffd9 5.3 release 2014-12-20 17:18:56 -05:00
Trevor Squillario
fab90cbabd 4.2.5 release 2014-12-11 18:23:46 -05:00
Trevor Squillario
dbb5d1cb9d queue opacity, changed button to Pin Queue 2014-12-08 20:57:33 -05:00
Trevor Squillario
f8ef2ba227 notifications fix 2014-12-08 20:48:12 -05:00
Trevor Squillario
08f09f8067 archive tab updates 2014-12-07 19:25:22 -05:00
Trevor Squillario
fa551f270d more mobile ui tweaks 2014-12-07 18:43:31 -05:00
Trevor Squillario
fa7b4e076a 4.2.5 meta viewport added for mobile 2014-12-06 23:24:11 -05:00
Trevor Squillario
e3fc948a77 lots of nothing 2014-12-06 20:26:19 -05:00
Trevor Squillario
9b6044361f CSS tweak 2014-12-06 15:50:02 -05:00
Trevor Squillario
5abf0e595d 4.2.4 Double click plays album, Single click to select song. Other bug fixes. 2014-12-06 15:48:13 -05:00
Trevor Squillario
a0e8775b12 responsive layout design changes 2014-11-23 16:13:38 -05:00
Trevor Squillario
acf49e112e started mobile improvements 2014-11-22 20:28:12 -05:00
brb
576f9778cb Remove the fade, reduce queue margin by the 1x of the border style 2014-11-21 23:39:22 +01:00
brb
46110287b3 Fixed bug of content not expanding on page load 2014-11-21 23:38:33 +01:00
Hyzual
193ac3af1f Corrects various small errors.
E.g. undefined variables

Conflicts:
	app/common/player-service.js
	app/index.html
2014-11-09 16:23:44 +01:00
Hyzual
a1d48bbd30 Reorganizes the entire app to follow Google's best practice recommendations for Angular App Structure.
see: https://docs.google.com/document/d/1XXMvReO8-Awi1EZXAXS4PzDzdNvV6pGcuaF4Q9821Es/pub

The files are now grouped by view / component.
Tests are located beside tested js files. The Grunt build will be responsible for only distributing actual files without the tests.
Each partial is at the same level as the js files related to it.
Ideally css files should be at the same level, maybe I'll refactor this later.

Moves all non-bower plugins to app/vendor.
Moves all images to app/images and styles to app/styles.
Merges the test and non-test jshintrc files.

Adds all the Jamstash contributors to the package.json file while I was refactoring.

Conflicts:
	app/app.js
	app/images/vgrabber.gif
	app/images/vgrabber2-active.gif
	app/images/vgrabber2-normal.gif
	app/index.html
2014-11-09 16:10:34 +01:00