haruneko icon indicating copy to clipboard operation
haruneko copied to clipboard

UI Suggestion Misc

Open zeoint opened this issue 1 year ago • 5 comments

1. Control Buttons

  • Make the app's three control buttons to follow the windows control buttons scheme.
  • Currently when hovered over the close button, it does not change its color to red as seen in the below video.

2. Waffle / launcher Icon

  • Place it elsewhere, like a step below the control buttons or any other place as its current position looks confusing and not good when two close 'x' buttons are side by side, can be observed in the below video.

1

Current control buttons

https://github.com/manga-download/haruneko/assets/127277950/1e3c570f-9dc3-488b-89b8-45ef7c6687d7

Reference

https://github.com/manga-download/haruneko/assets/127277950/afe5dc7f-468c-45ca-bf94-422e75736f14

zeoint avatar Nov 07 '23 04:11 zeoint

Currently it's just using the CarbonDesign UIShell design https://carbon-components-svelte.onrender.com/framed/UIShell/HeaderUtilities?theme=g90 I added the window controls as we're hiding the OS window. Moving the drop menu outside the bar would mean i need to code something specific instead of using the embeded features of the carbondesign components But in the end i'm not even sure if we will still continue with the utilities drop menu (the same options are in the general settings).

Many stuffs are just "tests" (i'm not a UI designer/coder at all)

Sheepux avatar Nov 07 '23 19:11 Sheepux

As for the hover red color, it's probabbly easy to add (going to try)

Sheepux avatar Nov 07 '23 19:11 Sheepux

Red background on hover commited (matches MS Windows closing button behavior)

Sheepux avatar Nov 07 '23 19:11 Sheepux

As for the menu... could be moved into a flipped overflow menu https://carbon-components-svelte.onrender.com/components/OverflowMenu#flipped (or as i said... basically removed)

Sheepux avatar Nov 07 '23 19:11 Sheepux

(or as i said... basically removed)

I also wanted to bring it up, but forgot about it. Since it is already in the settings removing it would also be okay.

zeoint avatar Nov 08 '23 02:11 zeoint