sort mod queue by timestamp, remove redundant "view" button

This commit is contained in:
plebeius
2026-01-09 15:47:56 +01:00
parent 013c4535ad
commit e0fb887bac
2 changed files with 17 additions and 25 deletions
@@ -501,7 +501,7 @@ export const DesktopBoardButtons = () => {
{!(isInAllView || isInSubscriptionsView || isInModView) && (
<>
{' '}
[<ModQueueButton boardIdentifier={boardIdentifier} isMobile={false} />]
<ModQueueButton boardIdentifier={boardIdentifier} isMobile={false} />
</>
)}
{isInCatalogView && searchText ? (