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

Replaced all tags links in support panel with dfeshiny::external_link() #52

Merged
merged 3 commits into from
Oct 1, 2024

Conversation

rmbielby
Copy link
Contributor

@rmbielby rmbielby commented Sep 30, 2024

Brief overview of changes

We'd added the external_link() function previously, but not applied it in support_panel(). I've done a quick update to change the links in the support panel to use external_link.

Why are these changes being made?

We want to be internally consistent in using our own advice!

Detailed description of changes

There were several tags$a() instances in support links. I've updated all of these to external_link() and removed the warning for the ones that are mailto links to e-mail addresses.

Connected issues

Resolves #50

@rmbielby rmbielby requested a review from cjrace September 30, 2024 12:36
@rmbielby rmbielby self-assigned this Sep 30, 2024
Copy link
Contributor

@cjrace cjrace left a comment

Choose a reason for hiding this comment

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

Added a couple of comments, mostly around things you didn't touch but are quick tidy up things on this page generally

www/cookie-consent.js Outdated Show resolved Hide resolved
R/support_panel.R Outdated Show resolved Hide resolved
R/support_panel.R Outdated Show resolved Hide resolved
R/support_panel.R Show resolved Hide resolved
R/support_panel.R Outdated Show resolved Hide resolved
R/support_panel.R Outdated Show resolved Hide resolved
@rmbielby rmbielby merged commit a979802 into main Oct 1, 2024
10 checks passed
@rmbielby rmbielby deleted the support-panel-external-links branch October 1, 2024 08:50
@cjrace cjrace mentioned this pull request Oct 9, 2024
4 tasks
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.

Update links in cookies and support panel to use dfeshiny::external_link()
2 participants