fix: remove client side sorting of files (#4240)

* fix: remove default sorting on files page

* fix: lint
This commit is contained in:
Cal H.
2025-08-22 18:28:47 +01:00
committed by GitHub
parent 87dbb6dcbc
commit 44cbbd9ed7
2 changed files with 3 additions and 12 deletions

View File

@@ -143,7 +143,7 @@ const codeExtensions = Object.freeze([
'go',
])
const textExtensions = Object.freeze(['txt', 'md', 'log', 'cfg', 'conf', 'properties', 'ini'])
const textExtensions = Object.freeze(['txt', 'md', 'log', 'cfg', 'conf', 'properties', 'ini', 'sk'])
const imageExtensions = Object.freeze(['png', 'jpg', 'jpeg', 'gif', 'svg', 'webp'])
const supportedArchiveExtensions = Object.freeze(['zip'])
const units = Object.freeze(['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'])