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

9 Commits

Author SHA1 Message Date
f687b3025d Dependencies updated to React 19
Minor bugfixes
2024-12-30 09:53:21 -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
78a6bcfdde Fixed bug causing video to play after Saving to Disk.
Fixed lint errors in FileElement.tsx
2024-10-18 13:12:34 -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
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
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
45174d2d0c Title Prefix no longer required
Vite Version updated in package.json
Removed duplicate character from titleFormatter in Misc.ts
2024-01-17 11:03:24 -07:00
ba1f39268e Title Prefix no longer required
Vite Version updated in package.json
Removed duplicate character from titleFormatter in Misc.ts
2024-01-17 08:44:30 -07:00
Justin Ferrari
0b78f49386 Q-tube initial commit in its own repo 2023-12-08 14:00:33 -05:00