1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
Taloth Saldono
17ac82385a Fixed: Switching tabs in Activity and Wanted no longer add to navigation history, just like Settings, preventing a redirect loop when using the browser back navigation. 2014-11-11 21:40:47 +01:00
kayone
5cfe2c0186 handlebar templates are now .hbs instead of .html 2014-08-26 13:17:00 -07:00
Taloth Saldono
6941888832 Updated sorting architecture so the collections can specify the sort-oddities instead of in backgrid column definitions. 2014-07-09 21:36:41 +02:00
Taloth Saldono
221a457f3a Fixed: Sorting on Series Title now ignores articles (a/an/the). 2014-06-30 23:24:59 +02:00
Mark McDowall
cb291d30b3 New: Missing/Cutoff Unmet will update when an episode is grabbed 2014-06-25 01:31:37 -07:00
Mark McDowall
2fdb0513e8 Fixed: Searching from missing won't trigger spinner on both buttons
Some formatting updates
2014-05-12 17:32:50 -07:00
Mark McDowall
e7683642dd lrn2spl 2014-05-12 15:46:54 -07:00
Mark McDowall
99f2b07a11 Bootstrap 3
New: Updated UI
New: Mobile browser support
Fixed: /favicon.ico will return the favicon now
2014-05-11 15:57:33 -07:00
Taloth Saldono
28fa264c69 Initial Bootstrap 3 migration 2014-05-11 15:57:09 -07:00
Mark McDowall
69f5c8444e New: Added drone factory rescan button to Wanted 2014-03-21 21:31:15 -07:00
Mark McDowall
89e0b41ebc New: Search for all missing episodes 2014-03-20 16:41:44 -07:00
Mark McDowall
90a6bcaa47 New: Filter history by event (all/grabbed/imported/failed) 2014-02-24 18:50:09 -08:00
Taloth Saldono
d416dd4177 Repurposed the Missing page to include filter options and display episodes that haven't reached cutoff.
--HG--
rename : src/NzbDrone.Api/Missing/MissingModule.cs => src/NzbDrone.Api/Wanted/MissingModule.cs
rename : src/UI/Missing/ControlsColumnTemplate.html => src/UI/Wanted/ControlsColumnTemplate.html
rename : src/UI/Missing/MissingCollection.js => src/UI/Wanted/Missing/MissingCollection.js
rename : src/UI/Missing/MissingLayout.js => src/UI/Wanted/WantedLayout.js
rename : src/UI/Missing/MissingLayoutTemplate.html => src/UI/Wanted/WantedLayoutTemplate.html
extra : source : 2c76f3e423d39446f3bd7799b7344d7be63c70f5
2014-02-22 16:21:40 -08:00