U-C-S / Hurl

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

Collection of suggestions #106

Open Jay-o-Way opened 6 months ago

Jay-o-Way commented 6 months ago

Global

Some kind of window to show app info (like, at least version) → #21 #LargeWork

Idea for settings: do not build the type into the rule, but let this be a separate datum in the JSON file. This might make the code easier and removes the prefix, so users don't have to deal with this (read: can't make mistakes). #LargeWork Example:

    Type: "domain"
    Rule: "github.com"

BrowserSelection

Ruleset / Edit window

Test window

U-C-S commented 6 months ago

Thanks once again for taking time to point out the issues.

Working on stability and documentation ones for now, Rest I shall come back to later

Jay-o-Way commented 6 months ago

Which two points are good for me to pick up (or help you with) ?

U-C-S commented 6 months ago

Oh didnt see your earlier message 😅. But you went and did it anyway.

These 2 would be great.


Also, I am planning for a rewrite of Hurl.BrowserSelector, which I feel is a mess of code. I will try implement most stuff along the way then. I am also trying design a new icon in figma (#37).

Jay-o-Way commented 5 months ago

Now that I've worked a bit on the code, that control isn't so bad. I would use a list, but that's not too difficult. I would also like to try and work on hardcoded colors, margins/paddings and so on.