3
0
mirror of https://github.com/Qortal/q-tube.git synced 2025-02-11 17:55:51 +00:00

152 Commits

Author SHA1 Message Date
3544b6819e
Merge pull request #40 from QortalSeth/main
Refactor to VideoContent.tsx, PlaylistContent.tsx, and VideoListComponentLevel.tsx to use customhooks.
2024-10-10 17:08:26 -06:00
d3e35ddbdc Refactor to VideoContent.tsx, PlaylistContent.tsx, and VideoListComponentLevel.tsx to use customhooks. This reuses a lot of code between them.
ChannelActions.tsx and VideoActionsBar.tsx components created to reduce code reuse between VideoContent.tsx, PlaylistContent.tsx, and VideoListComponentLevel.tsx.

If a playlist is empty, comments and buttons no longer appear, the page just shows text explaining the situation.
2024-10-10 17:02:08 -06:00
d42b512caa
Merge pull request #39 from QortalSeth/main
Refactor to split Home.tsx and VideoContent.tsx
2024-10-08 17:29:22 -06:00
6b00c10598 Refactor to split Home.tsx and VideoContent.tsx into the following components:
1. Home.tsx
2. Home-State.tsx
3. SearchSidebar.tsx
4. SearchSidebar-State.tsx
5. VideoContent.tsx
6. VideoContent-State.tsx

By using custom hooks to hold all state data, these components are easier to read and edit.
2024-10-08 17:27:49 -06:00
0ede1b5590
Merge pull request #38 from QortalSeth/main
Videoplayer volume now persists across videos and app reloads. Default value is 50%.
2024-10-03 14:11:59 -06:00
7863265909 Videoplayer volume now persists across videos and app reloads. Default value is 50%. 2024-10-03 14:10:33 -06:00
23f6ddd220
Merge pull request #37 from QortalSeth/main
Fixed bug that causes VideoPlayer.tsx to start playing in a state that requires 2 pause commands for the video to actually pause
2024-09-10 21:16:36 -06:00
f26d71c0eb Fixed bug that causes VideoPlayer.tsx to start playing in a state that requires 2 pause commands for the video to actually pause. 2024-09-10 21:15:24 -06:00
24d62194bc
Merge pull request #36 from QortalSeth/main
VideoPlayer Bug Fixes
2024-08-13 14:57:25 -06:00
9cd6d61b03
Merge branch 'Qortal:main' into main 2024-08-13 14:55:59 -06:00
0271fcf402 Merge remote-tracking branch 'origin/main' 2024-08-13 14:54:51 -06:00
8d7fe1f6c2 VideoPlayer Bug Fixes
fixes bug where pause() could interrupt play() and prevent video playback.

Excessive delay between clicking play and when the video starts playing after a long time paused is eliminated.
2024-08-13 14:54:40 -06:00
15d8146c7c
Merge pull request #35 from QortalSeth/main
Updates to User Interface
2024-08-08 23:31:02 -06:00
9382002b58
Merge branch 'Qortal:main' into main 2024-08-07 12:17:34 -06:00
a16639be84 Updates to User Interface
Layout of VideoContent.tsx and PlaylistContent.tsx updated, so it will feel more familiar to users.

Video Description boxes will not show the expand/contract button if the contracted description shows all text. The height of the contracted description is doubled.

Deleted Video Image no longer appears in VideoContent.tsx until after the video is loaded.

A new hotkey 'o' on the Video Player lets users switch between maintaining aspect ratio or filling all available space

Description and file downloader don't appear if video is deleted

In PlaylistContent.tsx and VideoContent.tsx, clicking anywhere other than the description or commentEditors will focus the video so that hotkeys will work on it
2024-08-07 12:17:08 -06:00
95e132f641
Merge pull request #33 from QortalSeth/main
Layout of VideoContent.tsx and PlaylistContent.tsx changed to maximize Video Player size while maintaining aspect ratio.
2024-07-31 14:45:27 -06:00
3782103590
Merge branch 'Qortal:main' into main 2024-07-31 14:44:45 -06:00
a0e8ce6cbf Layout of VideoContent.tsx and PlaylistContent.tsx changed to maximize Video Player size while maintaining aspect ratio.
Forced aspect ratio of videos to 16 / 9
2024-07-31 14:18:26 -06:00
a3a115674e
Merge pull request #32 from QortalSeth/main
Layout of VideoContent.tsx and PlaylistContent.tsx changed to maximize Video Player size while maintaining aspect ratio.
2024-07-31 13:41:38 -06:00
2b6613349a Layout of VideoContent.tsx and PlaylistContent.tsx changed to maximize Video Player size while maintaining aspect ratio. 2024-07-31 13:36:00 -06:00
ba515dc920
Merge pull request #31 from QortalSeth/main
Publishing is done with base64 instead of file
2024-07-29 09:43:53 -06:00
589054977d Merge remote-tracking branch 'origin/main' 2024-07-29 09:41:53 -06:00
0551db5d22 Publishing is done with base64 instead of file
fixed bug that could sometimes prevent video from playing after it is paused
2024-07-29 09:41:29 -06:00
dfe096bcbe
Merge pull request #30 from QortalSeth/main
Fixed video skeleton not loading bug.
2024-07-08 17:09:59 -06:00
6412417891 Fixed video skeleton not loading bug.
Deleted videos are not filtered out. They are now visible and show an image on the Home, Channel, and VideoContent pages that says "This video has been removed by the user".

Fixed minification bug caused by store.ts

titleFormatter and titleFormatterOnSave redone, only characters not allowed by Operating Systems are filtered out when saving as file.
2024-07-08 17:09:18 -06:00
7bd0946976
Merge pull request #29 from QortalSeth/main
Publishes are stored as File instead of Base64 to Reduce Load Times
2024-07-02 13:48:38 -06:00
88cd24ae4d Deleted videos no longer appear on Home Page.
SuperLikes and comments publish as file instead of Base64.

Fixed bug causing the minimum Superlike to be 10 QORT when it is supposed to be 1 QORT.
2024-07-02 13:45:08 -06:00
bc63066726 Deleted videos no longer appear on Home Page. 2024-06-24 14:54:53 -06:00
728437ea97 Metadata for publishes is now a file instead of Base64.
.eslintrc renamed to cjs to fix error when using ESLint

Max file size is now global variable that coverts file size to binary byte format automatically.

Many small EsLint fixes.

Fixed no key warning in MultiplePublishAll.tsx
2024-06-24 11:34:31 -06:00
0001ea250a Metadata for publishes is now a file instead of Base64.
.eslintrc renamed to cjs to fix error when using ESLint

Max file size is now global variable that coverts file size to binary byte format automatically.

Many small EsLint fixes.

Fixed no key warning in MultiplePublishAll.tsx
2024-06-18 15:41:50 -06:00
e4e45f8ad0
Merge pull request #28 from bacathey/main
Hide block user button for own account's videos
2024-06-07 09:52:04 -06:00
Brad Cathey
35c7f898c5 Merge branch 'main' of https://github.com/bacathey/q-tube 2024-06-06 21:03:11 -04:00
Brad Cathey
9c6598c627 hide block user button for self 2024-06-06 21:03:09 -04:00
aed63783a0
Merge pull request #27 from bacathey/main
Add link to My Channel
2024-06-06 16:03:25 -06:00
Brad Cathey
55c4ac304a removed extraneos space 2024-06-06 15:54:03 -04:00
Brad Cathey
9ec82d8e17 Added link to channel page 2024-06-06 15:48:09 -04:00
6fc4f00dc2
Merge pull request #24 from QortalSeth/main
Fixed bug that prevented Following a name working in FollowButton.tsx
2024-03-28 14:00:52 -06:00
ca1cfa239e Merge remote-tracking branch 'origin/main' 2024-03-28 13:58:52 -06:00
e666751ded Fixed bug that prevented Following a name working in FollowButton.tsx 2024-03-28 13:58:37 -06:00
b8463daef0
Merge pull request #23 from QortalSeth/main
Follow, Like, and Dislike buttons Added to  Video, Playlist, and Channel pages
2024-03-26 17:14:17 -06:00
9cf2932d81 Follow, Like, and Dislike buttons Added to Video, Playlist, and Channel pages
The Subscribe and Follow buttons no longer appear when the user views their own videos

Minimum Superlike amount lowered from 10 to 1 QORT

Fixed bug that made searches in the Home page Subscriptions Tab return results from all videos.

Fixed bug that prevented filtering by name on Subscriptions Tab

Clicking in area around video gives it focus, allowing hotkeys to work, orange border around video when focused is removed

Subscription tab doesn't say "You have no subscriptions" while loading videos
2024-03-26 17:11:15 -06:00
10974f68aa
Merge pull request #21 from QortalSeth/main
Q-Tube Statistics shown on Home page are now in their own component for easier porting to other Q-Apps.
2024-03-04 11:03:20 -07:00
02469176e2 Q-Tube Statistics shown on main page are now in their own component for easier porting to other Q-Apps. 2024-03-04 11:02:04 -07:00
87b1ac231f
Merge pull request #20 from QortalSeth/main
Fixed bug that caused all videos to show when starting Q-Tube on subscriptions tab
2024-02-22 13:52:49 -07:00
cbfbe15de0 Fixed bug that caused all videos to show when starting Q-Tube on subscriptions tab
SubscriptionData type moved from persistSlice.ts to SubscribeButton.tsx

Added check when subscribing to make sure both userName AND subscriberName are not already in subscribeList before subscribing. This ensures that a subscription from another username doesn't prevent a subscription from the current name.
2024-02-22 13:50:22 -07:00
b408a99d8c
Merge pull request #17 from QuickMythril/superlike-fix
Improve Superlike validation
2024-02-21 13:14:03 -07:00
3d623c34a6
Merge pull request #19 from QortalSeth/main
Fixed bug that caused Subscribe Button to not work properly if Q-Tube was opened through a link
2024-02-16 09:17:24 -07:00
6c2234fe53 Merge remote-tracking branch 'origin/main' 2024-02-16 09:15:51 -07:00
74b811d59b Fixed bug that caused subscriptions to not work properly if Q-Tube was opened through a link
Default Tab is now "All Tabs" since people running Q-Tube for the first time won't have any subscriptions.

Stats section of home page uses no horizontal padding to prevent the numbers from going to another line. Average videos per publisher doesn't show decimals for the same reason.
2024-02-16 09:15:14 -07:00
0fc8fb5c5c
Merge pull request #18 from QortalSeth/main
Final updates to new Q-Tube 2.0 release
2024-02-14 15:58:52 -07:00