diff --git a/internal/anime/command_palette.go b/internal/anime/command_palette.go index 598ea57..cebd523 100644 --- a/internal/anime/command_palette.go +++ b/internal/anime/command_palette.go @@ -68,8 +68,8 @@ func (h *AnimeHandler) commandPaletteNavigationItems(query string) []commandPale all := []commandPaletteItem{ {ID: "nav:discover", Type: "navigation", Label: "Go to Discover", Subtitle: "Navigation", Href: "/discover", Icon: "compass"}, {ID: "nav:watchlist", Type: "navigation", Label: "Go to Watchlist", Subtitle: "Navigation", Href: "/watchlist", Icon: "bookmark"}, - {ID: "nav:popular", Type: "navigation", Label: "Browse popular", Subtitle: "Browse", Href: "/browse?order_by=popularity&sort=desc", Icon: "trending"}, - {ID: "nav:airing", Type: "navigation", Label: "Currently airing", Subtitle: "Browse", Href: "/browse?status=airing&order_by=popularity&sort=desc", Icon: "play"}, + {ID: "nav:popular", Type: "navigation", Label: "Browse popular", Subtitle: "Browse", Href: "/browse?order_by=popularity&sort=asc", Icon: "trending"}, + {ID: "nav:airing", Type: "navigation", Label: "Currently airing", Subtitle: "Browse", Href: "/browse?status=airing&order_by=popularity&sort=asc", Icon: "play"}, } if query == "" { return all diff --git a/templates/browse.gohtml b/templates/browse.gohtml index ec90b69..df9bec8 100644 --- a/templates/browse.gohtml +++ b/templates/browse.gohtml @@ -20,7 +20,7 @@
Try clearing filters or browsing what’s popular.
{{else}} diff --git a/templates/discover.gohtml b/templates/discover.gohtml index a7bc091..1bd7eae 100644 --- a/templates/discover.gohtml +++ b/templates/discover.gohtml @@ -56,7 +56,7 @@