aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2024-04-17feat: Implemented basic grid layout system with working side barJeff
2024-04-15feat: Add notification icon, down caret icon, and user's name to logged in ↵Jeff
navigation bar
2024-04-15fix: Remove duplicate .gitignore fileJeff
2024-04-15refactor: Force authentication check before page renderJeff
2024-04-15feat: Add user and refresh token into local storage for persistent user sessionsJeff
2024-04-15refactor: Remove test user dataJeff
2024-04-15refactor: Update variable names and remove unneeded print statementsJeff
2024-04-15feat: Implement request to get user details upon successful loginJeff
2024-04-15fix: Update comment to better specify part of header its referencingJeff
2024-04-15feat: Add React fragment to contain false conditional componentsJeff
2024-04-12feat: Conditionally render home page based on user auth statusJeff
2024-04-11refactor: Update login response handling to use response.json() for user ↵Jeff
data extraction
2024-04-11feat: Implement authorization context into navigation barJeff
2024-04-11feat: Add dashboard page for logged in usersJeff
2024-04-11feat: Initialize structure of sidebar componentJeff
2024-04-11feat: Implement React context for authorizationJeff
2024-04-10refactor: Add API request functionality to file and rework to utilize basic ↵Jeff
auth header
2024-04-10refactor: Add all former paths from NextJS version, and setup excluded ↵Jeff
routes array to handle routes where the nav bar, footer, and widget are not rendered
2024-04-10refactor: Moved API request handling inside of SignUp fileJeff
2024-04-10refactor: Moved handling API requests out of FlexibleFormJeff
2024-04-09refactor: Remove NextJS from projectJeff