3
0
mirror of https://github.com/Qortal/q-tube.git synced 2025-02-15 03:35:53 +00:00

56 Commits

Author SHA1 Message Date
7863265909 Videoplayer volume now persists across videos and app reloads. Default value is 50%. 2024-10-03 14:10:33 -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
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
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
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
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
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
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
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
Brad Cathey
9c6598c627 hide block user button for self 2024-06-06 21:03:09 -04: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
e666751ded Fixed bug that prevented Following a name working in FollowButton.tsx 2024-03-28 13:58:37 -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
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
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
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
1a4dc8375b Final updates to new Q-Tube 2.0 release
settingsSlice.ts renamed to persistentSlice, it is only used to store persistent data.

reset button no longer changes video type from "playlist" to "video".

Subscriptions are now stored as list of objects that have the name of the user and the name of the channel that is followed.

When the application starts in App.tsx the subscription list is filtered by the user's name, so they only see channels by the name they have subscribed to.

Edits to QuickMythril's bounty commits (showing home page stats and publish video form displaying supported codecs) to improve visibility and readability.
2024-02-14 15:56:39 -07:00
f0b89f0587
Merge pull request #15 from QuickMythril/qtube-stats-resolve
Adds video and name statistics
2024-02-14 13:52:01 -07:00
332b3c3b1e
Merge pull request #13 from QuickMythril/supported-codecs
Add supported codecs to publish page
2024-02-14 13:27:44 -07:00
af48462270 Improve Superlike validation 2024-02-14 13:02:24 -05:00
29755c987d Adds video and name statistics 2024-02-10 20:29:18 -05:00
b377027c57 Fix build error 2024-02-10 20:26:43 -05:00
fc544a7c38 Add supported codecs to publish page 2024-02-10 19:09:04 -05:00
7e502a3a47 Subscriptions to channels added
Filter added that removes characters that Operating Systems don't allow in filenames when saving file

VideoList-styles.tsx uses Radio button instead of Checkbox for main page video/playlist filter

Video player has aspect ratio of 16 / 9, doesn't put controls over video, and removes controls if mouse exits video when in fullscreen (but only when playing for some reason)

Created new redux slice called settingsSlice.ts. It is used to store settings that are saved to disk automatically

Home page remembers whether you were looking for videos or playlists

VideoPlayer.tsx remembers last playbackRate when video is loaded, this is persistent.

Videos reload when clicking on the videos or playlists filter type (user doesn't have to click Search button after changing the type)

<FiltersTitle> for type and categories have been removed due to being redundant and confusing.
2024-02-10 16:55:24 -07:00
bc096b5a66 Subscriptions to channels added
Filter added that removes characters that Operating Systems don't allow in filenames when saving file

VideoList-styles.tsx uses Radio button instead of Checkbox for main page video/playlist filter

Video player has aspect ratio of 16 / 9, doesn't put controls over video, and removes controls if mouse exits video when in fullscreen (but only when playing for some reason)

Created new redux slice called settingsSlice.ts. It is used to store settings that are saved to disk automatically

Home page remembers whether you were looking for videos or playlists
2024-02-08 15:47:14 -07:00
6fd206d6fb Subscriptions to channels added
Filter added that removes characters that Operating Systems don't allow in filenames when saving file

VideoList-styles.tsx uses Radio button instead of Checkbox for main page video/playlist filter

Video player has aspect ratio of 16 / 9, doesn't put controls over video, and removes controls if mouse exits video when in fullscreen (but only when playing for some reason)

Created new redux slice called settingsSlice.ts. It is used to store settings that are saved to disk automatically
2024-02-08 13:56:53 -07:00
5e5f19053f
Merge pull request #8 from lgedgar/prevent-xuser-post
Hide video search results if metadata and video owner do not match
2024-01-24 08:03:13 -07:00
Lance Edgar
b709efd072 Hide video search results if metadata and video owner do not match 2024-01-23 21:36:55 -06:00
6b1c18fd7d Superlike Icon button is less verbose, shows more info with icons instead of words
Videoplayer is much bigger, playlist is next to it instead of below

Video publisher name, icon, etc. moved to same row as superlike, file downloader

Titles can be selected/copied

Changed structure of ListSuperLikes.tsx slightly to fix undesirable warnings involving list keys and <div> being descendent of <p>

SubscribeButton.tsx created, but not fully implemented
2024-01-23 17:31:50 -07:00
ce3db66d22 fix errors 2024-01-22 16:55:22 -05:00
683699dffb fix id issue 2024-01-22 16:38:04 -05:00
43dc2856ae
Merge pull request #3 from crowetic/main
update to correct favicon
2024-01-19 16:18:03 -07:00
8c89f305a3
Merge pull request #5 from lgedgar/save-as-filename
Construct "save as" filename from video title if possible
2024-01-19 16:09:46 -07:00
f8998957b6 changed the wording on the consent modal. 2024-01-19 14:19:23 -08:00
ab8d9d1983
Merged Phil's new MultiplePublishAll component into main branch (#4)
* Merged Phil's new MultiplePublishAll component into main branch

* colorsys removed from project since it isn't used

* Title Prefix no longer required
Vite Version updated in package.json
Removed duplicate character from titleFormatter in Misc.ts

* Title Prefix no longer required
Vite Version updated in package.json
Removed duplicate character from titleFormatter in Misc.ts
2024-01-19 09:41:42 -07:00
Lance Edgar
a44901c009 Construct "save as" filename from video title if possible 2024-01-18 17:55:19 -06:00
8d3549739c Superlike Dialog allows optional donation to DevFund.
Refactored constants/index.ts into Identifiers.ts, Categories.ts, and Misc.ts.

Regular expressions that titles allow all use new variable in Misc.ts for consistency and ease of editing it. New Characters are allowed in titles.

Categories sorted by name, "Other" is always at end of list. New Categories such as Qortal under Education have been added

Title prefix TextField added that starts all video titles with the entered value.
2024-01-08 09:52:13 -07:00
1806ec3aa0 fix create playlist bug 2023-12-30 18:17:39 +02:00
cd5d8f99f1 add keyboard enter for search 2023-12-27 13:35:26 +02:00
a6bb7e9957 fix playlist card 2023-12-27 00:19:02 +02:00
da2c2b11c9 add missing type 2023-12-24 01:53:33 +02:00
469688b4e0 added preview images on hover 2023-12-24 01:50:37 +02:00
5e211737b0 increase to 3 mins 2023-12-18 12:38:17 +02:00
e12e62af6d fix edit icons hover 2023-12-16 15:53:48 +02:00
287c7f30a2 fix css and added categories 2023-12-16 01:07:04 +02:00