Commit graph

184 commits

Author SHA1 Message Date
14bc1051a3
Small fix to compile ts again
Old code was okay according to mdn: https://developer.mozilla.org/de/docs/Web/API/Document/createTreeWalker
Typescript not liking it: https://github.com/microsoft/TypeScript/issues/33462#issuecomment-912517410

We fine with removing the params as it was optional at all and we set to false
2021-11-05 22:40:51 +01:00
dde02e3ee8
Prepared release 2021-02-20 11:31:27 +01:00
2313c551ed
ä161 Moved autoscroll into w2g file 2021-02-13 20:22:43 +01:00
c0cd4ff873
Merge branch 'develop' into feature/#161-autoscroll-w2g
# Conflicts:
#	src/javascript/app.ts
#	src/javascript/configuration/configuration.ts
2021-02-13 20:04:51 +01:00
kaffem
73311bce96 Merge branch 'develop' into feature/#144-autotoggle-hide-w2g 2021-02-13 19:57:45 +01:00
kaffem
8091d98799 merged watch2getherHide.ts into watch2gether.ts 2021-02-13 19:37:37 +01:00
kaffem
53fbd797fe added function return type 2021-02-13 19:29:33 +01:00
kaffem
7783ddf0b2 renamed watch2getherChat.ts to watch2gether.ts 2021-02-13 19:29:09 +01:00
fea7d68963
Only observe the anime list to prevent bugs in subtrees.
Subtree isn´t required to be observed any more, too.
2021-02-13 19:22:50 +01:00
kaffem
c9fdbdebbc fixed the settings description 2021-02-13 19:16:37 +01:00
kaffem
d58a4094f3 moved the listener etc to their own function, furthermore running it afterLocationChange and afterLoad 2021-02-13 19:12:42 +01:00
6c0a197c83
Better scroll behaviour 2021-02-08 19:36:48 +01:00
6ab597924e
Improved query to find first unseen episode 2021-02-08 19:13:07 +01:00
3436f2a646
fixed typo 2021-02-08 18:41:20 +01:00
kaffem
510061c1e0 working prototype 2021-02-08 13:37:34 +01:00
kaffem
c06838b67f renamed onVisible to resumePlayerOnVisible to indicate its a boolean 2021-02-08 06:04:48 +01:00
kaffem
908dee5646 PoC for the autoscroll feature 2021-02-08 05:58:28 +01:00
kaffem
a01a7a8392 moved the EventListener to the settings and delted the function for it 2021-02-06 23:08:53 +01:00
kaffem
6d91dde44b settings fixed 2021-02-06 23:08:12 +01:00
kaffem
76d73cd941 PoC for the Autoplay/pause feature 2021-02-05 10:13:12 +01:00
a772d28339
Prepared release 2020-12-31 21:54:36 +01:00
ebd0be12d8
Merge pull request from Serraniel/feature/#48-migrate-to-typescript
Feature/#48 migrate to typescript
2020-12-30 17:24:48 +01:00
d6666cf01a
Fixed typo in manifest. 2020-12-29 19:13:26 +01:00
3539af5de3
Removed comment I cannot remember what I ment with 😂😎 2020-12-29 17:08:54 +01:00
ac26b2b330
Several optimizations for font color enhancements 2020-12-29 17:07:33 +01:00
71c5b6ae55
Fixes in storageProvider 2020-12-29 16:59:28 +01:00
421c191e1d
Better browser detection 2020-12-29 16:49:18 +01:00
b08e38e915
Added types for timeconversion enhancements. 2020-12-29 16:33:02 +01:00
5295c3d3ae
Changed time conversion to typescript file 2020-12-29 15:53:24 +01:00
2016506ee2
Merge branch 'develop' into feature/#48-migrate-to-typescript 2020-12-29 15:42:37 +01:00
866d11a3d3
Update src/javascript/configuration/configuration.ts
 Fix Typo
2020-12-28 23:40:12 +01:00
a743cc9897
Added types for settings scripts 2020-12-28 23:22:47 +01:00
36b12f5397
Added types for watch2gether enhancements 2020-12-28 23:20:44 +01:00
b0d0f66369
Added types for quick search enhancements 2020-12-28 23:19:18 +01:00
43b5fb7b14
Added types for notification enhancements 2020-12-28 23:10:56 +01:00
413f35f35d
Added types for language display enhancements 2020-12-28 23:08:04 +01:00
ecebbdddda
Small improvment on already altered enhancements 2020-12-28 22:57:43 +01:00
b7c647e114
Added types for font color enhancements 2020-12-28 22:55:09 +01:00
a8e5cf7e4b
Code optimization 2020-12-28 22:46:47 +01:00
8a0f4a3db2
Added types for css enhancements 2020-12-28 22:46:28 +01:00
f99034ceb3
Added types for anime requests enhancements 2020-12-28 22:40:15 +01:00
30bd7c675d
Added types to anilyr enhancements 2020-12-28 22:32:11 +01:00
2059a5d427
Added types to helper 2020-12-28 22:27:38 +01:00
ec87c72542
Added types to core 2020-12-28 22:25:46 +01:00
d1e7df0264
Typescript implementation for settings and configuration 2020-12-28 22:15:28 +01:00
43e6cfc8f3
First types 2020-12-28 22:08:50 +01:00
79c2784d73
Changed file extensions from js to ts 2020-12-28 21:43:06 +01:00
5edf65b578
Merge branch 'develop' into feature/#147-automatic-time-conversion
# Conflicts:
#	package-lock.json
#	package.json
2020-12-28 18:43:51 +01:00
8d0fb9c94c
Added comment 2020-12-28 18:38:49 +01:00
56d8b718b3
Changed regex pattern to not change anything on the airing page 2020-12-28 18:37:19 +01:00