U-C-S / Hurl

Choose the browser on the click of a link
MIT License
279 stars 10 forks source link

Task: Ruleset expander: move buttons #113

Closed Jay-o-Way closed 4 months ago

Jay-o-Way commented 6 months ago

Easy to do. This is current concept:

image

With the current MinWidth, the text is quickly trimmed. We could choose to combine these buttons* under a ●●● button, but that means more clicks = more RSI. Increasing the MinWidth to 500 is common and removing the Grid Columns is simple.

* Related:

If possible, it would be nice if these expanders could be dragged to order, but I am not sure if that is even possible.

U-C-S commented 5 months ago

the text is quickly trimmed. We could choose to combine these buttons* under a ●●● button

What do you think about moving the delete and edit btns into the expanded body ?


It would be nice if these expanders could be dragged to order, but I am not sure if that is even possible

I spent some time doing this, but i couldn't get it working correctly. I want to come back to this later on, once other stuff is done.

we could use an icon (in stead of text) for the browser

We can do that. I want to see and change how icons are handled currently. Maybe after that.

Jay-o-Way commented 5 months ago

What do you think about moving the delete and edit btns into the expanded body ?

Hm, that's 50% of the idea. At the moment i think it would be nice to have these buttons appear at a "hover" event. But I haven't worked with that yet.

Dragging and icons are no priority. Must remember to think about different versions (like canary, beta...) of the same browser.