Merge pull request #1792 from d19dotca/patch-1

Stylized macOS + sorted Desktop & Mobile OS names
This commit is contained in:
Mike Cao 2023-03-09 15:16:05 -08:00 committed by GitHub
commit 49402924aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,29 +83,29 @@ export const URL_LENGTH = 500;
export const EVENT_NAME_LENGTH = 50;
export const DESKTOP_OS = [
'Windows 3.11',
'Windows 95',
'Windows 98',
'BeOS',
'Chrome OS',
'Linux',
'macOS',
'Open BSD',
'OS/2',
'QNX',
'Sun OS',
'Windows 10',
'Windows 2000',
'Windows XP',
'Windows Server 2003',
'Windows Vista',
'Windows 3.11',
'Windows 7',
'Windows 8',
'Windows 8.1',
'Windows 10',
'Windows 95',
'Windows 98',
'Windows ME',
'Open BSD',
'Sun OS',
'Linux',
'Mac OS',
'QNX',
'BeOS',
'OS/2',
'Chrome OS',
'Windows Server 2003',
'Windows Vista',
'Windows XP',
];
export const MOBILE_OS = ['iOS', 'Android OS', 'BlackBerry OS', 'Windows Mobile', 'Amazon OS'];
export const MOBILE_OS = ['Amazon OS', 'Android OS', 'BlackBerry OS', 'iOS', 'Windows Mobile'];
export const BROWSERS = {
aol: 'AOL',