Skip to content

Issue #112#114

Merged
jacksayshi merged 2 commits intomainfrom
Issue-112
May 5, 2025
Merged

Issue #112#114
jacksayshi merged 2 commits intomainfrom
Issue-112

Conversation

@tluke900
Copy link
Contributor

Description

Fixes #112

1. What was Changed

New folders created in order to separate JS functions from HTML code and HTML updated to use it.

2. Why it was Changed

JavaScript was adjusted to match more standard practices, new functions created to more easily scroll through sub-bone components instead of using the drop downs for ease of use.

3. How it was Changed

JS functions separated into their own folders, main.js created to facilitate their use. The next and prev buttons are able to dynamically load each time a new "bone" is selected, changing the sub bones displayed.

A more technical description of the changes that were made. This is additional information that we will be using when reviewing code changes, so it's a great place for you to share some of your thoughts about how you changed the code. Detail the methods or techniques used to implement the changes. You can also mention any challenges you faced or alternatives you considered.

and rearranged the HTML structure to use the new JS.
@tluke900 tluke900 requested a review from jacksayshi as a code owner April 27, 2025 18:15
@tluke900 tluke900 linked an issue Apr 27, 2025 that may be closed by this pull request
3 tasks
Copy link
Collaborator

@jacksayshi jacksayshi left a comment

Choose a reason for hiding this comment

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

Hello @tluke900 Thank you for working on this issue.
navigation.js logic looks good. The buttons are working as required. Functional only when subbone(s) are selected. We can merge these changes. Thank you

@jacksayshi jacksayshi merged commit 6e72818 into main May 5, 2025
1 check failed
@leandrumartin leandrumartin deleted the Issue-112 branch February 23, 2026 16: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.

Implement Previous and Next Navigation for Sub-bones

2 participants