schoolbox web extension :)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor(plugins/modernIcons): sort

willow 23a22dde 083b0fcb

+25 -25
+25 -25
src/entrypoints/plugins/modernIcons/index.ts
··· 53 53 54 54 // [className, iconName] (material icons) 55 55 const icons = { 56 - "icon-teacher": "school", 57 - "icon-due-work": "inventory_2", 58 - "icon-task": "inventory", 59 - "icon-timetable": "schedule", 56 + "icon-add": "add", 57 + "icon-approve": "check_circle", 60 58 "icon-calendar": "calendar_month", 61 - "icon-news": "newspaper", 62 - "icon-email": "email", 63 - "icon-wolfram-alpha": "web", 59 + "icon-canvas-lms": "medical_services", 60 + "icon-cloudy": "cloud", 64 61 "icon-comment": "translate", 65 - "icon-canvas-lms": "medical_services", 66 - "icon-video": "videocam", 67 - "icon-office-365": "dvr", 68 - "icon-google-drive": "drive_export", 69 - "icon-help": "help", 70 - "icon-podcast": "music_note", 71 - "icon-music": "music_note", 72 - "icon-staff-students": "account_circle", 73 - "icon-settings": "settings", 74 - "icon-logout": "logout", 75 62 "icon-course": "class", 76 - "icon-reply": "reply", 77 - "icon-approve": "check_circle", 63 + "icon-due-work": "inventory_2", 64 + "icon-email": "email", 65 + "icon-eportfolio": "work", 66 + "icon-files": "description", 78 67 "icon-forms": "check_box", 68 + "icon-google-drive": "drive_export", 79 69 "icon-group": "group", 70 + "icon-help": "help", 80 71 "icon-info": "info", 72 + "icon-lesson-plan": "history_edu", 73 + "icon-logout": "logout", 74 + "icon-music": "music_note", 75 + "icon-news": "newspaper", 76 + "icon-office-365": "dvr", 77 + "icon-open": "door_open", 78 + "icon-podcast": "music_note", 79 + "icon-reply": "reply", 81 80 "icon-resource-booking": "photo_camera", 82 - "icon-files": "description", 83 81 "icon-schoolbox": "language", 82 + "icon-settings": "settings", 83 + "icon-staff-students": "account_circle", 84 + "icon-task": "inventory", 85 + "icon-teacher": "school", 86 + "icon-timetable": "schedule", 84 87 "icon-user": "person", 85 - "icon-cloudy": "cloud", 86 - "icon-eportfolio": "work", 87 - "icon-open": "door_open", 88 - "icon-lesson-plan": "history_edu", 89 - "icon-add": "add", 88 + "icon-video": "videocam", 89 + "icon-wolfram-alpha": "web", 90 90 }; 91 91 92 92 function injectIcons(icons: Record<string, string>, filled: boolean) {