Commit graph

16 commits

Author SHA1 Message Date
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
Hyzual
85dac2d244 Modifies all the controllers to access the Jamstash module through angular instead of a global var. 2014-11-09 15:58:19 +01:00
Trevor Squillario
0bdb803966 4.0.1 commit 2014-11-08 14:09:10 -05:00
Trevor Squillario
b6d80caee3 3.3.1 changes 2014-11-08 14:09:00 -05:00
Trevor Squillario
8361a247ba Merge remote-tracking branch 'jerbob92/master' into develop-test
Conflicts:
	js/app.js
2014-04-05 12:53:24 -04:00
Trevor Squillario
149688b8ca sync develop with local dev 2014-04-05 11:53:30 -04:00
Jeroen Bobbeldijk
d82fcd6b43 Added notifyjs support 2014-03-18 00:30:02 +01:00
Trevor Squillario
310c79f63c Commit local changes 2014-02-22 18:56:13 -05:00
Emory P
bb7d018de4 js-beautify all the controllers, services and directives (and jshint) 2014-02-12 01:18:36 -05:00
Trevor Squillario
95f7ef53f2 3.2.2 2014-02-08 00:22:54 -05:00
Trevor Squillario
ff10d7779c Added push for extra Defaults, Added Artist Search 2014-01-12 19:40:48 -05:00
Trevor Squillario
661053aee2 Merging local changes 2014-01-12 16:06:54 -05:00
dbsnurr
b645b85923 Added settings to configure default album sort order and default search type 2014-01-02 13:27:55 +01:00
Alex Norman
fc231e1c0b added default library layout setting
so you can decide if you show list or grid by default
2013-12-03 10:53:41 -08:00
Trevor Squillario
4b116d0024 3.1.1 sway.fm fixed, multiple sub-folder fix 2013-11-01 07:31:43 -04:00
Trevor Squillario
89684032ce 3.1.0 AngularJS, lots of other changes released from beta branch 2013-09-26 22:38:51 -04:00