Ajay Ramachandran
d458bb0cdf
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into improvements
...
# Conflicts:
# src/components/SkipNoticeComponent.tsx
# src/config.ts
# src/content.ts
2021-06-30 21:27:21 -04:00
Ajay Ramachandran
38bc6e2b1c
make skip notice countdown customisable
2021-06-25 12:32:27 -04:00
Ajay Ramachandran
31855f7501
Show all categories when voting to change category
2021-06-25 10:30:49 -04:00
Ajay Ramachandran
71ec724295
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into improvements
2021-06-18 00:46:55 -04:00
Ajay Ramachandran
18c1b74858
Fix centering on cloudtube
...
(cherry picked from commit a812b16da5 )
2021-06-18 00:05:38 -04:00
Ajay Ramachandran
69e788dbc7
Fix style not applying to skip notice
2021-06-13 18:54:08 -04:00
Ajay Ramachandran
6a02d62ccd
Make options page work on mobile
2021-06-09 16:53:32 -04:00
Ajay Ramachandran
9478bfe6a4
Don't crash if bar types are missing
2021-05-31 14:45:39 -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
18d10ada5e
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into pr/opl-/569
2021-05-16 20:29:31 -04:00
Ajay Ramachandran
ebf3b324b6
Added a smaller notice
2021-05-13 20:03:05 -04:00
Ajay Ramachandran
e680099cec
Scroll to category in options page
2021-05-11 01:09:01 -04:00
Ajay Ramachandran
2aaee2c1c4
Only show skip keybind hint on one notice
2021-05-11 00:18:40 -04:00
Ajay Ramachandran
a812b16da5
Fix centering on cloudtube
2021-04-08 19:04:11 -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
Ajay Ramachandran
edcda31db4
Raise z index of notice to be in front of endcards
2021-04-01 21:15:11 -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
7b65b73711
Increase notice z index
...
Resolves #642
2021-02-14 20:12:45 -05:00
Ajay Ramachandran
551355d21a
Made countdown timer better support video playback speeds
2021-01-17 14:39:29 -05:00
Ajay Ramachandran
e269b1aec6
Add skip keybind
...
https://github.com/ajayyy/SponsorBlock/issues/299
2021-01-17 14:25:45 -05:00
Ajay Ramachandran
ff0dc6e570
Never move old skip notice
...
Partially resolves https://github.com/ajayyy/SponsorBlock/issues/505
2021-01-17 13:10:33 -05:00
Ajay Ramachandran
3ac68aa313
Revert "Add notice about YouCap"
...
This reverts commit e95029c229 .
2020-12-29 23:06:50 -05:00
Ajay Ramachandran
e95029c229
Add notice about YouCap
2020-12-29 22:51:00 -05:00
Max Baumann
0e32042634
refactor(lint): replace self-equals-this code with arrow functions
2020-12-24 11:59:24 +01:00
Ajay Ramachandran
8dd9a79aa5
Merge branch 'master' into category-list
2020-12-20 14:39:03 -05: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
5d0559aebd
refactor: remove dead code, add more types
2020-12-14 23:37:35 +01:00
Max Baumann
7b27de279b
chore(types): even more types
2020-12-13 21:11:23 +01: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
Joe Dowd
ff174f946a
Only send audio notifcation if segment is manually skipped
2020-10-19 16:11:16 +01:00
github@esslinger.dev
5dbaaaed96
fix: use skip_category i18n string
...
resolves #447
2020-10-02 17:32:19 +02:00
github@esslinger.dev
010b501bac
fix: resolve translation issue #447
2020-10-01 15:27:40 +02:00
Ajay Ramachandran
70a86e5a11
Don't unpause for inspect
2020-09-15 10:26:46 -04:00
Ajay Ramachandran
2c5cc926ca
Merge pull request #453 from thignus/add-review-button
...
Add review button to submission popup
2020-09-10 19:52:27 -04:00
Ajay Ramachandran
0f8739abc0
Switch color options to use input type=color and removed save button
2020-09-03 20:51:46 -04:00
James Robinson
fc02816291
Add review button to submission popup
2020-08-30 14:19:06 -05:00
Ajay Ramachandran
a8f27fa3ae
Rephrased non music warning
2020-08-23 11:08:47 -04: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
955ee32b46
Remove category update message
2020-07-02 21:13:07 -04:00
Ajay Ramachandran
9f4fec2a43
Added category update info on the notice
2020-06-07 11:16:24 -04:00
Ajay Ramachandran
89cc6ed184
Added "read the guidelines button.
2020-06-05 21:38:38 -04:00
Ajay Ramachandran
730d966019
Lowered category description width
2020-06-05 21:26:07 -04:00
Ajay Ramachandran
7de907fa23
Added help button to submission notice
2020-06-04 21:46:56 -04:00