From 215d5069a948e8a381d6d4610020fce5ff4fbf6e Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 22 Oct 2019 21:00:55 -0400 Subject: [PATCH] New: Show Custom Formats on History Page --- frontend/src/Activity/History/HistoryRow.js | 11 +++++++++++ frontend/src/Store/Actions/historyActions.js | 6 ++++++ 2 files changed, 17 insertions(+) diff --git a/frontend/src/Activity/History/HistoryRow.js b/frontend/src/Activity/History/HistoryRow.js index 4a095fc02..effbf266b 100644 --- a/frontend/src/Activity/History/HistoryRow.js +++ b/frontend/src/Activity/History/HistoryRow.js @@ -6,6 +6,7 @@ import RelativeDateCellConnector from 'Components/Table/Cells/RelativeDateCellCo import TableRow from 'Components/Table/TableRow'; import TableRowCell from 'Components/Table/Cells/TableRowCell'; import MovieQuality from 'Movie/MovieQuality'; +import MovieFormats from 'Movie/MovieFormats'; import MovieLanguage from 'Movie/MovieLanguage'; import MovieTitleLink from 'Movie/MovieTitleLink'; import HistoryEventTypeCell from './HistoryEventTypeCell'; @@ -125,6 +126,16 @@ class HistoryRow extends Component { ); } + if (name === 'quality.customFormats') { + return ( + + + + ); + } + if (name === 'date') { return (