Commit Graph

71 Commits

Author SHA1 Message Date
Timothy Warren ff8c837fd9 Update views and templates to use render helper object 2023-12-21 13:46:15 -05:00
Timothy Warren 9750d63e55 Use images directly from Kitsu for the rest of the views 2022-01-17 09:59:27 -05:00
Timothy Warren eb897adbd1 Update more views to use images directly from Kitsu 2022-01-17 08:37:00 -05:00
Kevin Colwell 188baa5cc8 Update "TV Rating" to "Age Rating" and add additional classes for sorting. 2022-01-02 21:29:08 +00:00
Kevin Colwell 3dbaf7ef32 Update column headers for better consistency between pages 2022-01-02 21:16:34 +00:00
Timothy Warren 6ed1b81451 Lots of little code fixes, hides notices shown on PHP 8.1 2021-12-02 16:06:34 -05:00
Timothy Warren a79ab842ee Remove genres from manga list view 2020-09-09 13:26:31 -04:00
Timothy Warren a14ac3a122 Get Person detail pages via GraphQL, resolves #27 2020-08-27 15:01:00 -04:00
Timothy Warren 1a3f1e9654 More components, resolve #31 2020-08-26 17:26:42 -04:00
Timothy Warren e944ddc75c Update profile page to use GraphQL, see #27 2020-08-24 15:20:07 -04:00
Timothy Warren edb022be13 Use components instead of duplicating html everywhere 2020-08-21 19:25:27 -04:00
Timothy Warren 9dc6643b78 slugs in person urls, refactor AnilistTrait to match KitsuTrait 2020-08-05 20:57:01 -04:00
Timothy Warren 78b195f966 Add some previously missing GraphQL fields 2020-08-03 14:36:14 -04:00
Timothy Warren b0c75d989f Groundwork for some upcoming API updates 2020-07-30 15:16:24 -04:00
Timothy Warren 7c0ea492e1 Get Manga details from GraphQL, See #27 2020-07-29 17:51:58 -04:00
Timothy Warren 4a70422b23 Add better re-read messages to manga 2020-05-05 19:12:17 -04:00
Timothy Warren 541b59bb28 Improve anime collection with multiple media selections 2020-04-23 18:57:22 -04:00
Timothy Warren bce1afa546 Collection "All Tab", and filtering. Resolves #6, #7 2019-07-10 13:32:05 -04:00
Timothy Warren aa6965e98f Tweak display of descriptions on detail pages 2019-05-08 16:08:51 -04:00
Timothy Warren ea2a368100 Use larger cover images for edit forms 2019-05-08 14:18:18 -04:00
Timothy Warren c0e16c6d07 Remove data transformation from media detail pages, and into the proper transformers 2018-11-08 12:15:30 -05:00
Timothy Warren 4ace9b6806 Make all the css classes and ids kebob case 2018-11-02 10:48:20 -04:00
Timothy Warren b3366131b8 Lots of visual updates 2018-11-01 22:01:09 -04:00
Timothy Warren be2f7708ad Add staff section on Manga detail pages 2018-10-29 15:17:48 -04:00
Timothy Warren 29a4114e8c Fix staff section on Anime detail pages, center unusually sized images instead of stretching them 2018-10-29 14:43:06 -04:00
Timothy Warren bcc7815ae6 Ugly Progress Commit
* Update Person pages to have series organized by character for Voice
Acting
* Miscellaneous style updates
* Add placeholder images for items missing images
2018-10-26 13:08:45 -04:00
Timothy Warren 247a9d0e5b More webp images, fix login 2018-10-05 22:36:54 -04:00
Timothy Warren d6800dbc46 Ugly Progress Commit
* Cache and resize images - not just cache them
* Convert to webp on cache
* Show webp images if available
* Settings Form Generation (doesn't yet save)
2018-10-05 21:32:15 -04:00
Timothy Warren 0f31a5e10a Ugly progress commit 2018-09-27 16:45:12 -04:00
Timothy Warren 7c0d02758b Remove php js minifier script, in favor of commited js files 2018-08-20 12:58:56 -04:00
Timothy Warren 1fa5cce5ae Remove lines and shading from add forms 2018-08-14 11:36:26 -04:00
Timothy Warren ea31131e0f Adjust layout of edit pages 2018-08-13 15:13:20 -04:00
Timothy Warren dd46e292c4 Update some styles 2018-08-10 20:09:28 -04:00
Timothy Warren e01a96b8fb First go at tabs for collection 2018-08-08 17:04:35 -04:00
Timothy Warren be2b387391 More refactoring, fix snapshot tests 2018-08-08 13:05:38 -04:00
Timothy Warren 04ec5b2fd6 Tweak handling of empty list sections 2017-09-14 17:33:24 -04:00
Timothy Warren 28da32f2ac Get images from proxy or cache for Manga views, and Add views 2017-04-13 11:44:03 -04:00
Timothy Warren c50b1da53b Details and user page updates, resolves #27 2017-03-31 16:36:22 -04:00
Timothy Warren 1e28a1795d Update detail pages 2017-03-31 13:37:53 -04:00
Timothy Warren fb567e85e9 Simplify routing code a bit 2017-03-30 16:16:40 -04:00
Timothy Warren 2d33663318 Add rereading info to manga list 2017-03-30 14:50:25 -04:00
Timothy Warren 15b26d8e39 Simultaneously update kitsu and MAL manga list item 2017-03-29 13:29:03 -04:00
Timothy Warren be0baac962 List characters on manga pages 2017-03-24 10:59:07 -04:00
Timothy Warren 84cb1cb520 And more snake case to camel case 2017-02-15 16:30:14 -05:00
Timothy Warren 8cbfaf3646 More snake case to camel case 2017-02-15 15:56:10 -05:00
Timothy Warren 108c649a91 Misc updates 2017-01-31 12:52:43 -05:00
Timothy Warren 39118d63e5 All basic API functionality:
* Anime List Item:
	* Creation
	* Updating
	* Retreiving
	* Deletion

* Manga List Item:
	* Creation
	* Updating
	* Retreiving
	* Deletion

* Anime detail page
* Manga detail page
2017-01-10 12:35:46 -05:00
Timothy Warren 6e818b7f45 Anime and Manga editing, incrementing, and deletion 2017-01-09 20:36:48 -05:00
Timothy Warren 9d84398ee7 Better handling of alternate titles, Airing Status and genres for anime list views 2017-01-05 22:24:45 -05:00
Timothy Warren f1893d9708 Manga lists and detail pages 2017-01-04 13:16:58 -05:00