Skip to content

Resources UI 2#171

Open
sapnajha1 wants to merge 5 commits intopariyatti:masterfrom
navgurukul:Resources-UI-2
Open

Resources UI 2#171
sapnajha1 wants to merge 5 commits intopariyatti:masterfrom
navgurukul:Resources-UI-2

Conversation

@sapnajha1
Copy link
Copy Markdown
Contributor

Added videos search functionality and videos category buttons.

@sapnajha1 sapnajha1 requested a review from deobald as a code owner August 16, 2025 09:42
@sapnajha1 sapnajha1 closed this Aug 16, 2025
@sapnajha1 sapnajha1 reopened this Aug 16, 2025
Copy link
Copy Markdown
Member

@deobald deobald left a comment

Choose a reason for hiding this comment

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

Sapna, can you please pull the changes from the master branch to make sure everything is in sync before we merge? Thanks!

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Hi Sapna. Can you please remove these .DS_Store files and add .DS_Store to the .gitignore file? These are temporary files created by the Mac and should not be checked in.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done.

"videos": "Videos"
"videos": "Videos",
"All": "All",
"No videos found.": "No videos found.",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Instead of keying on the phrase (ex. "No videos found.") can you please key on an all-lowercase key with no spaces? (ex. "old_student"). What is there will compile but this is just a stylistic preference so keys can also be variable names, if required.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done.

"All": "All",
"No videos found.": "No videos found.",
"Search video here..": "Search video here..",
"a-z": "A-Z",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Since hyphens can't be used in variable names, these keys are better written as "a_z" etc.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done.

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.

3 participants