aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
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