-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat: Display scale as number of browser windows #2057
Conversation
I think we can use "crawling" here!
@SuaYoo IDK if your version of mkdocs is doing this (I think it was released in a newer version, I'm on 1.6), but it will show you in the terminal if you have broken links! Useful for nailing down stuff like this.
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.
Looks good to me! I think this will be a small but helpful bit of de-jargoning! :)
When I was testing earlier, I observed NaN
values in the workflow settings tab but I'm pretty sure this was a cache issue. I can't reproduce it and it seems to work as expected.
Only one real thought (see comment on the docs link), but can leave for later.
href="https://docs.browsertrix.com/user-guide/workflow-setup/#browser-windows" | ||
class="text-blue-600 hover:text-blue-500" | ||
target="_blank" | ||
>${msg("See caveats")}</a |
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.
Don't have to do it for this PR, but it would be really cool if docs links we link to in the app opened up in the sidebar!
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.
Very nice, and thanks for the thorough job updating copy through the app and in the docs!
Resolves #2048
Changes
numBrowsers
from API app settingsManual testing
Screenshots
Follow-ups
There's a bug where the "Edit Browser Settings" button isn't enabled until the crawl is
running
, even though the value can be updated during any active crawl state. Should be addressed with #2059