OrcaSlicer icon indicating copy to clipboard operation
OrcaSlicer copied to clipboard

Icon fixes and improvements

Open yw4z opened this issue 1 year ago • 5 comments

Let me know if you found more issues related icons

TODO

• Paint icons glitches near edges. image with 8x zoom Screenshot-20240721195027 • Home page > Orca logo • Home page > Context menu folder icon • Project page default icon • pellets.svg ( appears on filament titlebar after pellet extruder enabled ) • tab_multi_active.svg • Project page > match document icons • Project page > Sidebar icons • Menubar > File > Open project > match icon with new "Open project" icon used on home page • Toolchanger icons • Revert icon close to text / checkbox on parameters • Adaptive Pressure advance

AMS icon blurry and rendered with wrong resolution

causes by its using different resolution from other sidebar icons. It uses 18x18 in code but other sidebar elements using 16x16 changed this in code. i was designed icon as 16x16 previously before Screenshot-20240721153958 after Screenshot-20240721153914

BBL printers > Device / Calibration tab > Printer icon blurry

icon not uses correct resolution on code. matched size with icon on device tab before Screenshot-20240721194403

after Screenshot-20240721194309

Search icon looks dimmed

Anti aliasing reduces strength of colors on lines if they diagonal or circular. Thats why icon looks a bit dimmed compared to other icon. I increased line thickness by %20 for search icon to fix this Tested on windows but anti aliasing might be work differently on other systems. I didnt increased line thickness above 1.2 to reduce chance of looks bolder compared to other icons. Also results might be differently on high dpi screens I'm not planning to this on all icons but search icon is always visible and one of main elements. so want to fix this for it before after (change is minor but noticeable on regular usage) Screenshot-20240721154713

Home Page > new / open buttons

before Screenshot-20240721185010

after Screenshot-20240721184912

Home Page > dummy thumbnails

most dummy thumbnail images has a minimal landscape illustrations. i tried a cube like object but it felt so empty. this one looks cool imo

before Screenshot-20240721185122

after Screenshot-20240721193323

Home Page > context menu icons

matched style and shape of icons with previously designed icons

before Screenshot-20240721185415

after Screenshot-20240721185408

Setup Filaments > Custom Filament Edit Button

before Screenshot-20240721192708

after Screenshot-20240721192625

yw4z avatar Jul 21 '24 12:07 yw4z

@yw4z

before Screenshot-20240721185415

after Screenshot-20240721185408

Please keep these icons they look much better! Especially the red trash bin. The red accent color is just right here and doesn't disturb the overall color scheme.

The new icons make it look pretty dull.

discip avatar Jul 23 '24 10:07 discip

@discip used on same designed icon with other delete / remove icon on UI to keep consistency. Trash icon looks a bit outdated. But i understand your concern about accidentally clicking remove menu item. there is few workaround for this • Using red color while hovering menu item background • Using red colored icon And there is only 2 item on context menu. i dont think you will struggle too much

About folder icon, i will make a redesign for it. keep following process

yw4z avatar Jul 23 '24 11:07 yw4z

  1. Trash icon looks a bit outdated.

What about an X.

  1. • Using red color while hovering menu item background

Combined with 1. this could be the way to go.

  1. About folder icon, i will make a redesign for it. keep following process

Let's see what you've got. 😊

discip avatar Jul 23 '24 12:07 discip

@discip i will look a better solution but dont expect much for context menu :) i guess moving remove / open folders to directly on the thumbnail will be better for future. its already used on project thumbnails. probably folder icon will use bottom-right corner. so that will remove possibility of accidental clicks Screenshot-20240723164602

button will be visible only when hover Screenshot-20240721182555

i added this to my list but my list a bit long so i cant make it soon

yw4z avatar Jul 23 '24 13:07 yw4z

Thank you @yw4z !

Overall looks fine to me.

I have to suggestions:

  1. I agree with @discip that old icon is more intuitive image
  2. The new open icon is not intuitive. A straight arrow doesn't convey the message well. image

SoftFever avatar Sep 07 '24 11:09 SoftFever

@yw4z Have you given up on this PR or do you still plan to implement it at some point? 😊

discip avatar Dec 27 '24 22:12 discip

@discip didnt gave up, just dont have enough time currently. i will continue where i left when i got some

yw4z avatar Dec 28 '24 14:12 yw4z

@SoftFever @Noisyfox Completed this commit, ready to review Reverted change on home screen context menu icons, Let me know your thoughts

yw4z avatar Jan 25 '25 00:01 yw4z

@yw4z Looks good so far.

I was really excited to see this implemented:

button will be visible only when hover Screenshot-20240721182555

Is it still on your list?

discip avatar Jan 28 '25 21:01 discip

@discip yes but not in priority

yw4z avatar Jan 28 '25 22:01 yw4z

@yw4z I just noticed that you may have swapped the document icons .txt and .pdf. As for what I know the .txt icons are blue and those representing .pdf are most definitely red across the board. The content doesn't match either. 😅

discip avatar Feb 05 '25 06:02 discip

@discip good catch, fixed now. was saved them with wrong name

yw4z avatar Feb 05 '25 06:02 yw4z

I only saw this after looking at the latest Merges. @yw4z I prefer the old Edit icon. It depicts the eraser of the pencil better, which gives a better visual cue.

henrivdr avatar Apr 20 '25 07:04 henrivdr

@henrivdr i'm trying to match all icons on UI. Icon not looks great on dark theme currently because background uses wrong color on filament selection window. you can see difference in here (left sidebar). Screenshot-20250420195936 i will send a pull request later to fix that

yw4z avatar Apr 20 '25 17:04 yw4z