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

Refactor Search Term Display into a Reusable Component #107

Merged
merged 1 commit into from
Sep 7, 2023

Commits on Sep 7, 2023

  1. Refactor Search Term Display into a Reusable Component

    This commit refactors the display of the search term into a reusable component, SearchTermComponent. This component is now used across various views (authors, books, courses, newsletters, podcasts, screencasts, tags, youtubes) to display the search term, improving code reusability and maintainability.
    
    The search term is also properly escaped to prevent potential Cross-Site Scripting (XSS) attacks. System tests for course search functionality have been updated accordingly.
    lucianghinda committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2988f42 View commit details
    Browse the repository at this point in the history