JustIceO7
|
902c745065
|
FEAT: Added variable to keep track of user subscription within VideoPage
FIX: Added .env back into frontend
|
2025-02-18 02:47:23 +00:00 |
|
JustIceO7
|
76de1b7d9d
|
FEAT: Added Celery Beat
FEAT: Added preferences Celery task to automatically record what categories users watched
|
2025-02-18 02:02:34 +00:00 |
|
white
|
3528b6517a
|
FIX: fixed issues loading content on new accounts
|
2025-02-17 12:18:23 +00:00 |
|
Chris-1010
|
ecb26223df
|
FEAT: Click on chatter's username to visit profile;
REFACTOR: Formatting;
|
2025-02-17 05:01:55 +00:00 |
|
JustIceO7
|
c3fd9f5dee
|
UPDATE: Reverted VideoPage look
|
2025-02-17 04:13:18 +00:00 |
|
Chris-1010
|
93141357e3
|
FIX: Styling update to VideoPage to support smaller screens;
|
2025-02-17 00:51:25 +00:00 |
|
Chris-1010
|
d0aa591116
|
FIX: Stream routing on ResultsPage;
|
2025-02-16 23:57:57 +00:00 |
|
Chris-1010
|
d1d2785c38
|
FEAT: Update ResultsPage to route user to corresponding page upon click;
|
2025-02-16 23:37:24 +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
|
9f59810833
|
REFACTOR: VideoPage Adjustments
|
2025-02-16 23:36:00 +00:00 |
|
Chris-1010
|
b3de7ba238
|
REFACTOR: Repositioning of Components in Project Structure
|
2025-02-16 23:36:00 +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
|
19e702a13a
|
FIX: Padding Issue on Video Thumbnails, ViewPort Issues in AuthModal
|
2025-02-16 21:46:20 +00:00 |
|
JustIceO7
|
4ddcb3e139
|
FEAT: Added Stripe webhook to handle user subscriptions
UPDATE: Improved the chat look
|
2025-02-16 03:53:04 +00:00 |
|
JustIceO7
|
97067e1f87
|
FIX: Fixed Stripe
|
2025-02-15 22:06:06 +00:00 |
|
EvanLin3141
|
fcb07263e3
|
FIX: Unknown Comma
|
2025-02-14 22:40:53 +00:00 |
|
JustIceO7
|
88c9b168fd
|
UPDATE: Updated VideoPage UI
UPDATE: Added response to successful password reset redirect to homepage
|
2025-02-14 00:14:16 +00:00 |
|
JustIceO7
|
58524eb9a2
|
UPDATE: Got started with categories page
|
2025-02-12 22:25:54 +00:00 |
|
|
|
8ac82bb5e3
|
PATCH: Changed stream url from absolute to relative
|
2025-02-12 15:24:46 +00:00 |
|
|
|
326ee84d60
|
PATCH: Fixed dumb error
|
2025-02-12 15:15:00 +00:00 |
|
white
|
1eff005dec
|
FEAT: Integrated the live stream video
|
2025-02-12 15:04:56 +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
|
e6dc625e3a
|
Test: Just Testing
|
2025-02-12 01:35:44 +00:00 |
|
EvanLin3141
|
9d08c5b58f
|
FINISH: Register Page
Could do more design
|
2025-02-12 01:27:34 +00:00 |
|
EvanLin3141
|
f162c32abd
|
Merge branch 'main' of https://github.com/john-david3/cs3305-team11
|
2025-02-12 00:49:12 +00:00 |
|
EvanLin3141
|
e5da7f63a2
|
FINISH: Login Page Design
|
2025-02-12 00:49:10 +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 |
|
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
|
22d6ec482c
|
UPDATE: Google Login Responsiveness
|
2025-02-11 11:08:26 +00:00 |
|
EvanLin3141
|
3b9fef6a4d
|
UPDATE: Forgot Password Set in Login Page
|
2025-02-11 09:20:15 +00:00 |
|
JustIceO7
|
0984271a11
|
FEAT: Added Google OAuth login feature to sign up as well as login
|
2025-02-11 02:22:27 +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
|
8942298b38
|
UPDATE: Forgot Password in AuthModal
now uses AuthSwitch to switch between different forms by using MAP instead if if-elseif-else
|
2025-02-09 16:04:48 +00:00 |
|
EvanLin3141
|
29572f56d1
|
Update: ForgotPassword button in AuthModal
|
2025-02-09 15:53:07 +00:00 |
|
EvanLin3141
|
e3aa6531e1
|
ADD: Forgot PassWord Form
|
2025-02-09 01:07:30 +00:00 |
|
JustIceO7
|
e2dac21c7a
|
UPDATE: Added OAuth.tsx for implementing Google OAuth Component
MINOR: Renamed user routes
|
2025-02-08 14:53:21 +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 |
|
JustIceO7
|
a922036408
|
Merge branch 'main' of https://github.com/john-david3/cs3305-team11 into dev
|
2025-02-06 19:32:49 +00:00 |
|
JustIceO7
|
bb67f13417
|
UPDATE: Almost fully implemented forget email feature
|
2025-02-06 19:30:37 +00:00 |
|
EvanLin3141
|
acc38cc73e
|
MISC: Styles change
|
2025-02-06 18:56:33 +00:00 |
|