Skip to content

Conversation

lidel
Copy link
Member

@lidel lidel commented Jun 6, 2025

This PR

  • Moves Routing to the top: the order mirrors the order of execution (Routing, Direct, then Fallback)
  • Adds more details to descriptions and labels, making them more useful to people not familiar with low level details.
BEFORE AFTER
Screenshot 2025-06-06 at 17-40-54 IPFS Service Worker Gateway production@ae34360 Screenshot 2025-06-06 at 17-39-04 IPFS Service Worker Gateway staging@d15fef1

cc:

Change checklist

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation if necessary (this includes comments as well)
  • I have added tests that prove my fix is effective or that my feature works

this moves Routing to the top, and adds more details to descriptions and
labels
@lidel lidel requested review from SgtPooki and 2color June 6, 2025 15:44
@lidel lidel changed the title docs: clarify/cleanuo configuration docs: cleanup configuration UI Jun 6, 2025
Copy link
Member

@SgtPooki SgtPooki left a comment

Choose a reason for hiding this comment

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

lgtm!

@SgtPooki SgtPooki marked this pull request as ready for review June 9, 2025 14:41
/>
<TextInput
className='e2e-config-page-input e2e-config-page-input-dnsJsonResolvers'
description='A newline delimited list of space delimited key+value pairs for DNS (application/dns-json) resolvers. The key is the domain suffix, and the value is the URL of the DNS resolver. Note: Use only trusted centralized gateways, as they may infer your browsing history.'
Copy link
Member

@2color 2color Jun 10, 2025

Choose a reason for hiding this comment

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

Is this note meant for the Recursive Gateways input?

Suggested change
description='A newline delimited list of space delimited key+value pairs for DNS (application/dns-json) resolvers. The key is the domain suffix, and the value is the URL of the DNS resolver. Note: Use only trusted centralized gateways, as they may infer your browsing history.'
description='A newline delimited list of space delimited key+value pairs for DNS (application/dns-json) resolvers. The key is the domain suffix, and the value is the URL of the DNS resolver.'

Copy link
Member

Choose a reason for hiding this comment

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

I think a note here that tracking may be done by the gateways you use is important. Do we want to remove it fully or can we rephrase it?

Copy link
Member Author

Choose a reason for hiding this comment

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

My bad. This type of note applies to every remote endpoint defined in config, seems I messed up adding it everywhere.

Fixed in 6864d0b

Copy link
Member

@2color 2color left a comment

Choose a reason for hiding this comment

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

LGTM besides one comment

@SgtPooki SgtPooki merged commit 85d0de9 into main Jun 13, 2025
30 of 31 checks passed
@SgtPooki SgtPooki deleted the docs-clarify-configuraiton branch June 13, 2025 16:36
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.

3 participants