mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 21:31:14 -05:00
feat: Remove all sorting functionality
This commit is contained in:
@@ -43,18 +43,7 @@ export type {
|
||||
DeleteSubmissionConfig,
|
||||
} from './actions';
|
||||
|
||||
// Sorting utilities
|
||||
export {
|
||||
sortModerationItems,
|
||||
getDefaultSortConfig,
|
||||
loadSortConfig,
|
||||
saveSortConfig,
|
||||
toggleSortDirection,
|
||||
getSortFieldLabel,
|
||||
isDefaultSortConfig,
|
||||
} from './sorting';
|
||||
|
||||
export type { SortConfig, SortField, SortDirection } from '@/types/moderation';
|
||||
// Removed - sorting functionality deleted
|
||||
|
||||
// Realtime subscription utilities
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user