Skip to content

adds link on each row to github page and remove entire row clickable feature#1959

Merged
codebyemily merged 3 commits into
SCE-Development:devfrom
codebyemily:Emily/20251215_update_github_links
Dec 31, 2025
Merged

adds link on each row to github page and remove entire row clickable feature#1959
codebyemily merged 3 commits into
SCE-Development:devfrom
codebyemily:Emily/20251215_update_github_links

Conversation

@codebyemily

@codebyemily codebyemily commented Dec 15, 2025

Copy link
Copy Markdown
Collaborator

resolves #1955

Github Page

Comment thread src/Pages/Projects/Projects.js Outdated
Comment on lines +208 to +214
<a
href={link}
target="_blank"
rel="noopener noreferrer"
style={{ textDecoration: 'underline' }}
> {link}
</a>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

how does this look in the mobile ui of the website? should we do an icon instead?

https://developer.chrome.com/docs/devtools/device-mode#viewport

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

image

It looks similar to desktop, so I believe it looks fine. But, I can shorten the link to say "Github" or use an icon instead if needed.

@codebyemily

Copy link
Copy Markdown
Collaborator Author
image

Shortened Link in mobile view

Comment on lines +206 to +212
<br />
<br />
<a
href={link}
target="_blank"
rel="noopener noreferrer"
className={'underline'}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

instead of br wanna try pt-4 in the classname

https://tailwindcss.com/docs/padding#adding-padding-to-one-side

i approve either way

@charred-70 charred-70 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

omg so awesomeness w emily

@adarshm11 adarshm11 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

W emily

@codebyemily
codebyemily merged commit 0e9fc96 into SCE-Development:dev Dec 31, 2025
4 checks passed
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.

[placeholder] project page

4 participants