Ombi/src
dr3amer d5ef1d53e5
fix(discover): Carousel touch not working when scrolling page and recommendations and similar movie navigation (#4633)
* fixed touch not working on carousels

* fixed touch not working

* Movie details component fixes

Fixed recommendations and similar not changing the data on the component by calling the init function again on param change

Moved the ngif results > 0 to the mat-expansion panel to avoid rendering  the entire element if it doesn't have any results instead of having an empty panel.

* removed unused line, added scroll to top on init

* updated recommendation refresh implementation

Changed the implementation to use the router instead in order to reload the component instead of just reloading the data.

This implementation makes sure the component gets destroyed on navigation eliminating any memory leaks, reloading CSS in case of having animations on page load and generally a continuation of the experience you get when you browse into a movie from the discover page.
2022-05-27 10:17:57 +01:00
..
.idea refactor(newsletter): ♻️ Media servers + newsletter refactoring (#4463) 2022-01-31 20:15:31 +00:00
.vscode #1659 Made the option to ignore notifcations for auto approve 2017-12-20 16:23:47 +00:00
Ombi fix(discover): Carousel touch not working when scrolling page and recommendations and similar movie navigation (#4633) 2022-05-27 10:17:57 +01:00
Ombi.Api Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.CloudService feat: Upgrade Ombi to .NET 6 (#4390) 2021-11-09 21:54:51 +00:00
Ombi.Api.CouchPotato Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.Discord Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.DogNzb Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.Emby fix(sync): Emby+Jellyfin - sync multi-episode files of 3+ episodes 2022-05-05 09:58:33 +01:00
Ombi.Api.FanartTv Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.Github Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.Gotify Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.GroupMe Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.Jellyfin fix(sync): Emby+Jellyfin - sync multi-episode files of 3+ episodes 2022-05-05 09:58:33 +01:00
Ombi.Api.Lidarr Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.Mattermost Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.MediaServer Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.MusicBrainz Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.Notifications Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.Plex fix: Improve Swagger documentation (#4652) 2022-05-27 09:59:10 +01:00
Ombi.Api.Pushbullet Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.Pushover Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.Radarr feat(plex-watchlist): Added Plex Watchlist Requests! 🎉 2022-04-07 13:29:32 +01:00
Ombi.Api.RottenTomatoes Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.Service Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.SickRage fix(sickrage): Fixed issue with incorrect handling of SiCKRAGE episode results returned during episode status changes, now expects array of objects from data path if present (#4648) 2022-05-10 21:54:50 +01:00
Ombi.Api.Slack Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.Sonarr Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.Telegram Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.Trakt Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.TvMaze Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Api.Twilio feat: Upgrade Ombi to .NET 6 (#4390) 2021-11-09 21:54:51 +00:00
Ombi.Api.Webhook feat: Upgrade Ombi to .NET 6 (#4390) 2021-11-09 21:54:51 +00:00
Ombi.Core feat(discover): Show more relevant shows in upcoming TV 2022-04-28 09:55:34 +02:00
Ombi.Core.Tests Do not allow already available movies to be imported via the watchlist 2022-04-12 10:27:36 +01:00
Ombi.DependencyInjection Added the watchlist import for movies 2022-04-07 11:20:33 +01:00
Ombi.HealthChecks feat: Upgrade Ombi to .NET 6 (#4390) 2021-11-09 21:54:51 +00:00
Ombi.Helpers fix(API): Fix pagination in some edge cases (#4649) 2022-05-27 09:59:24 +01:00
Ombi.Helpers.Tests fix(API): Fix pagination in some edge cases (#4649) 2022-05-27 09:59:24 +01:00
Ombi.Hubs Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.I18n 🌐 Translations Update (#4622) 2022-05-10 21:57:33 +01:00
Ombi.Mapping Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Notifications Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Notifications.Templates Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Notifications.Tests fix(notifications): 🐛 This is a fix for some of the duplicate notification issues #3825 2022-02-12 21:37:51 +00:00
Ombi.Schedule fix(sync): Emby+Jellyfin - sync multi-episode files of 3+ episodes 2022-05-05 09:58:33 +01:00
Ombi.Schedule.Tests fix: Set the default job for the watchlist import to hourly instead of daily 2022-04-14 08:55:19 +01:00
Ombi.Settings feat(discover): Default trending source to new logic 2022-04-26 12:58:21 +02:00
Ombi.Settings.Tests feat: Upgrade Ombi to .NET 6 (#4390) 2021-11-09 21:54:51 +00:00
Ombi.Store feat(sync): Detect reidentified series in Emby and Jellyfin 2022-04-26 18:24:09 +02:00
Ombi.Test.Common Updated projects, updated entities to use a string as the primary keys. migrations need doing 2022-04-06 21:42:24 +01:00
Ombi.Tests feat: Upgrade Ombi to .NET 6 (#4390) 2021-11-09 21:54:51 +00:00
Ombi.TheMovieDbApi feat(discover): Show more relevant shows in upcoming TV 2022-04-28 09:55:34 +02:00
Ombi.Updater feat: Upgrade Ombi to .NET 6 (#4390) 2021-11-09 21:54:51 +00:00
.editorconfig Fixed some warnings 2021-02-12 12:15:37 +00:00
.gitignore The move! 2017-05-16 08:31:44 +01:00
Ombi.sln feat(radarr): 4K Requests and Radarr 4K support 2022-02-14 22:08:09 +00:00
Ombi.sln.DotSettings Added unit tests for the MusicSearch Engine 2019-07-26 22:58:44 +01:00