Commit Graph

21 Commits

Author SHA1 Message Date
Chris-1010
d79f617b4f REFACTOR: Enhance Categories Page;
REFACTOR: Update ListRow component;
REFACTOR: Improve component structure and navigation; FEAT: Scroll fetching hook;
REFACTOR: Add more testing_data to database to demonstrate updated ListRow component;
2025-02-16 23:37:24 +00:00
Chris-1010
bd091b079a REFACTOR: HomePage and ResultsPage for improved data handling 2025-02-16 23:20:56 +00:00
EvanLin3141
45f64f3c8d FIX: Issue where 404 does not show up
I.e with /users it shows /404
However with /users/hello it does not show 404
2025-02-16 22:03:35 +00:00
EvanLin3141
01932c4db9 FEAT: Results Page from Search Bar 2025-02-12 14:33:14 +00:00
JustIceO7
1b167b60f1 FEAT: OAuth now redirects to last URL signed in
UPDATE: Created the page to display lists of categories
2025-02-11 23:08:26 +00:00
EvanLin3141
4cc48fe0b2 MOVE: Theme to quick settings 2025-02-09 17:19:34 +00:00
EvanLin3141
e3aa6531e1 ADD: Forgot PassWord Form 2025-02-09 01:07:30 +00:00
Chris-1010
45208a51be FEAT: CategoryPage updated to display streams;
General fixes and cleanup of unecessary logging;
Update to 404 (NotFound) Page;
2025-02-07 03:57:54 +00:00
JustIceO7
bb67f13417 UPDATE: Almost fully implemented forget email feature 2025-02-06 19:30:37 +00:00
EvanLin3141
af71f63873 NEW: Reset Password Page 2025-02-06 15:28:25 +00:00
JustIceO7
a6f49e8f66 FIX: Fixed route names to match backend changes to display recommendations 2025-02-06 13:28:09 +00:00
Oscar
84faf0f33d UPDATE: Added category page as well as reset password page 2025-02-05 14:55:25 +00:00
Chris-1010
60c19b3052 UPDATE: Fix to stream/userpage routing, Added UserPage and Tidy to code;
Added ability to visit a user's profile page from their stream;
Cleaned up code formatting, primarily changing from single quotes to double quotes;
Removed unused SignupForm component;
2025-02-04 14:59:18 +00:00
Chris-1010
9784ef8c67 PATCH: Username was not being accessed in chat.py:
The WebSockets used for chat do not maintain the same session context as regular HTTP routes and so, the username in Flask's session could not be accessed.
2025-02-01 03:14:24 +00:00
Chris-1010
6cfac0d78f MAJOR FIX: Chat Latency Fixed 2025-01-30 03:50:58 +00:00
Chris-1010
93b3ffbc0b Patch: Tidy up of style code and fix to authentication logic
Feat: Added ability to access user's username through AuthContext
2025-01-27 16:18:01 +00:00
Chris-1010
a409e74992 - Added Chat frontend, interfaces with backend;
- Updated styles for VideoPage;
- Added StreamerRoute component;
- Remove unused Login and Signup pages;
- Update to Navbar and Logo components for new structure on different pages;
- Update to auth flow to display error messages to user;
2025-01-25 02:34:06 +00:00
Chris-1010
8ec60b1c41 Major: Added Authentication Functionality, interfaces with backend;
Added new styles to HomePage & VideoPage;
Added AuthContext to persist logged_in status;
2025-01-24 15:44:27 +00:00
Chris-1010
66957efe6f Update to structure 2025-01-23 12:13:50 +00:00
Chris-1010
be30d9c924 Update .gitignore;
Update to style of CheckoutForm
2025-01-23 12:03:41 +00:00
c0674c58b4 Moved frontend out of webserver into it's own container 2025-01-23 11:28:53 +00:00