Update Microsoft app icons in block_microsoft - #3369
Open
Lai Wei (weilai-irl) wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request updates the Microsoft service icons used by the block_microsoft Moodle block by switching CSS pix keys to a new icon set and adding the corresponding SVG assets to the plugin’s pix/ directory.
Changes:
- Updated
blocks/microsoft/styles.cssto reference new pix keys for Microsoft service icons (e.g.,teams,stream,microsoft365). - Added new SVG icon assets under
blocks/microsoft/pix/to match the updated pix keys. - Standardized the block’s icon usage across multiple service links (OneDrive, Teams, Outlook, SharePoint, etc.).
Reviewed changes
Copilot reviewed 1 out of 25 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| blocks/microsoft/styles.css | Updates pix key references so the block uses the new icon filenames. |
| blocks/microsoft/pix/teams.svg | Adds the Teams icon asset referenced by updated CSS. |
| blocks/microsoft/pix/sway.svg | Adds the Sway icon asset referenced by existing CSS. |
| blocks/microsoft/pix/stream.svg | Adds the Stream icon asset referenced by updated CSS. |
| blocks/microsoft/pix/sharepoint.svg | Adds the SharePoint icon asset referenced by updated CSS. |
| blocks/microsoft/pix/outlook.svg | Adds the Outlook icon asset referenced by updated CSS (also used for conversations). |
| blocks/microsoft/pix/onenote.svg | Adds the OneNote icon asset referenced by updated CSS (also used for notebook). |
| blocks/microsoft/pix/onedrive.svg | Adds the OneDrive icon asset referenced by updated CSS. |
| blocks/microsoft/pix/microsoft365.svg | Adds the Microsoft 365 connection icon asset referenced by updated CSS. |
| blocks/microsoft/pix/microsoft.svg | Adds the Microsoft icon asset referenced by updated CSS (MSA sign-in). |
| blocks/microsoft/pix/forms.svg | Adds the Forms icon asset referenced by updated CSS. |
| blocks/microsoft/pix/delve.svg | Adds the Delve icon asset referenced by updated CSS. |
| blocks/microsoft/pix/calendar.svg | Adds the Calendar icon asset referenced by existing CSS. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.