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

161 create a study configuration vignette standalone #167

Draft
wants to merge 7 commits into
base: dev
Choose a base branch
from

Conversation

Lovemore-Gakava
Copy link
Contributor

Add the get started vignette

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 27 out of 45 changed files in this pull request and generated 1 comment.

Files not reviewed (18)
  • docs/404.html: Language not supported
  • docs/LICENSE-text.html: Language not supported
  • docs/articles/get_started.html: Language not supported
  • docs/articles/index.html: Language not supported
  • docs/authors.html: Language not supported
  • docs/deps/data-deps.txt: Language not supported
  • docs/index.html: Language not supported
  • docs/outline.html: Language not supported
  • docs/reference/adbds.html: Language not supported
  • docs/reference/adlb.html: Language not supported
  • docs/reference/adsl.html: Language not supported
  • docs/reference/advs.html: Language not supported
  • docs/reference/create_nepexplorer_app.html: Language not supported
  • docs/reference/creatinineScatterServer.html: Language not supported
  • docs/reference/creatinineScatterUI.html: Language not supported
  • docs/reference/creatinine_data_fcn.html: Language not supported
  • docs/reference/drawBloodPressure.html: Language not supported
  • docs/reference/drawBunCreat.html: Language not supported

Comment on lines +41 to +42
var copyButton = "<button type='button' class='btn btn-primary btn-copy-ex' title='Copy to clipboard' aria-label='Copy to clipboard' data-toggle='tooltip' data-placement='left' data-trigger='hover' data-clipboard-copy><i class='fa fa-copy'></i></button>";

Copy link
Preview

Copilot AI Feb 7, 2025

Choose a reason for hiding this comment

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

The attribute 'data-toggle' should be updated to 'data-bs-toggle' for Bootstrap 5 compatibility.

Suggested change
var copyButton = "<button type='button' class='btn btn-primary btn-copy-ex' title='Copy to clipboard' aria-label='Copy to clipboard' data-toggle='tooltip' data-placement='left' data-trigger='hover' data-clipboard-copy><i class='fa fa-copy'></i></button>";
var copyButton = "<button type='button' class='btn btn-primary btn-copy-ex' title='Copy to clipboard' aria-label='Copy to clipboard' data-bs-toggle='tooltip' data-placement='left' data-trigger='hover' data-clipboard-copy><i class='fa fa-copy'></i></button>";

Copilot is powered by AI, so mistakes are possible. Review output carefully before use.

Positive Feedback
Negative Feedback

Provide additional feedback

Please help us improve GitHub Copilot by sharing more details about this comment.

Please select one or more of the options
@elimillera
Copy link
Contributor

@Lovemore-Gakava Made a couple updates to pass linting and fixed the github issue

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