HummingBirdAnimeClient/app/appConf/menus.toml
Timothy J Warren 4d6c15b030
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
Add menu items for history, add manga reading history
2020-04-22 11:39:44 -04:00

21 lines
540 B
INI

[anime_list]
route_prefix = ""
[anime_list.items]
watch_history = '/history/anime'
watching = '/anime/watching'
plan_to_watch = '/anime/plan_to_watch'
on_hold = '/anime/on_hold'
dropped = '/anime/dropped'
completed = '/anime/completed'
all = '/anime/all'
[manga_list]
route_prefix = ""
[manga_list.items]
reading_history = '/history/manga'
reading = '/manga/reading'
plan_to_read = '/manga/plan_to_read'
on_hold = '/manga/on_hold'
dropped = '/manga/dropped'
completed = '/manga/completed'
all = '/manga/all'