FlorianZahn
95fe1eef6f
Makes rectangleTooltip fontSize bigger
2021-10-19 21:38:44 +02:00
Ajay Ramachandran
fe5499e80a
Code style fixes and react errors
2021-10-15 00:56:48 -04:00
FlorianZahn
738868da8d
Merge branch 'master' into copySegment
2021-10-14 07:16:55 +02:00
Ajay Ramachandran
fc7fc693ed
Fix getting locked category
2021-10-13 23:57:59 -04:00
FlorianZahn
3e3e9796b1
syntax error
...
Co-authored-by: Ajay Ramachandran <dev@ajay.app >
2021-10-14 05:19:18 +02:00
FlorianZahn
b18f631d33
better if/else readability
...
Co-authored-by: Ajay Ramachandran <dev@ajay.app >
2021-10-13 06:14:03 +02:00
FlorianZahn
2e254cb917
prettier spaces
...
Co-authored-by: Ajay Ramachandran <dev@ajay.app >
2021-10-13 06:13:32 +02:00
FlorianZahn
aa8ee02277
Added colored text if a category is locked for submitting and changing category
2021-10-11 03:49:14 +02:00
FlorianZahn
6ea226c972
Added string to the language file
2021-10-06 23:38:06 +02:00
FlorianZahn
c571a9ecb6
made the tool tip fully opaque for better readability
2021-10-04 21:37:15 +02:00
FlorianZahn
3fc32a68c3
Changing the time a little manually opens a popup
2021-10-04 20:20:04 +02:00
FlorianZahn
142cc2881f
added step modifier ctrl
2021-10-04 14:26:24 +02:00
FlorianZahn
4de55ea5fe
Scroll amount now 1/1000th while pressing "shift"
2021-10-04 04:24:14 +02:00
FlorianZahn
620e75517c
Now handeling deltaY=0 and shrunk down code
2021-10-03 22:11:33 +02:00
FlorianZahn
f3f598d6c7
combined similar code into function. More readable function names
2021-10-03 21:48:12 +02:00
FlorianZahn
143ca6f6e0
Highlight time stamps are synchronized when scorlling
2021-10-03 21:19:06 +02:00
FlorianZahn
69ce065588
Scrolling over the segment times will change them
2021-10-03 20:56:10 +02:00
FlorianZahn
6fb3802fd4
Preview skip-lenth dependant on playbackspeed ( #949 )
...
* Preview button playback speed dependant
Pressing "Preview" will now jump 2 seconds in front of the segment start time, depending on the playback speed.
2021-09-19 10:24:37 -04:00
Ajay Ramachandran
1083520666
Add warning for submitting multiple highlights
2021-09-10 19:07:16 -04:00
Ajay Ramachandran
2c1f5f16c2
Only show mute option for supported categories
2021-09-04 01:44:09 -04:00
Ajay Ramachandran
3671c4bb69
Hide mute option for highlight
2021-09-02 13:20:50 -04:00
Ajay Ramachandran
34cfd14e74
Add UI for submitting mute segments and request mute segments
2021-09-01 21:59:44 -04:00
Ajay Ramachandran
e126b59078
Added skip button in control bar instead of using skip notice
2021-08-18 02:07:24 -04:00
Ajay Ramachandran
4e99754b8c
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into improvements
2021-08-17 18:25:18 -04:00
Ajay Ramachandran
422139f474
Link to new wiki
2021-08-17 01:45:03 -04:00
Maxim
1bd78ec1c4
Fix for an "enable category" popup
...
If you choose any category when editing a segment, and then choose the "Choose a category" one, it triggers the enable category message with an empty category name. This is a fix for that.
2021-08-15 02:42:47 +05:00
Michael C
ef36c79092
reduce precision of previewTime to fix #874
2021-08-04 16:04:22 -04:00
Ajay Ramachandran
5fbb8c0d4a
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into improvements
...
# Conflicts:
# manifest/manifest.json
# src/components/SponsorTimeEditComponent.tsx
# src/config.ts
# src/content.ts
# src/types.ts
2021-05-22 01:28:24 -04:00
Ajay Ramachandran
9392d16617
Add partial segments to upload menu
2021-05-21 15:51:58 -04:00
Ajay Ramachandran
e680099cec
Scroll to category in options page
2021-05-11 01:09:01 -04:00
Ajay Ramachandran
0a587ed98b
Fix button visibility for highlight category and always show upload button
2021-04-07 21:44:42 -04:00
Ajay Ramachandran
a08dbf4da1
Add submitting for highlight category
2021-04-05 23:35:05 -04:00
opl-
3879cc6de3
Clean up segment creation code
...
Noteworthy changes:
- Adds ability to cancel creating a segment
- Makes segment creation fully the responsibility of the content script, with the popup script buttons simply doing RPC
- Adds types to the Utils.wait function
- Fixes segment timestamps backwards if user marks segment end earlier than the start
- Makes the info menu (in-page popup) workaround clearer and easier to remove in the future.
2021-02-20 15:52:13 +01:00
Ajay Ramachandran
fbe64c115b
Added cancel button when choosing a disable category
2020-12-15 16:32:38 -05:00
Ajay Ramachandran
41e5cb25aa
Fix category list alert not being localized
2020-12-15 16:18:28 -05:00
Ajay Ramachandran
fd9116c81c
Lock category order and show all categories
2020-12-15 16:13:56 -05:00
Max Baumann
e2ef7412a4
refactor(lint): fix trivial linting errors
2020-12-12 23:58:34 +01:00
Max Baumann
36558f5460
refactor(lint): apply automatic eslint fixes
2020-12-12 22:57:41 +01:00
opl-
618f8a52f7
Use formatted time inputs for segment editing
...
Additionally, removes unused util functions and saves the edits on changes to update the preview immediately
2020-11-07 22:28:55 +01:00
Ajay Ramachandran
70a86e5a11
Don't unpause for inspect
2020-09-15 10:26:46 -04:00
James Robinson
fc02816291
Add review button to submission popup
2020-08-30 14:19:06 -05:00
Ajay Ramachandran
3dc6563048
Default to blank category when submitting
2020-07-12 20:59:35 -04:00
Ajay Ramachandran
1265eeb941
Save category with the preview submissions.
2020-07-02 23:34:13 -04:00
Ajay Ramachandran
7de907fa23
Added help button to submission notice
2020-06-04 21:46:56 -04:00
Ajay Ramachandran
57eb122fce
Changed rough time calculation to only use real time or end time.
...
Also fixed getting the replay button element.
2020-05-11 21:04:10 -04:00
Ajay Ramachandran
ac3d27bf88
Changed instances of splice to only remove one
2020-05-11 18:36:07 -04:00
Ajay Ramachandran
a433dad080
Fix edit text on old YouTube dark theme
2020-05-10 21:23:25 -04:00
Ajay Ramachandran
dc04e045aa
Use duration as current time if endcards or autoplay is visible when submitting
2020-05-10 21:06:15 -04:00
Ajay Ramachandran
2f842a0455
Remove config listener from EditComponent properly
2020-05-10 20:32:49 -04:00
Ajay Ramachandran
9a70599e60
Added end button to submission notice
2020-04-20 00:37:25 -04:00