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

6842 view px results #7388

Merged
merged 15 commits into from
Oct 23, 2024
Merged

6842 view px results #7388

merged 15 commits into from
Oct 23, 2024

Conversation

josh-huridocs
Copy link
Contributor

@josh-huridocs josh-huridocs commented Oct 21, 2024

fixes #6842

PR checklist:

  • Update READ.me ?
  • Update API documentation ?

QA checklist:

  • Smoke test the functionality described in the issue
  • Test for side effects
  • UI responsiveness
  • Cross browser testing
  • Code review

@@ -372,6 +373,8 @@ https://yourdomain,https://yourdomain
hubs,محاور
Hybrid,هجين
Icon,أيقونة
ID,ID
ID:,ID:
Copy link
Member

Choose a reason for hiding this comment

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

We probably only want ID once, remove the semi-colon wherever is been translated and add it outside the Translate tag.

const templates = await templatesAPI.get(headers);
const [extractors, templates] = await Promise.all([
extractorsAPI.get(),
templatesAPI.get(headers),
Copy link
Member

Choose a reason for hiding this comment

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

You can get the templates from the templates atom, no need for this request.

<Translate>Templates meeting</Translate>{' '}
<Link to={linkPXTemplateCriteria} target="_blank">
<span className="underline">
<Translate>required criteria</Translate>
Copy link
Member

Choose a reason for hiding this comment

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

You can add classname to Translate like : <Translate className="underline">required criteria</Translate>
Also dividing a string in two might be problematic when translating

@josh-huridocs josh-huridocs merged commit e3368a9 into development Oct 23, 2024
18 of 19 checks passed
@josh-huridocs josh-huridocs deleted the 6842-view-px-results branch October 23, 2024 14:04
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.

[Paragraph extraction] View the results of an extractor
2 participants