Skip to main content

Week 3

  • Added the fonts and helper classes for font and updated the existing code classes with the new font style.
  • Fixed the routes for all the pages , previously the pages were getting refreshed on changing of route.
  • Added the meta tags, that will describes and summarizes the content of our page.
  • Replaced all the react logos with fossology and updated the manifest.json.
  • Created the array for all the copyrights in and mapped that array in About Page.
  • Updated the entities in overview page with plain text.
  • Updated the navbar other items to display only when user is authenticated as in the current implementation.
  • Added the sub dropdowns and updated the background color with our theme colours.
  • Added the theme toggle functionality in the navbar.
  • Created the context for the global state maintenance.
  • Added the light and dark theme option in Header.
  • Added the Report Import page.
  • Added Input widget for the type radio checkbox and other types which can be used with all the pages. Note: Added all the state variables for the page as soon as we get the api we have to just link them.
  • Added the Dockerfile (alternative method) for installation.
  • Updated the installation method in README.

Screenshots

Dark Theme

dark-theme

Light Theme

light-theme

Header Sub Dropdown

header-sub-dropdown

About

about

about-terms-and-conditions

Report Import

report-import

Contributions