Serraniel
1f7a9e164a
#3 Added support for boxed mode
2020-09-27 12:47:55 +02:00
Serraniel
378389863a
#3 improved performance of language display update in lists
...
Only tries to update if the node is a list element and only updates the single node instead of fetching and updating all nodes each time the page changes
2020-09-27 12:01:35 +02:00
Daniel
25075d7d2e
Merge pull request #53 from Serraniel/bugfix/#52-clicking-quick-search-navigates-to-home
...
#52 Remove href attribute instead of clearing it
2020-09-21 21:14:31 +02:00
Serraniel
d3f633f559
Optical improvements
2020-09-20 17:56:27 +02:00
Serraniel
e4a7238921
#3 Minor syntax issues
2020-09-20 17:46:25 +02:00
Serraniel
d14040ceb6
#3 JS fixes after merge
2020-09-20 17:44:43 +02:00
Serraniel
d58b651a8f
Merge branch 'develop' into feature/#3-better-display-of-language-icons
...
# Conflicts:
# manifest.json
# src/javascript/enhancements/languageDisplay.js
2020-09-20 17:40:27 +02:00
Serraniel
7f9c26bca0
#52 Remove href attribute instead of clearing it
2020-09-20 15:29:13 +02:00
Daniel
b064b79f97
Merge pull request #51 from Serraniel/dependabot/npm_and_yarn/develop/terser-5.3.2
...
Bump terser from 5.3.1 to 5.3.2
2020-09-18 15:53:41 +02:00
dependabot-preview[bot]
4718ef4689
Bump terser from 5.3.1 to 5.3.2
...
Bumps [terser](https://github.com/terser/terser ) from 5.3.1 to 5.3.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.3.1...v5.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-18 13:34:16 +00:00
Daniel
a28db468f4
Merge pull request #50 from Serraniel/dependabot/npm_and_yarn/develop/sass-1.26.11
...
Bump sass from 1.26.10 to 1.26.11
2020-09-18 15:32:06 +02:00
dependabot-preview[bot]
a0cbf34052
Bump sass from 1.26.10 to 1.26.11
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.26.10 to 1.26.11.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.26.10...1.26.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-18 04:55:50 +00:00
kaffem
60ab9c2203
Merge pull request #47 from Serraniel/feature/#46-replace-gulp-uglify-es-with-terser
...
Feature/#46 replace gulp uglify es with terser
2020-09-14 01:16:43 +02:00
kaffem
ca6d597da6
Merge pull request #45 from Serraniel/bugfix/#38-unsafe-assignment-to-innerhtml
...
Bugfix/#38 unsafe assignment to innerhtml
2020-09-14 01:01:14 +02:00
Serraniel
9cf3ace1d3
#46 Exchanged uglify-es with terser in gulpfile and fixed formatting
2020-09-11 20:57:15 +02:00
Serraniel
1726b3fd84
#46 Installed terser and gulp plugin
2020-09-11 20:56:41 +02:00
Serraniel
4224064249
#46 Uninstalled gulp-uglify-es
2020-09-11 20:49:38 +02:00
Serraniel
ea67553c97
#38 Added a comment
2020-09-11 20:37:08 +02:00
Serraniel
be721815de
#38 Fixed second innerHTML Warning
2020-09-11 20:36:38 +02:00
Serraniel
b4d6a886fe
#38 Fix innerHTML Warning when replacing Anime title
2020-09-11 19:33:34 +02:00
Daniel
df369b93de
Merge pull request #44 from Serraniel/bugfix/#39-the-function-constructor-is-eval
...
#39 Kicked "regenerator-runtime" dependancy is it is unused and causi…
2020-09-11 19:19:58 +02:00
Serraniel
9f97844c3a
#39 Kicked "regenerator-runtime" dependancy is it is unused and causing the issue.
2020-09-11 19:19:35 +02:00
Daniel
70e258e71f
Merge pull request #43 from Serraniel/bugfix/#40-manifest-does-not-contain-a-permissions-key
...
Bugfix/#40 manifest does not contain a permissions key
2020-09-11 19:16:47 +02:00
Serraniel
3f534c761a
#40 Removed unused dependancy
2020-09-11 19:15:57 +02:00
Serraniel
48238c5e4d
Merge branch 'develop' into bugfix/#40-manifest-does-not-contain-a-permissions-key
2020-09-11 18:42:24 +02:00
Serraniel
279422c748
#40 Added host permission for aniwatch
2020-09-11 18:42:08 +02:00
Serraniel
d27e1c75e6
Updated babel file
2020-09-11 18:33:58 +02:00
Serraniel
08ce64ad8b
#19 Last fixes
2020-09-11 18:01:23 +02:00
Serraniel
b1aef75409
#19 Imporvments in notification logic
2020-09-11 17:57:17 +02:00
Serraniel
7e44b0d538
#19 Patch browser functions to get event on location change
2020-09-11 17:36:36 +02:00
Serraniel
065ce97adc
#19 Fixed missing return value in isLoggedIn function
2020-09-11 16:49:45 +02:00
Serraniel
1962547d75
#19 First fixes after the great merge
2020-09-11 16:41:22 +02:00
Serraniel
ad95cdbe0c
Merge branch 'develop' into feature/#19-notifications-tab-title
...
# Conflicts:
# manifest.json
# src/javascript/enhancements/notifications.js
# utils/helpers.js
2020-09-11 16:31:25 +02:00
kaffem
e1ca8a7fac
removed obsulete code
2020-09-10 18:15:41 +02:00
kaffem
9bb9f50013
Merge branch 'bugfix/#23-runAfterLoad-only-works-if-called-before-page-loaded' into feature/#19-notifications-tab-title
2020-09-10 17:55:55 +02:00
Serraniel
abb35c8aae
#40 Added empty permissions
2020-09-06 22:31:45 +02:00
Daniel
baca4da40b
Merge pull request #36 from Serraniel/feature/#35-build-tools
...
Feature/#35 build tools
2020-09-06 21:20:02 +02:00
Serraniel
c5455e231c
#35 Formatting
2020-09-06 21:03:16 +02:00
Serraniel
4c1a4277e3
Merge branch 'feature/#35-build-tools' of https://github.com/Serraniel/EnhancedAniwatch into feature/#35-build-tools
...
# Conflicts:
# package-lock.json
# package.json
2020-09-06 20:33:41 +02:00
Serraniel
40951171ab
#35 package-lock.json
2020-09-06 20:32:00 +02:00
Serraniel
91af8850b8
#35 Fixed developer key in manifest
2020-09-06 20:31:00 +02:00
Serraniel
697c8b2da9
#35 Fixed version key in package.json
2020-09-06 20:25:52 +02:00
Serraniel
0bd63a9de7
#35 Fixed developer property from tmeplate manifest
2020-09-06 20:20:15 +02:00
Daniel
40eb0e8534
Optimized browserify task
2020-09-06 20:16:01 +02:00
kaffem
51c3405ea8
added Kaffem as a contributor
2020-09-01 01:38:44 +02:00
Serraniel
b00e101b2e
#35 fixed version number
2020-08-29 17:40:42 +02:00
Serraniel
078479fa55
#35 Updated package.json and readme
2020-08-29 17:27:16 +02:00
Serraniel
dcc9ded0af
#35 added watch script to npm scripts
2020-08-29 16:47:23 +02:00
Serraniel
8877e4e688
#35 added watch script
2020-08-29 16:44:41 +02:00
Serraniel
5c64d01475
#35 changes in manifest for rebranding
2020-08-29 16:29:28 +02:00