mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 22:37:56 +01:00 
			
		
		
		
	Change filters dialog with a drawer
This commit is contained in:
		| @@ -343,7 +343,6 @@ class Batoto(override val id: Int) : ParsedOnlineSource(), LoginSource { | ||||
|             ListField("Type", "type", arrayOf(ListValue("Any", ""), ListValue("Manga (Jp)", "jp"), ListValue("Manhwa (Kr)", "kr"), ListValue("Manhua (Cn)", "cn"), ListValue("Artbook", "ar"), ListValue("Other", "ot"))), | ||||
|             Status(), | ||||
|             Flag("Exclude mature", "mature", "m", ""), | ||||
|             Filter.Header(""), | ||||
|             ListField("Order by", "order_cond", arrayOf(ListValue("Title", "title"), ListValue("Author", "author"), ListValue("Artist", "artist"), ListValue("Rating", "rating"), ListValue("Views", "views"), ListValue("Last Update", "update")), 4), | ||||
|             Flag("Ascending order", "order", "asc", "desc"), | ||||
|             Filter.Header("Genres"), | ||||
|   | ||||
| @@ -155,7 +155,6 @@ class Mangafox(override val id: Int) : ParsedOnlineSource() { | ||||
|             TextField("Artist", "artist"), | ||||
|             ListField("Type", "type", arrayOf(ListValue("Any", ""), ListValue("Japanese Manga", "1"), ListValue("Korean Manhwa", "2"), ListValue("Chinese Manhua", "3"))), | ||||
|             Genre("Completed", "is_completed"), | ||||
|             Filter.Header(""), | ||||
|             ListField("Order by", "sort", arrayOf(ListValue("Series name", "name"), ListValue("Rating", "rating"), ListValue("Views", "views"), ListValue("Total chapters", "total_chapters"), ListValue("Last chapter", "last_chapter_time")), 2), | ||||
|             Order(), | ||||
|             Filter.Header("Genres"), | ||||
|   | ||||
| @@ -162,7 +162,6 @@ class Mangahere(override val id: Int) : ParsedOnlineSource() { | ||||
|             TextField("Artist", "artist"), | ||||
|             ListField("Type", "direction", arrayOf(ListValue("Any", ""), ListValue("Japanese Manga (read from right to left)", "rl"), ListValue("Korean Manhwa (read from left to right)", "lr"))), | ||||
|             Status(), | ||||
|             Filter.Header(""), | ||||
|             ListField("Order by", "sort", arrayOf(ListValue("Series name", "name"), ListValue("Rating", "rating"), ListValue("Views", "views"), ListValue("Total chapters", "total_chapters"), ListValue("Last chapter", "last_chapter_time")), 2), | ||||
|             Order(), | ||||
|             Filter.Header("Genres"), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user