General refactoring and small feature release #41
Reference in New Issue
Block a user
No description provided.
Delete Branch "refactor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
New features:
for searches by type only. E.g. mediaType = 'show' ->
api/v1/search/show?query=Friends.@include desktopand@include mobile. Also classes.desktop-onlyand.mobile-onlydisplay none's the opposite media type.easier to show the loading and an error if the result is empty but the
request is finished.
column on the right side of header. Used here for result and page. Related issue: #23
current and total count.
This is mainly to set the current mode to dark if the color scheme is
currently dark.
where no respones.
are checked: adult and media_type. These are then used to fetch updated
tmdb search parameters. Adult = true disables filtering for adult
material and media_type decides if the search is multi, movie, show or
person. (Frontend for filtering media_type is not added yet.)
There is a click to expand the full name of the torrent. This is mostly
for mobile where the name is hidden. Fixed an issue where the expanded
list element would not get the correct styling and break the table in
half. Now we also set an data attribute for the expanded element. This
allows our scoped styling to reach the expanded element.
better styling selectors formats the icon correctly alongside the text.
activeIconRef would never be returned.