New editor panel navigation

This commit is contained in:
2018-04-07 16:32:37 +02:00
parent 62875b8dd4
commit baa0188c27
7 changed files with 71 additions and 49 deletions

View File

@ -291,7 +291,7 @@ func Configure(app *aero.Application) {
editorFilterable("/editor/anime/details/episodelength", filteranime.EpisodeLength)
editorFilterable("/editor/anime/details/source", filteranime.Source)
editorFilterable("/editor/anime/tba", filteranime.TBA)
editorFilterable("/editor/anime/all", filteranime.All)
// Editor - MALdiff
editorFilterable("/editor/mal/diff/anime", editor.CompareMAL)