Skip to content
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

(WIP) Overhauled the Buy Names Page with the Electrum-NMC version #558

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

junekomeiji
Copy link

Overhauled the Buy Names Page with the Electrum-NMC version and added error boxes for invalid domain names. There are still multiple bugs which lead to crashes, so filing a PR as WIP for now.

error boxes for invalid names. There are still multiple bugs which lead
to crashes, so filing a PR as WIP for now.
@@ -153,5 +394,6 @@
<resources>
<include location="../bitcoin.qrc"/>
</resources>
<resources/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an Electrum-ism, we already have a (non-empty) resources element (above).

@JeremyRand
Copy link
Member

OK so initial reaction: the XML form changes here are really hard to review because there's too much happening in a single commit. For example, the text Use &lt;strong&gt;d/&lt;/strong&gt; prefix for domain names. shows up in both the old and new XML forms, but the diff is complicated enough that Git can't tell that those two lines correspond.

I think one way to improve this would be to split the XML form diff into two commits: one that exclusively tweaks whitespace on existing lines, and one that adds/removes lines. This should make it a lot easier for Git to tell which lines correspond in the diff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants