Chris-1010
5c81f58e66
UPDATE: Enhance game on NotFoundPage;
...
REFACTOR: Add comments;
PATCH: Removal unnecessary files;
REFACTOR: Rename of component folder to match case of other folders;
2025-02-23 20:48:01 +00:00
JustIceO7
634c02a9bc
UPDATE: Finished categories and category pages, added infinite scrolling and follow category button on login
2025-02-23 17:23:09 +00:00
Chris-1010
cd7ea461a8
UPDATE: Style ResultsPage;
...
UPDATE: Improve components;
2025-02-22 20:25:45 +00:00
Chris-1010
12d9f3660a
REFACTOR: Implement full page reloads for state-critical navigation
2025-02-22 20:23:35 +00:00
Chris-1010
af24bfa7d3
REFACTOR: Relocate components to appropriate folders + minor style adjustments
2025-02-22 12:19:50 +00:00
Chris-1010
8c545716f5
REFACTOR: Add extraClasses prop to ListItem;
...
REFACTOR: Remove unused `Navbar` import in `UserPage`;
2025-02-20 06:58:18 +00:00
JustIceO7
6999e1a0a1
UPDATE: Added more categories to database and updated categories page
2025-02-20 00:08:13 +00:00
EvanLin3141
b87fe7893d
Update: List Row Dynamic Theme
2025-02-18 20:39:51 +00:00
EvanLin3141
d4a6c2c7cd
UPDATE: Theme Design for Quick Settings
2025-02-18 17:47:21 +00:00
Chris-1010
fde7c70b54
FEAT: Sidebar update to include followed streamers & categories;
...
FEAT: Sidebar now alters page width on open/close (DynamicPageContent);
FIX: Properly disallow shortcut keys when typing in an input field;
2025-02-18 02:52:43 +00:00
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