3DStreet / 3dstreet-editor

3DStreet Editor Repo
https://3dstreet.app
Other
19 stars 3 forks source link

Replace Icons with Components or SVG Files #338

Closed kfarr closed 9 months ago

kfarr commented 10 months ago

Create icon react components for icons or use SVG/PNG files for icons. Remove icons added as background images or inline styles.

svg's that we should probably convert, if they aren't already:

arrow_left.svg
arrow_right.svg
layers.svg arrow_up.svg
arrow-left.svg
checkbox_off.svg
arrow-right.svg
checkbox_on.svg
arrow_down.svg

convert this to svg:

scene.png (figma source available) then update where used in app to svg

logo svg's -- are all of these still used?:

3DStreet-Viewer-Start-Editor.svg
3DStreet-Editor.svg
EditorLogo.svg
logo-viewer.svg 3DStreet.svg
3DStreet-Viewer.svg
ViewerLogo.svg

pngs:

favicon-16x16.png
favicon-32x32.png
google_sign_in.png

maybe not used anymore? double check and delete if not

gltfButton.svg
gltfButtonPressed.svg gltf.svg
gltfButtonHover.svg
ScreenshotButtonPressed.svg ScreenshotButtonHover.svg
ScreenshotButton.svg

other files:

favicon.ico

do not convert these, not part of editor app, could be transferred to 3dstreet core repo

/loader/ bike.svg bus.svg car.svg entities.svg loader.css

kfarr commented 9 months ago

https://github.com/3DStreet/3dstreet-editor/pull/353