-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
[Bug] Links are actually buttons #544
Comments
@Serpentarius13 @cc-creativecommons-github-io-bot Can you Please assign it to me.I will make sure to complete this |
After looking through this further, there is a deeper Issue at play here that's difficult to resolve. These items each looks like a hyperlink in their visual representation. However, under the hood functionally they are in fact Since this adds complexity to the problem I'm unsure what an adequate route of solution would be. Merely swapping the items from The underlying issue is that the UX here is at a conflict. Moving this to
🧹 status: ticket work required
|
Yea, I'm sorry for misunderstanding. I propose to make them |
Hey @possumbilities if this isn't fixed yet(which i believe it isn't as it is the same as it as described in the issue on the site) |
Proposal for Improving UX in the "Choose A License" PageDescription of the IssueIn the "Choose A License" page, under the section titled "Confused? Need Help?", the listed links are implemented as buttons instead of proper
Proposed SolutionInstead of simple links or buttons, I propose replacing this section with an accordion component. This approach would:
Accordion ImplementationEach question in the "Confused? Need Help?" section can be converted into an accordion item. When a user clicks on a question, the corresponding answer or additional details will expand below with smooth animation implemented. Benefits of This Fix
RequestI’d like to work on replacing the current implementation with the proposed accordion design. Please assign this issue to me, and I’ll ensure the solution adheres to the repository's code and accessibility standards. Thank you for considering my contribution! |
Description
In Choose A License page, there's a section called
Confused? Need help?
and links there are actually buttons which is a terrible UX. Swap them for actual<a>
's !Reproduction
Open https://chooser-beta.creativecommons.org/ and scroll to bottom
Expectation
Links should be
<a>
hyperlinksScreenshots
Resolution
The text was updated successfully, but these errors were encountered: