diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/DrawerContent.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/DrawerContent.kt
index 809cc2e3f..d3ec85e76 100644
--- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/DrawerContent.kt
+++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/DrawerContent.kt
@@ -455,6 +455,13 @@ fun ListContent(
route = route,
)
+ IconRow(
+ title = stringRes(Route.Lists.contentDescriptor),
+ icon = Route.Lists.icon,
+ tint = MaterialTheme.colorScheme.onBackground,
+ onClick = { /*TODO*/ },
+ )
+
NavigationRow(
title = stringRes(R.string.bookmarks),
icon = Route.Bookmarks.icon,
diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/Routes.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/Routes.kt
index f30e4195d..c1850dd40 100644
--- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/Routes.kt
+++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/Routes.kt
@@ -126,6 +126,13 @@ sealed class Route(
contentDescriptor = R.string.route_home,
)
+ object Lists :
+ Route(
+ route = "Lists",
+ icon = R.drawable.format_list_bulleted_type,
+ contentDescriptor = R.string.my_lists,
+ )
+
object ContentDiscovery :
Route(
icon = R.drawable.ic_bookmarks,
diff --git a/amethyst/src/main/res/drawable/format_list_bulleted_type.xml b/amethyst/src/main/res/drawable/format_list_bulleted_type.xml
new file mode 100644
index 000000000..628aea81f
--- /dev/null
+++ b/amethyst/src/main/res/drawable/format_list_bulleted_type.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/amethyst/src/main/res/values/strings.xml b/amethyst/src/main/res/values/strings.xml
index e205c7c20..b7fed3036 100644
--- a/amethyst/src/main/res/values/strings.xml
+++ b/amethyst/src/main/res/values/strings.xml
@@ -1046,6 +1046,7 @@
Failed to open file
No torrent apps installed to open and download the file.
+ My Lists
Select a list to filter the feed
Log off on device lock