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

feat: add helpful links tab to student view, other bug fixes #606

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

Conversation

calisio
Copy link
Contributor

@calisio calisio commented Dec 23, 2024

Description of the change

Adds helpful links page, fixes some other small bugs

Screenshot(s)

Screenshot 2024-12-23 at 5 07 06 PM

Additional context

Please include any additional context or information that the reviewer may need to understand the PR.

function updateFavorites() {
void mutateHelpfulFavs();
}
useEffect(() => {
Copy link
Member

Choose a reason for hiding this comment

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

can we remove this useEffect?

{ name: OpenContentProviderType.KIWIX, value: 'libraries' },
{ name: OpenContentProviderType.VIDEOS, value: 'videos' },
{ name: OpenContentProviderType.LINKS, value: 'helpful-links' },
{ name: 'Favorites', value: 'favorites' }
Copy link
Member

Choose a reason for hiding this comment

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

We should probably add 'Favorites' to the enum for consistency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants