291 Commits

Author SHA1 Message Date
f4bb3d51aa Refactored qapp-core code to newest version. 2025-04-07 14:38:10 -06:00
93b62844e7 revert signature reference 2025-04-06 08:03:35 +03:00
1fb7b5378f changed identifiers for comments and superlikes 2025-04-06 00:42:21 +03:00
c4133e76b1 Merge pull request #73 from QortalSeth/main
reverted previous commit
2025-03-19 16:33:28 -06:00
b3fbca2f12 reverted previous commit 2025-03-19 16:32:55 -06:00
79f591416d Merge pull request #71 from QortalSeth/LibTest
Added search params to Home Page
2025-03-19 16:10:36 -06:00
c90ce83fd4 Added search params to Home 2025-03-19 14:26:44 -06:00
b5cb3e705c Started using qapp-core library. 2025-03-13 15:52:53 -06:00
3b770069d9 Merge pull request #68 from QortalSeth/main
M4V videos are explicitly stated to be supported on the Publish Form
2025-02-10 20:12:30 -07:00
25f95c93fa M4V videos are explicitly stated to be supported on the Publish Form 2025-02-10 20:11:51 -07:00
9d9c161139 Adjustments to VideoControls and MobileControls CSS. 2025-02-06 12:16:07 -07:00
63bbf9801b Merge pull request #67 from QortalSeth/main
Fixed bug that sometimes makes the channel page not load videos properly.
2025-01-28 11:25:00 -07:00
150680dac1 Merge remote-tracking branch 'origin/main' 2025-01-28 11:24:27 -07:00
cf853d4401 Fixed bug that sometimes makes the channel page not load videos properly.
Added Privacy category
2025-01-28 11:23:53 -07:00
55420dd17f Merge pull request #66 from QortalSeth/main
Superlikes list on Home Page shows time since it was made
2025-01-23 10:48:09 -07:00
adfb89fa84 Merge branch 'Qortal:main' into main 2025-01-23 10:47:35 -07:00
5d795766c3 Superlikes list on Home Page shows time since it was made
Refactoring to prepare for SuperDislike button
2025-01-23 10:43:21 -07:00
c895c03e45 Merge pull request #65 from QortalSeth/main
Fixed bug where video duration was deleted when editing a video and not replacing its source.
2025-01-21 16:33:14 -07:00
43663061ee Fixed bug where video duration was deleted when editing a video and NOT replacing its source.
Created TextField for manually entering the Video Duration when editing a video

VideoPlayer.tsx background color when video doesn't cover full page is now black
2025-01-21 16:24:40 -07:00
d9f04030d5 Merge pull request #64 from QortalSeth/main
Bugfixes on PlaylistContent.tsx
2025-01-14 16:41:11 -07:00
71151e166b Bugfixes on PlaylistContent.tsx
VideoPlayer.tsx progress bar now loads properly on PlaylistContent.tsx

Video duration on PlaylistContent.tsx now loads properly

Time until deleted video thumbnail is shown has been doubled from 30 seconds to 60
2025-01-14 16:40:32 -07:00
1a7f47867f Merge remote-tracking branch 'origin/main' 2025-01-08 10:57:15 -07:00
4ef05dc478 Mouse cursor doesn't show when video is fullscreen and the mouse is idle for more than 5 seconds.
Added hotkey "c" that toggles always showing controls when fullscreen, even if idle.

Removed duplicate Other category, added Paranormal, Religion and Spirituality categories due to community requests for it.
2025-01-08 10:56:23 -07:00
760f182683 Merge branch 'Qortal:main' into main 2025-01-08 10:42:09 -07:00
d99701084c Mouse cursor doesn't show when video is fullscreen and the mouse is idle for more than 5 seconds.
Added hotkey "c" that toggles always showing controls when fullscreen, even if idle.

Removed duplicate Other category, added Paranormal and Spirituality categories due to community requests for it.
2025-01-08 10:34:35 -07:00
2728d14ed2 Merge pull request #63 from QortalSeth/main
SuperLike Form has Mobile Support
2025-01-06 16:44:47 -07:00
103562b3ec SuperLike Form has Mobile Support 2025-01-06 16:38:11 -07:00
3309481066 Merge pull request #62 from Philreact/bugfix/fix-horizontal-overflow
fix horizontal overflow
2025-01-06 11:39:53 -07:00
03e7e954e7 fix horizontal overflow 2025-01-06 15:53:02 +02:00
7b9217eed2 Merge pull request #61 from QortalSeth/main
Videoplayer Updates:
2025-01-03 16:06:35 -07:00
ea591c6fd6 Merge branch 'Qortal:main' into main 2025-01-03 16:04:16 -07:00
c6605060db Videoplayer updates:
VideoPlayer tooltips moved below buttons to avoid interfering with clicking on progress slider. Slider raised 2px and is thicker for the same reason.

Clicking on progress slider doesn't force the video to start playing.

Changed colors on Volume Slider so it is easier to see on Desktop and especially Mobile

Volume slider removed on mobile

Buggy feature that did picture in picture when leaving video while playing has been removed

If on Mobile, video title has bigger topMargin to prevent video clipping into it on some Mobile devices.
2025-01-03 16:03:43 -07:00
194496edab Merge pull request #60 from QortalSeth/main
Removed marginRight on Mute Button in VideoControls
2025-01-02 16:21:12 -07:00
823365998a Merge branch 'Qortal:main' into main 2025-01-02 16:19:35 -07:00
2b63f02b24 VideoPlayer Bugfixes
Videoplayer doesn't set fill ObjectFit when fullscreen.

Added ObjectFit button

Volume slider doesn't clip into video time label

Volume and Progress sliders have a smaller click range so they don't override other video buttons.

Usernames in the videolist component now show ellipses when they overflow

Hyperlink color throughout the app changed so they are easier to see
2025-01-02 16:19:15 -07:00
740f10c272 Merge pull request #59 from QortalSeth/main
VideoPlayer Bugfixes
2025-01-02 16:12:16 -07:00
d4f5c7a8ee VideoPlayer Bugfixes
Videoplayer doesn't set fill ObjectFit when fullscreen.

Added ObjectFit button

Volume slider doesn't clip into video time label

Volume and Progress sliders have a smaller click range so they don't override other video buttons.

Usernames in the videolist component now show ellipses when they overflow

Hyperlink color throughout the app changed so they are easier to see
2025-01-02 16:11:45 -07:00
1cfdb7a7bf Merge pull request #58 from QortalSeth/main
Bugfix that prevents TextEditor.tsx from crashing on release builds
2024-12-30 20:22:44 -07:00
18e346cd95 Bugfix that prevents TextEditor.tsx from crashing on release builds 2024-12-30 20:21:38 -07:00
e2f082b81e Merge pull request #57 from QortalSeth/main
Performance and Bugfix Update
2024-12-30 14:42:26 -07:00
88797e4387 Merge branch 'Qortal:main' into main 2024-12-30 14:41:04 -07:00
d0841e4db5 Bugfixes
Comment replies use full width available for username

Fixed bug in PublishVideo.tsx that erased video durations when videos to publish are added twice
2024-12-30 14:39:02 -07:00
f687b3025d Dependencies updated to React 19
Minor bugfixes
2024-12-30 09:53:21 -07:00
27006367fb Merge pull request #56 from QortalSeth/main
Added Close Button to ListSuperLikeContainer.tsx
2024-12-20 18:02:45 -07:00
5fad85baa7 Added Close Button to ListSuperLikeContainer.tsx 2024-12-20 18:01:54 -07:00
b4144aa06e Merge remote-tracking branch 'origin/main' 2024-12-20 17:58:32 -07:00
c799d144eb Added Close Button to ListSuperLikeContainer.tsx 2024-12-20 17:58:21 -07:00
84c07b07cd Merge pull request #55 from QortalSeth/main
Updates to VideoPlayer controls
2024-12-20 10:22:57 -07:00
53eaad448b Updates to VideoPlayer controls
All controls and hotkeys work when the VideoPlayer is fullscreen

Controls are below video instead of inside of it

Controls have tooltips showing what they do and their hotkeys

Each control is a separate component that is used in both mobile and normal controls

Video Progress slider is above controls to save horizontal space

Controls will disappear when fullscreen if mouse leaves video player, or after 5 seconds of inactivity

Default port in vite.config.ts set to 3000 for simplicity.
2024-12-20 10:21:58 -07:00
29de8a8a9f Merge pull request #54 from QortalSeth/main
Mobile support for Home, Video, and Channel pages.
2024-12-13 16:14:56 -07:00