Skip to content

Commit

Permalink
Merge pull request #20219 from Scroody/fix-missing-icons
Browse files Browse the repository at this point in the history
Fix: Missing icons
  • Loading branch information
ramonlsouza committed May 13, 2024
2 parents a01d34e + 183e691 commit 2a10495
Show file tree
Hide file tree
Showing 20 changed files with 98 additions and 10 deletions.
37 changes: 28 additions & 9 deletions bigbluebutton-html5/imports/ui/components/whiteboard/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,11 @@ const formatAnnotations = (annotations, intl, curPageId, currentPresentationPage
const customEditorAssetUrls = {
fonts: {
draw: `${TL_TEXT_PATHS}/Shantell_Sans-Tldrawish.woff2`,
serif: `${TL_TEXT_PATHS}/IBMPlexSerif-Medium.woff2`,
sansSerif: `${TL_TEXT_PATHS}/IBMPlexSans-Medium.woff2`,
monospace: `${TL_TEXT_PATHS}/IBMPlexMono-Medium.woff2`,
},
}
serif: `${TL_TEXT_PATHS}/IBMPlexSerif-Medium.woff2`,
sansSerif: `${TL_TEXT_PATHS}/IBMPlexSans-Medium.woff2`,
monospace: `${TL_TEXT_PATHS}/IBMPlexMono-Medium.woff2`,
},
};

const customAssetUrls = {
icons: {
Expand All @@ -284,25 +284,42 @@ const customAssetUrls = {
'redo': `${TL_ICON_PATHS}/redo.svg`,
'trash': `${TL_ICON_PATHS}/trash.svg`,
'duplicate': `${TL_ICON_PATHS}/duplicate.svg`,
'unlock': `${TL_ICON_PATHS}/unlock.svg`,
'arrowhead-none': `${TL_ICON_PATHS}/arrowhead-none.svg`,
'arrowhead-arrow': `${TL_ICON_PATHS}/arrowhead-arrow.svg`,
'arrowhead-triangle': `${TL_ICON_PATHS}/arrowhead-triangle.svg`,
'arrowhead-square': `${TL_ICON_PATHS}/arrowhead-square.svg`,
'arrowhead-dot': `${TL_ICON_PATHS}/arrowhead-dot.svg`,
'arrowhead-diamond': `${TL_ICON_PATHS}/arrowhead-diamond.svg`,
'arrowhead-triangle-inverted': `${TL_ICON_PATHS}/arrowhead-triangle-inverted.svg`,
'arrowhead-bar': `${TL_ICON_PATHS}/arrowhead-bar.svg`,
'dots-horizontal': `${TL_ICON_PATHS}/dots-horizontal.svg`,
'dots-vertical': `${TL_ICON_PATHS}/dots-vertical.svg`,
'tool-pointer': `${TL_ICON_PATHS}/tool-pointer.svg`,
'tool-media': `${TL_ICON_PATHS}/tool-media.svg`,
'tool-hand': `${TL_ICON_PATHS}/tool-hand.svg`,
'tool-pencil': `${TL_ICON_PATHS}/tool-pencil.svg`,
'tool-eraser': `${TL_ICON_PATHS}/tool-eraser.svg`,
'tool-arrow': `${TL_ICON_PATHS}/tool-arrow.svg`,
'tool-text': `${TL_ICON_PATHS}/tool-text.svg`,
'tool-laser': `${TL_ICON_PATHS}/tool-laser.svg`,
'tool-note': `${TL_ICON_PATHS}/tool-note.svg`,
'tool-line': `${TL_ICON_PATHS}/tool-line.svg`,
'tool-highlight': `${TL_ICON_PATHS}/tool-highlight.svg`,
'tool-frame': `${TL_ICON_PATHS}/tool-frame.svg`,
'chevron-up': `${TL_ICON_PATHS}/chevron-up.svg`,
'chevron-down': `${TL_ICON_PATHS}/chevron-down.svg`,
'chevron-right': `${TL_ICON_PATHS}/chevron-right.svg`,
'blob': `${TL_ICON_PATHS}/blob.svg`,
'geo-rectangle': `${TL_ICON_PATHS}/geo-rectangle.svg`,
'geo-ellipse': `${TL_ICON_PATHS}/geo-ellipse.svg`,
'geo-diamond': `${TL_ICON_PATHS}/geo-diamond.svg`,
'geo-triangle': `${TL_ICON_PATHS}/geo-triangle.svg`,
'geo-trapezoid': `${TL_ICON_PATHS}/geo-trapezoid.svg`,
'geo-rhombus': `${TL_ICON_PATHS}/geo-rhombus.svg`,
'geo-rhombus-2': `${TL_ICON_PATHS}/geo-rhombus-2.svg`,
'geo-pentagon': `${TL_ICON_PATHS}/geo-pentagon.svg`,
'geo-octagon': `${TL_ICON_PATHS}/geo-octagon.svg`,
'geo-hexagon': `${TL_ICON_PATHS}/geo-hexagon.svg`,
'geo-cloud': `${TL_ICON_PATHS}/geo-cloud.svg`,
'geo-star': `${TL_ICON_PATHS}/geo-star.svg`,
Expand Down Expand Up @@ -349,14 +366,16 @@ const customAssetUrls = {
'size-medium': `${TL_ICON_PATHS}/size-medium.svg`,
'size-large': `${TL_ICON_PATHS}/size-large.svg`,
'size-extra-large': `${TL_ICON_PATHS}/size-extra-large.svg`,
'front-draw': `${TL_ICON_PATHS}/front-draw.svg`,
'front-sans': `${TL_ICON_PATHS}/front-sans.svg`,
'front-serif': `${TL_ICON_PATHS}/front-serif.svg`,
'font-draw': `${TL_ICON_PATHS}/font-draw.svg`,
'font-sans': `${TL_ICON_PATHS}/font-sans.svg`,
'font-serif': `${TL_ICON_PATHS}/font-serif.svg`,
'font-mono': `${TL_ICON_PATHS}/font-mono.svg`,
'text-align-left': `${TL_ICON_PATHS}/text-align-left.svg`,
'text-align-center': `${TL_ICON_PATHS}/text-align-center.svg`,
'text-align-right': `${TL_ICON_PATHS}/text-align-right.svg`,
'vertical-align-center': `${TL_ICON_PATHS}/vertical-align-center.svg`,
'vertical-align-start': `${TL_ICON_PATHS}/vertical-align-start.svg`,
'vertical-align-end': `${TL_ICON_PATHS}/vertical-align-end.svg`,
},
};

Expand All @@ -369,5 +388,5 @@ export {
toggleToolsAnimations,
formatAnnotations,
customEditorAssetUrls,
customAssetUrls
customAssetUrls,
};
3 changes: 3 additions & 0 deletions bigbluebutton-html5/public/svgs/tldraw/arrowhead-arrow.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions bigbluebutton-html5/public/svgs/tldraw/arrowhead-bar.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions bigbluebutton-html5/public/svgs/tldraw/arrowhead-diamond.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions bigbluebutton-html5/public/svgs/tldraw/arrowhead-dot.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions bigbluebutton-html5/public/svgs/tldraw/arrowhead-none.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions bigbluebutton-html5/public/svgs/tldraw/arrowhead-square.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions bigbluebutton-html5/public/svgs/tldraw/arrowhead-triangle.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions bigbluebutton-html5/public/svgs/tldraw/chevron-down.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions bigbluebutton-html5/public/svgs/tldraw/chevron-right.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions bigbluebutton-html5/public/svgs/tldraw/dots-horizontal.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions bigbluebutton-html5/public/svgs/tldraw/geo-octagon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions bigbluebutton-html5/public/svgs/tldraw/geo-pentagon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions bigbluebutton-html5/public/svgs/tldraw/geo-rhombus-2.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions bigbluebutton-html5/public/svgs/tldraw/tool-laser.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions bigbluebutton-html5/public/svgs/tldraw/tool-media.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion bigbluebutton-html5/public/svgs/tldraw/unlock.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions bigbluebutton-html5/public/svgs/tldraw/vertical-align-end.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a10495

Please sign in to comment.