U-C-S / Hurl

Choose the browser on the click of a link
MIT License
254 stars 8 forks source link

v0.9 Planning #67

Open U-C-S opened 1 year ago

U-C-S commented 1 year ago

As part of v0.8.x updates

Abandoned (will come back to in later versions)

neoOpus commented 1 year ago

If I can help with anything, please let me know

U-C-S commented 1 year ago

@neoOpus The project is bit struck at designing settings application UI for Hurl. I will get back to you on this soon.

Also, Anything like might also helpful

neoOpus commented 1 year ago

Will you accept if I do some mockups in Photoshop or other software about how it should looks? and I can help this way making decisions based on other users feedback

U-C-S commented 1 year ago

Yes... That would be great, Thanksi. Do them at your own pace.

U-C-S commented 7 months ago

image

Settings App UI for adding rules

rayat-amperity commented 7 months ago

That looks beautiful @U-C-S

rayat-amperity commented 7 months ago

Do you have access to a Mac, @U-C-S ?

I think sindresorhus's velja is one of the best in this category. I've tried many, many similar programs on Win/Mac, and his is IMO the best on mac (and yours on Windows of course). More importantly, its Rules settings seems to offer similar features to the ones you appear to be after.

His website doesn't include any settings screenshots AFAICT so if you don't have a Mac, I'd be happy to provide any screenshots or videos you want.

rayat-amperity commented 7 months ago

Tho tbh if I could put my vote in, as much as I'd want this feature (rules UI), I'd prefer to have keyboard shortcuts for the browser choices sooner first. I'm sure you know what other users might prefer so I'll defer to your judgement, but if there's any way I can help implement that feature - lmk

U-C-S commented 7 months ago

Do you have access to a Mac

I might have access to one either from work or one of friend's very soon. I will take a look, just from the site's screenshots it looks pleasing to use.

Currently, I'm having trouble with developing WinAppSdk apps in Visual Studio (for Hurl Settings App). I have opened an issue in VS Forums, and I'm trying to reproduce the said issue to pinpoint the cause, but couldn't yet as I find it so random. (issue: XAML editor shows up a lot of errors that aren't actually errors, and I rely a lot on Intellisense to understand the framework, which also stops working). Im also trying to use MVVM pattern to have some quality code, with bit no success yet so far.


prefer to have keyboard shortcuts for the browser choices sooner first

I will priortize that, as of now I cannot work on Hurl Settings app but can make custom keyboard shortcuts possible for the small v0.8.1 release.

riotrah commented 7 months ago

Please do let me know if I can help. I've never used VS, though I've used VSC, I can try opening this project there and see if XML intellisense works there 🤷

U-C-S commented 6 months ago

It's pointless I guess. This issue https://github.com/microsoft/WindowsAppSDK/issues/2597 😑won't let me publish the Hurl Settings App as I needed it (Unpackaged, framework-dependent and optionally single file output). Hurl Settings app have to wait till that gets fixed.

RANT: I am really hoping Microsoft works on AoT for C#/WPF, Better Visual Studio support atleast in 2024. It's really a pain for a hobby dev like me to develop anything pleasingly usable as I want it.

riotrah commented 6 months ago

Are you trying to create a separate app/executable for the settings? I was assuming it would be another window from the same executable

U-C-S commented 6 months ago

I want Settings App to be a seperate executable to keep the Selector executable light and Have more options on how the settings app executable can be developed. This way I could eventually try to move Selector executable to more faster C++ or something like that and need not change anything on the settings app side.

Anyway, Thanks for being curious about all this. I need some more time to settle into my new job and place before I can starting releasing new versions. 2023 was challenging for me to concentrate on open source stuff.

Levminer commented 6 months ago

It's pointless I guess. This issue microsoft/WindowsAppSDK#2597 😑won't let me publish the Hurl Settings App as I needed it (Unpackaged, framework-dependent and optionally single file output). Hurl Settings app have to wait till that gets fixed.

RANT: I am really hoping Microsoft works on AoT for C#/WPF, Better Visual Studio support atleast in 2024. It's really a pain for a hobby dev like me to develop anything pleasingly usable as I want it.

I feel your pain, working with the WindowsAppSdk is a nightmare. It's been out for 3 years (!) and it still feels like its a beta release.

eidylon commented 6 months ago

I feel your pain, working with the WindowsAppSdk is a nightmare. It's been out for 3 years (!) and it still feels like its a beta release.

Same goes for their MAUI environment too, when trying to develop mobile apps! I miss the days when MS was focused on making the developer's experience as smooth as possible!

U-C-S commented 4 months ago

https://github.com/U-C-S/Hurl/pull/96#issuecomment-1981583351

U-C-S commented 3 months ago

Releasing as part of v0.8.2

image

I know, Too many windows... In future, I plan to combine Edit Ruleset window with Main Window.

For other Settings like Editing Browsers, toggle between Mica or Acrylic etc, Later on for v0.9 release

Jay-o-Way commented 3 months ago

Just to note

PublishSingleFile will be supported in Windows App SDK 1.5

https://github.com/microsoft/WindowsAppSDK/issues/2597#issuecomment-1912841882

U-C-S commented 3 months ago

PublishSingleFile will be supported in Windows App SDK 1.5

YEESSSS.... 🤩

Jay-o-Way commented 2 days ago

Idea for the framework: if converting to WinUI (latest version) is too big of a step, what about using Microsoft's WPF?

U-C-S commented 2 days ago

converting to WinUI (latest version) is too big of a step

I don't think that's a concern for me, it's just that app is not format I want it to be... i.e smaller executable sizes

what about using Microsoft's WPF?

I am already using it, aren't I ?

Jay-o-Way commented 2 days ago

what about using Microsoft's WPF?

I am already using it, aren't I ?

I meant dropping the WPF-UI. But just an idea. If WinUI is possible that sounds good too.