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

separated js from html (WIP) #52

Open
wants to merge 1 commit into
base: issue43_Updated
Choose a base branch
from

Conversation

haydenkarl22
Copy link
Collaborator

Issue #43

What is done:

The "Recently Used" section displays manifest Uri's in a card view format
Each card contains: Title, Number of Items, and Image.
Cards are response and visually consistent with the application's existing UI
Below is a screenshot of the card view implementation:

I have completely moved all javaScript code to respective js files, however it has broken the recently used manifests dropdown and tools no longer appear. I have tried make the dropdown functions global, have messed around with their implementations, messed around with how they are called, cannot find a way to fix the dropdown not working without rolling back my changes of removing the javascript code from tools.html. The tools appeared prior to me removing the js code from tools.html, haven't been able to nail down why this is happening either.

@haydenkarl22 haydenkarl22 requested a review from alar12 as a code owner November 25, 2024 18:38
@haydenkarl22
Copy link
Collaborator Author

also worth noting that I consolidated the tools.js code into playground.js, since these two files had overlapping code it made more sense to consolidate them.

Copy link
Collaborator

@alar12 alar12 left a comment

Choose a reason for hiding this comment

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

The JavaScript code in the HTML files on the main branch has already been moved to their respective JavaScript files. Before starting work on the issue, make sure to pull the latest changes from the main branch. Write any new JavaScript code in the appropriate external JS files and avoid including it directly in the HTML files.

@alar12 alar12 added this to the Sprint 6 milestone Nov 30, 2024
@alar12 alar12 linked an issue Nov 30, 2024 that may be closed by this pull request
6 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.

Design and Implement Card View Layout for "Recently Used" Section
3 participants