Commit Graph

48 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
b3de7ba238 REFACTOR: Repositioning of Components in Project Structure 2025-02-16 23:36:00 +00:00
EvanLin3141
19e702a13a FIX: Padding Issue on Video Thumbnails, ViewPort Issues in AuthModal 2025-02-16 21:46:20 +00:00
EvanLin3141
fcb07263e3 FIX: Unknown Comma 2025-02-14 22:40:53 +00:00
326ee84d60 PATCH: Fixed dumb error 2025-02-12 15:15:00 +00:00
EvanLin3141
c95f2c95f8 Merge branch 'main' of https://github.com/john-david3/cs3305-team11 2025-02-12 14:43:07 +00:00
EvanLin3141
01932c4db9 FEAT: Results Page from Search Bar 2025-02-12 14:33:14 +00:00
white
571cb9c0f5 UPDATE: Changed Search Bar to use button press instead of debouncing 2025-02-12 13:49:51 +00:00
EvanLin3141
e5da7f63a2 FINISH: Login Page Design 2025-02-12 00:49:10 +00:00
white
1a572cc172 FEAT: Implemented working search bar using FTS and Ranking 2025-02-11 16:38:46 +00:00
Chris-1010
905e879c60 UPDATE: Searchbar functions on Frontend 2025-02-11 13:42:28 +00:00
EvanLin3141
07652eed0d UPDATE: Store Theme in User Cache
Also added some comments explaining ThemeContext.tsx
2025-02-09 17:37:02 +00:00
EvanLin3141
4cc48fe0b2 MOVE: Theme to quick settings 2025-02-09 17:19:34 +00:00
EvanLin3141
ae623eee0d ADD: Started on Quick Settings 2025-02-08 00:57:17 +00:00
EvanLin3141
f0754c5549 FIX: Quick Setting Icon 2025-02-08 00:49:21 +00:00
EvanLin3141
318e8fb2e9 FEAT: SideScroll for ListRow 2025-02-08 00:24:37 +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
Chris-1010
16dc8f1ea2 FEAT: Added more info & functionality to UserPage & Added ability to follow streamers on both UserPage and VideoPage;
Added shortcut to toggle chat;
2025-02-07 02:11:22 +00:00
Chris-1010
1499e042cb FIX: General fixes and update to HomePage 2025-02-06 20:23:44 +00:00
EvanLin3141
acc38cc73e MISC: Styles change 2025-02-06 18:56:33 +00:00
EvanLin3141
6ee1990542 DESIGN: Light/Dark Mode Button 2025-02-06 00:57:46 +00:00
EvanLin3141
b44ca46034 UPDATE: User Preference SideBar.
Can try access DB and Render what user wants/follows
2025-02-06 00:01:09 +00:00
EvanLin3141
2c65606efe UPDATE: Lucide React Icon and Animation for Theme 2025-02-05 14:45:24 +00:00
EvanLin3141
870d1435ae UPDATE: Added Button Light/Dark Theme 2025-02-05 13:47:41 +00:00
EvanLin3141
edb690728c ADD: Color Now Modifiable for Dark/Light Mode 2025-02-05 13:18:18 +00:00
EvanLin3141
4b9da0e946 FEAT: Removed ScrollBar for SideBar 2025-02-04 18:52:50 +00:00
EvanLin3141
b48d162d43 FIX: Error Fix in Previous Commit 2025-02-04 18:00:43 +00:00
EvanLin3141
ea66890c96 Merge branch 'main' of https://github.com/john-david3/cs3305-team11 2025-02-04 17:56:35 +00:00
EvanLin3141
a421a16955 FEAT: Added Sidebar
SideBar now available with Logo on top
2025-02-04 17:55:41 +00:00
Chris-1010
595190b0a0 REFACTOR: Separated Navbar and ChatPanel components; Updated VideoPage layout and toggle chat functionality 2025-02-04 17:43:31 +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
EvanLin3141
f31834bc1d FEAT: isChatOpen can now be expanded and collapsed 2025-02-02 00:54:08 +00:00
Chris-1010
6586506c97 MAJOR Fix: Resolved API Request Delays;
Feat: Added a dev test account to users for expedited login;
Refactor: Improve socket connection handling and add logging for API request duration & update to ListRow key generation for improved uniqueness;
Feat: Made it so streams with no set thumbnail use their category's thumbnail;
Minor Fix: Corrections to db recommendation methods;
2025-01-30 03:53:33 +00:00
Chris-1010
6cfac0d78f MAJOR FIX: Chat Latency Fixed 2025-01-30 03:50:58 +00:00
Chris-1010
cf68d722b0 Minor Update: Input & Root Styles 2025-01-30 03:50:58 +00:00
Chris-1010
c0a110c76d Patch: Fix to StreamerRoute to correctly send user to UserPage/VideoPage;
Update: Display Category Thumbnails
2025-01-29 14:53:22 +00:00
Chris-1010
a4f66ba321 Feat: Update to VideoPage to display stream data; 2025-01-29 14:51:36 +00:00
EvanLin3141
252ca7d1e6 Add: Added New Styling For AuthModel
New Border effect that rolls around the border of the registration.
Use of CSS extension that goes with TailwindCdd
2025-01-28 22:31:31 +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
evan
e0d748ed06 UPDATE: Added Hover Gradient Animation Effect on Logo.
Could be referenced for future use.
Usage of tailwind.config.js
2025-01-27 04:21:12 +00:00
evan
56c462c94b FEAT: Added AGOG Logo to Homepage 2025-01-27 02:42:27 +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
5c16092b1c - Refactor of StreamsContext:
Added `featuredCategories` section,
Added personalised variations of HomePage contents;
- Removal of redundant/unused files from backend;
- Update to README: Updated to current method for deploying;
- Known bug: StreamsContext is being called before AuthContext, leading to unpersonalised streams & categories each time, even when logged in;
2025-01-24 17:24:10 +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
667088ec9e Fix: Checkout
Fix: Formatting
2025-01-23 14:50:45 +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