1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00
Commit Graph

65 Commits

Author SHA1 Message Date
Mark McDowall
1c4a687854 Added history details modal 2013-08-25 22:34:00 -07:00
Mark McDowall
b1899b5f6f Using reqres to map episode to episode file 2013-08-21 20:34:49 -07:00
Keivan Beigi
9195dc6de5 can display server-side errors on the UI. 2013-08-20 18:07:48 -07:00
Mark McDowall
1df9c49c46 Ellipsis added, but doesn't play nice with onRender... yet. 2013-08-08 00:27:49 -07:00
Keivan Beigi
376b386b31 show a basic spinner while the app is loading all the js files/series list. 2013-08-05 19:01:32 -07:00
Mark McDowall
4c536a077f Log files are viewable in the UI 2013-07-28 16:13:14 -07:00
kay.one
478caf15f8 static resource URLs are now case sensitive. 2013-07-23 23:27:31 -07:00
Keivan Beigi
00dcce469d making modals event driven, 2013-07-23 21:18:28 -07:00
Keivan Beigi
bb86e20bed modal region is loaded by controller 2013-07-19 16:09:06 -07:00
Mark McDowall
1bf855ca3a Redirect to index when on series is deleted from details 2013-07-18 08:21:21 -07:00
Mark McDowall
207d9c256d sugar kills (removed sugar.js)
Relative dates for next airing on posters and list (series)
History time shows real time on tooltip
2013-07-16 23:23:44 -07:00
Mark McDowall
94fb6bf89f Dextered mutators 2013-07-16 17:43:28 -07:00
kay.one
8f9b9c901c styled log page. 2013-07-13 19:40:47 -07:00
Keivan Beigi
32d6909045 fixed Ajax errors not being displayed in the UI. 2013-07-05 17:01:28 -07:00
Mark McDowall
af88bcdbf3 Quality size settings save now, with fancy messages 2013-06-30 21:25:01 -07:00
Mark McDowall
1e61f501dc handlebar helpers uses built in require 2013-06-27 00:26:57 -07:00
Mark McDowall
2fd73ea446 Added handlebars.helpers (if_eq, etc) 2013-06-26 17:29:48 -07:00
Keivan Beigi
f40d1013b0 less cleanup. 2013-06-25 17:33:17 -07:00
Mark McDowall
ef89f5ae4b Holy broken merge batman. Go home, you're drunk. 2013-06-25 00:31:01 -07:00
Mark McDowall
f78f396940 Quality Size knobbed, other quality changes 2013-06-25 00:25:33 -07:00
kay.one
272cc93bd2 added scroll to top button 2013-06-24 22:47:56 -07:00
kay.one
25581c8051 replaced underscore with lodash 2013-06-24 22:14:12 -07:00
kay.one
8745902d3b minor fixes 2013-06-24 22:12:42 -07:00
kay.one
8841e43c25 cleaned up template helpers 2013-06-24 21:43:45 -07:00
Keivan Beigi
b0bd3f34f1 removed NzbDrone. namespace, everything is done using require. 2013-06-24 16:41:59 -07:00
kay.one
769331d45d updated jshint to 2.1.3
single quotes
2013-06-21 23:24:24 -07:00
kay.one
1b55859eb2 all tooltips are automatically converted to bootstrap. 2013-06-20 23:01:00 -07:00
kay.one
467c88f711 moved mixins to require.js 2013-06-20 22:35:56 -07:00
kay.one
72772bed5a moved add series to require. 2013-06-20 22:19:41 -07:00
Keivan Beigi
24c77b4047 broken 2013-06-20 18:43:58 -07:00
Keivan Beigi
0916c8b8d1 cache busting for js file based on server version. 2013-06-20 17:06:56 -07:00
Keivan Beigi
6f8c73771d settings is fully moved to required. 2013-06-18 18:02:23 -07:00
Mark McDowall
d3d937afcc Added build date to footer 2013-06-15 15:19:06 -07:00
Mark McDowall
f94220c5ff Version added to footer 2013-06-15 15:19:04 -07:00
kay.one
0ae1865dd8 fixed more require issues 2013-06-14 22:28:53 -07:00
Keivan Beigi
7c483e2db9 handlebars and templates are loaded with require.js 2013-06-14 16:36:59 -07:00
Keivan Beigi
2407e33ea2 almost all js files are loaded using require.js 2013-06-14 16:18:37 -07:00
Keivan Beigi
aed7b95245 removing js refrences from index.html 2013-06-14 14:07:44 -07:00
kay.one
70cfa5e685 cleaned up all the cells. there is a cell for pretty much everything. 2013-06-09 13:51:32 -07:00
Mark McDowall
626d48c8ea Helper cleanup 2013-06-06 19:40:52 -07:00
kay.one
5f8c58adb9 Added FileSizeCell 2013-06-06 17:50:17 -07:00
kay.one
9b5d22455b added simple /rss page. needs some custom backgrid cells. 2013-06-04 22:08:27 -07:00
Keivan Beigi
9160343a51 added /logs 2013-06-04 17:49:53 -07:00
Mark McDowall
c94595b3ae SaveIfChangedMixin 2013-05-30 21:07:21 -07:00
kay.one
4da6654440 Added Auth, startup options to UI
Added caching to ConfigFileProvider,
2013-05-22 22:12:15 -07:00
Mark McDowall
34e35bd00b FormBuilder split out 2013-05-21 20:33:35 -07:00
kay.one
95a6dfc34e added episode detail modal
summary tab is working.
2013-05-20 17:17:33 -07:00
Keivan Beigi
27fc51da48 Cleaned up modals in the UI.
added empty modal for episode info
2013-05-14 18:17:53 -07:00
kay.one
c8a48d5df3 added command support to toolbar. 2013-05-11 16:39:32 -07:00
kay.one
87a5dc7869 SignalR/Nancy/Owin/Mono 2013-05-05 14:24:33 -07:00