1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-15 14:42:31 +01:00
Commit Graph

11 Commits

Author SHA1 Message Date
Viktor Geringer
1a1753181f
move genres into own table (#104)
* create genres table and translate media_type

* parse genres from TMDb and modify artisan db command

* parse genres on migration

* Save genres in new table (via relation)

* Implode genres as string.
Update genres in refresh.

* add tests for genres

* fix icon for src

* display genres on own page

include few ui tweaks
2018-03-11 21:08:44 +01:00
Viktor Geringer
ea78190c63 Display src symbol for episodes (#66)
* show src icon

* update production files
2017-04-11 09:50:46 +02:00
Viktor Geringer
619e407bcd subpage design (#64)
* start with subpage design

* transitions

* transitions

* transitions, stuff

* modal for trailer

* english fallback for trailers

* slugs in url

* bit refactor

* tests and fixtures

* travis

* update production files

* move time limit to config and display error message to user

* fix import

* fix review
2017-04-11 08:45:08 +02:00
Viktor Geringer
7544dbb688 display release dates for episodes (#58)
* remove laravel scout

* misc

* refactor with helper function and php 7

* display and refresh relases

* add translations

* add migration test

* remove refresh release dates

* update production files

* remove laravel scout fragments
2017-03-04 02:01:50 +01:00
Viktor Geringer
3a2f6e2ecd Open modal on current episode (#54)
* get next episode

* show current season and scroll to next episode

* update production files

* typos

* refactor for review
2017-02-21 21:20:42 +01:00
Viktor Geringer
344f4d943e see episodes as guest (#43)
* see episodes as guest

* remove active pseudo for guest

* no select for season tabs

* simplify modal call

* bump public assets
2017-02-13 21:19:47 +01:00
devfake
58a7f53151 spoiler protection for episode names 2016-12-12 09:18:13 +01:00
devfake
473b223879 mark all episodes at once 2016-11-30 15:26:38 +01:00
devfake
9317c3a20d add item header 2016-11-28 12:20:50 +01:00
devfake
ebf520f3ee close modal with icon and show completed seasons 2016-11-28 11:51:48 +01:00
devfake
643c71469a modal, display episodes, few other updates 2016-11-28 08:50:09 +01:00