Complete main UI #37

Merged
FatttSnake merged 192 commits from FatttSnake into dev 2024-02-23 16:31:17 +08:00
Showing only changes of commit 12e080ec85 - Show all commits

View File

@@ -45,6 +45,7 @@ const Log: React.FC = () => {
align: 'center', align: 'center',
filters: [ filters: [
{ text: 'Info', value: 'INFO' }, { text: 'Info', value: 'INFO' },
{ text: 'Statistics', value: 'STATISTICS' },
{ text: 'Error', value: 'ERROR' } { text: 'Error', value: 'ERROR' }
] ]
}, },