0f41c54406
fix linebreak for comments header
2022-11-25 15:58:35 +07:00
fa518c029c
frontend similar videos
2022-11-21 15:13:37 +07:00
abfd109203
hide comment box overflow
2022-11-21 15:05:28 +07:00
41ea0c2c58
better padding for comment reply threads
2022-11-21 10:38:30 +07:00
acb24e38a6
add tag cloud to video page, short rating
2022-11-21 10:27:28 +07:00
a1fbc0b436
fix linter
2022-11-21 10:05:28 +07:00
e052935e2d
add comment reply toggle
2022-11-21 09:55:33 +07:00
b5ceb264ec
format comment like number
2022-11-18 09:51:18 +07:00
11c122cba3
finetune comments icon position
2022-11-18 08:58:25 +07:00
456bc57df3
Merge branch 'master' into testing
2022-11-14 16:34:15 +07:00
crocs
091024553b
Fixed "Unseen" and "Thumb" icons ( #363 )
...
* Update channel.html
Updated wording, removed "matching" as it's not necessary.
* Update downloads.html
* Delete icon-thumb.svg
* Delete icon-eye.svg
* Add files via upload
2022-11-14 16:33:26 +07:00
ad016df105
implement comment frontend
2022-11-14 16:31:49 +07:00
476d4d4909
add create snapshot now button
2022-10-31 21:21:28 +07:00
b425e7d75c
frontend API button to restore snapshot
2022-10-29 20:12:54 +07:00
9b69a8dc91
fix mobile view-controls break
2022-10-27 16:15:32 +07:00
Kevin Gibbons
39902cb1c6
Format/slightly modernize the JS ( #345 )
...
* add basic JS tooling
* fix accidental uses of global variables
* auto-format
* add and fix a couple more standard lint rules
* remove useless return false from settimeout callbacks
* document JS contributing
* fix whitespace in package.json
* add JS stuff to codespell skiplist
* codespell take two
* update github action and add comments about duplicated logic
2022-10-26 09:43:58 +07:00
Kevin Gibbons
ff82690d3c
add keyboard shortcuts to video player ( #342 )
...
* add keyboard shortcuts to video player
* fix modal on the inline player
2022-10-24 20:11:00 +07:00
40eff8e30e
fix chrome compatibility issue for description text reveal, #327
2022-10-22 22:32:57 +07:00
a5788117de
add dropdown channel agg for download page
2022-10-22 21:23:57 +07:00
fbb52dc93f
implement basic channel query string for downloads page
2022-10-05 15:47:17 +02:00
2b8ec1f8cf
use grid_items for videos on download page
2022-09-13 16:47:31 +07:00
1b22e61384
New search API endpoint, #build
...
Changed:
- Switched search form to API
- Additional validations for RYD
- Additional log output for curl ES startup check
2022-08-19 18:00:35 +07:00
PrivateGER
57a9fff82b
Add API endpoint for searching ( #303 )
...
* Add API endpoint for searching + use it in frontend
* Fix linting warnings
* Remove multisearch API call
* Avoid 301 and fix up multiline comment
2022-08-19 17:52:37 +07:00
1896e982b9
codespell lint fixes
2022-08-18 18:51:11 +07:00
81aa27e802
fix video-item.list vertical positioning
2022-08-13 16:20:38 +07:00
8a59b66a0f
finetune full text thumb width
2022-07-23 13:28:49 +07:00
f0a44678ed
unset video max-height max-width for fullscreen webkit, #264
2022-07-22 14:50:53 +07:00
0ec6558282
jump to timestamp from full search
2022-07-21 17:15:36 +07:00
52d31f9cca
simplify createVideo player link building
2022-07-21 15:51:33 +07:00
07016f2cc5
ignore full: result without highlight
2022-07-21 15:47:29 +07:00
a40ebc7bbc
tweak with for video-item.list
2022-07-21 15:36:36 +07:00
e4dd47aed0
implement fulltext search keyword
2022-07-20 21:49:32 +07:00
b77d50d4ed
use queryType in populateMultiSearchResults to hide irrelevant
2022-07-20 18:01:57 +07:00
p0358
411b09629a
Better description view for videos and playlists ( #272 )
...
* draft
* proper implementation of description line clamping
* use a JS event that's potentially faster for text expand button visibility update
* remove desc title text, move show button after desc
Co-authored-by: simon <simobilleter@gmail.com>
2022-07-16 22:06:26 +07:00
e664338845
implement basic channel_id_about view
2022-07-04 16:44:37 +07:00
1857ac44ca
fix tablet css breakpoints and grid spacing
2022-06-27 09:48:36 +07:00
cbb714c235
show grid count controls only if applicable
2022-05-30 16:21:24 +07:00
c93e935b9c
move delete download queue button to settings page
2022-05-30 16:06:12 +07:00
c6d696a91b
timeout search as you type
2022-05-30 15:29:52 +07:00
0759b4f220
reset mobile variable gird row count
2022-05-28 21:41:17 +07:00
5982932457
implement variable grid row size
2022-05-28 13:57:29 +07:00
Nathan DeTar
4eba36f7a0
Cookie Validation Button ( #242 )
...
* Added cookie validate button & message placeholder
* Added handleCookieValidate(), postCookieValidate()
* show validation only if enbled, add processing message for immediate feedback
Co-authored-by: simon <simobilleter@gmail.com>
2022-05-04 17:07:01 +07:00
Nathan DeTar
c4107fc370
Fix to prevent holding onto SB info. ( #236 )
2022-05-02 10:41:42 +07:00
Nathan DeTar
1cf82bdbbd
Cleanup & Prevent repeat of skip message. ( #227 )
...
* Cleanup & Prevent repeat of skip message.
* skip sponsorblock segments if not indexed
* disable onVideoProgress sb check if not indexed
Co-authored-by: simon <simobilleter@gmail.com>
2022-04-16 08:53:15 +07:00
Nathan DeTar
39c4bd8883
Adjust to API changes for SB integration. ( #222 )
2022-04-13 10:30:32 +07:00
Nathan DeTar
c316d05549
Added sponsorblock skipping ( #208 )
...
* Added sponsorblock skipping.
* Basic framework for sending SB timestamps
* Sponsorblock send timestamp UI improvements
* Added Sponsorblock Icons
* Minor UI tweaks
* Revert UI changes, implement in new UI
* Added notification when sponsor segment is skipped
* Add formatting for notifications & SB messages
* Added SB messages to JS player
* Added SB skip notifcation to videos page.
* Added SB messages to video page
* Change SB messages.
* Check channel_overwrites
* Check Per Channel Settings.
* Cleanup
2022-04-10 16:20:58 +07:00
d5cd90eb34
style and toggle hide overwrite form
2022-03-24 15:43:15 +07:00
f802c4d596
remove logging
2022-03-22 18:43:29 +07:00
1f1dfcb54f
better playlist scan message, private methods in YoutubeChannel class
2022-03-22 10:07:33 +07:00
fc10fa62e8
remove now redundant find playlist botton
2022-03-21 19:07:58 +07:00