Commit graph

68 commits

Author SHA1 Message Date
Jonathan Wong
721bd606cb Change info navbar to use bootstrap breadcrumb 2015-09-30 00:00:21 -07:00
Jonathan Wong
61865ace64 Add link to top level info page from library statistics 2015-09-29 23:34:03 -07:00
Jonathan Wong
5b88058133 Add top level info pages with history table
* Movies / TV Shows / Music
2015-09-29 23:23:03 -07:00
Jonathan Wong
2616e14c83 Add "player" to tables
* Also rename user platforms to user players
* Fix other platform vs. player ambiguities
2015-09-29 22:43:23 -07:00
Jonathan Wong
22a4478a06 Format code and disable button once clicked 2015-09-27 10:55:40 -07:00
Jonathan Wong
8f4034540c Update confirmation box to indicate all item will be updated 2015-09-27 00:15:16 -07:00
Jonathan Wong
fb8f6ebd8c Center metadata not found error message 2015-09-25 00:36:44 -07:00
Jonathan Wong
1c3a3876e3 Update styles for confirm modal box 2015-09-25 00:26:54 -07:00
Jonathan Wong
dfd0b1bf64 Update documentation 2015-09-25 00:03:34 -07:00
Jonathan Wong
e0873ff5ad Style fixes for search/info pages 2015-09-24 23:44:02 -07:00
Jonathan Wong
91446d01a7 Filter season search by season index 2015-09-24 23:41:15 -07:00
Jonathan Wong
c45a903f9f Add user selection to update rating key 2015-09-24 22:12:44 -07:00
Jonathan Wong
25249e7538 Display search results if metadata not found 2015-09-24 19:33:44 -07:00
Jonathan Wong
73664b6a03 Update info page to show music info 2015-09-13 13:32:44 -07:00
Jonathan Wong
849675185d Change Plex click through to app.plex.tv instead of local IP 2015-09-09 13:13:17 -07:00
Jonathan Wong
f8e1ba6798 Add link to poster on info pages to view item in Plex/Web 2015-09-09 02:13:52 -07:00
Jonathan Wong
c9e2d1d200 Fix delete mode on info pages 2015-09-08 10:35:33 -07:00
Jonathan Wong
e44a0fed22 Fix tagline only if type is movie 2015-09-06 12:46:46 -07:00
Jonathan Wong
2d7585d64b Add tagline to movie info metadata 2015-09-06 12:31:50 -07:00
Jonathan Wong
53c98d0acc Fix typo 2015-08-28 11:32:58 -07:00
Jonathan Wong
16b1b2a781 Add episode number to info navbar 2015-08-27 14:41:12 -07:00
Jonathan Wong
8efb37c4ec Fix merging conflict 2015-08-27 14:02:16 -07:00
Jonathan Wong
e41fa7a08e Make sure buttons are cleared when entering delete mode 2015-08-27 13:57:48 -07:00
Jonathan Wong
0f10c21a66 Change alert and button color on info and user history tables 2015-08-27 13:57:46 -07:00
Jonathan Wong
60380c6a99 Add season list to show page, and watch history to season page 2015-08-27 00:48:10 -07:00
Jonathan Wong
ef5d9d6604 Make sure buttons are cleared when entering delete mode 2015-08-26 18:18:40 -07:00
Jonathan Wong
84ffcc7948 Change alert and button color on info and user history tables 2015-08-26 17:56:17 -07:00
Jonathan Wong
6720d696eb Fix typo 2015-08-26 17:29:00 -07:00
Jonathan Wong
1e57e952db Overhaul of info pages
* Updated style to match Plex/Web
* Full page background art
* Larger posters
* Navigation bar
2015-08-26 17:01:17 -07:00
Jonathan Wong
af85d36762 Also remember state on user history and info pages 2015-08-24 14:38:54 -07:00
Jonathan Wong
609549f974 Also add group delete to user history and info pages 2015-08-23 15:33:41 -07:00
Jonathan Wong
a71c6e6592 Fix Air date and runtime 2015-08-22 05:24:06 -07:00
Jonathan Wong
0848e317ee Add links to info pages to move between show / season / episode
* Clicking poster moves up one level
* Links in titles of season and episodes
2015-08-22 05:18:33 -07:00
Jonathan Wong
e94c00ca48 Fix history table on info pages 2015-08-22 01:17:58 -07:00
JonnyWong16
01b3ae377b Add clear search button to data tables. 2015-08-19 13:25:29 -07:00
JonnyWong16
5a1516286c Changes to info pages
* Style changes
* Added missing metadata
* Don't show metadata field if data is unavailable
2015-08-19 01:13:55 -07:00
JonnyWong16
1ec1edefdd More style changes across site 2015-08-18 19:05:14 -07:00
JonnyWong16
5b2beb2b81 More stylized homepage statistics
Also fixed some formatting on user page and posters on info page.
2015-08-18 16:44:17 -07:00
JonnyWong16
bbaf428fd8 Fix "Select columns" button text 2015-08-18 13:41:34 -07:00
Tim
51e1949538 Hide delete and watched columns in column selector.
Add delete mode to user history tab too.
Some styling changes.
2015-08-16 23:30:45 +02:00
Tim
6b1a57e650 Add "delete mode" on history table allows individual rows to be deleted permanently.
Add user history purge option in edit user screen. Will remove all history for selected user.
2015-08-16 22:52:08 +02:00
Tim
a039641aba First release
Add text to empty watched percent header
Fix typo on IP modal text
Update README
Update CHANGELOG
2015-08-11 22:43:06 +02:00
Tim
de66480d5f Highlight the weekends on daily graphs.
Random bug fixes and cleanups.
2015-08-11 21:56:31 +02:00
Tim
c7af1c127c Some styling changes, mainly on the user profile page.
Add provider info to IP lookup modal.
2015-08-10 23:05:23 +02:00
Tim
a393d1a50a Add IP modal to info screen.
Display notice for minimum version of PW database import.
Address a bug where a newly added user's watch history would be logged as "Local" until next user list refresh.
2015-08-04 18:34:38 +02:00
Tim
6a97537249 Style tweaks and fixes.
Show tooltip over platform image in activity pane that shows player name.
2015-08-02 22:16:58 +02:00
Tim
1200eae38e Our own favicons and touch icons.
Fix info modal not working on user history screen.
Minor styling fixes.
2015-08-02 18:21:50 +02:00
Tim
d6b646323f Move everything to Bootstrap 3. (WIP)
Styling changes.
Remove old unused css.
Some code cleanup on notification handler.
2015-08-02 16:46:35 +02:00
Tim
227e63cb50 Higher quality cover art images. 2015-07-29 12:00:30 +02:00
Tim
7d9934e4b6 Allow info pages to be pulled from the db instead of the Plex Server, useful for media that has been deleted.
Fix home stats user link if user has no id.
Fix bug in PlexWatch import script which switched around the episode and show titles.
2015-07-25 12:40:38 +02:00