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

Replace X links with Bluesky links #1134

Merged
merged 14 commits into from
Nov 23, 2024
Merged

Replace X links with Bluesky links #1134

merged 14 commits into from
Nov 23, 2024

Conversation

michplunkett
Copy link
Collaborator

@michplunkett michplunkett commented Nov 22, 2024

Description of Changes

Since we killed the X link and are focusing on using Bluesky, I updated the site to reflect that. We did need to update the font awesome version so that it had access to the Bluesky image.

Screenshots (if appropriate)

Before:
Screenshot 2024-11-22 at 2 29 50 PM

After:
Screenshot 2024-11-22 at 2 45 56 PM

Tests and Linting

  • This branch is up-to-date with the develop branch.
  • pytest passes on my local development environment.
  • pre-commit passes on my local development environment.

@michplunkett michplunkett self-assigned this Nov 22, 2024
Comment on lines 165 to 166
dept_selector = Select(browser.find_element_by_id("dept"))
uii_element = browser.find_element_by_id("uii-question")
dept_selector = Select(browser.find_element(By.ID, "dept"))
uii_element = browser.find_element(By.ID, "uii-question")
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Before this change, the the build was failing on the 3.12 version tests.

@michplunkett michplunkett marked this pull request as draft November 22, 2024 23:25
@michplunkett
Copy link
Collaborator Author

There's some issue with the v3.12 tests. I'll get this addressed within the next 48 hours or so.

@michplunkett michplunkett marked this pull request as ready for review November 23, 2024 03:29
@michplunkett michplunkett merged commit b3f8020 into develop Nov 23, 2024
3 checks passed
@michplunkett michplunkett deleted the add-bluesky-link branch November 23, 2024 03:46
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