mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Search history for tab navigation
This commit is contained in:
@@ -13,7 +13,7 @@ struct AppSidebarRecents: View {
|
||||
Group {
|
||||
if !recentItems.isEmpty {
|
||||
Section(header: Text("Recents")) {
|
||||
ForEach(recentItems) { recent in
|
||||
ForEach(recentItems.reversed()) { recent in
|
||||
Group {
|
||||
switch recent.type {
|
||||
case .channel:
|
||||
|
Reference in New Issue
Block a user