-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hurl Rewrite Project #112
Hurl Rewrite Project #112
Conversation
WindowStartupLocation="CenterScreen" | ||
mc:Ignorable="d"> | ||
<Grid> | ||
<ui:TitleBar Title="Hurl [BETA]" Grid.ColumnSpan="3" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Urgently recommend not to use the same Grid idea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because it makes everything way too complicated. You need to remember to put everything in the middle, and you will never have a scrollviewer that touches the sides. The same effect can be achieved with MaxWidth of the content.
IMO we should also add some automation, like automatically opening the site in same browser as it was previously opened with some TTL, can use SQLite or something of sorts. |
I think it would be a good idea to make some docs with specifications first. That's easy to discuss and when that's clear and worked out, it'll make the actual building much easier. |
You are right. Will do that. |
I think there are a number of important decisions to be made, before even starting to commit a rewrite like this. For example:
You could use Discussions to ask for user feedback. |
You are right. I'm putting this on-hold for a Little while. (#120 (comment)). Will concentrate on Hurl Settings for now, and also minor improvements to the main app as well. Will come back to this, once I have a concrete plan here. Thanks for the frequent feedback. I'm already making few plans and notes on ideas, Which I will put them out later for discussion. Mostly on the technical side, like whether or not, if I should migrate Rule matching code into |
An attempt at rewriting
Hurl.BrowserSelector
ProjectMight take some time for this to progress