Commit graph

966 commits

Author SHA1 Message Date
Daniel 1786e56df2
Merge pull request #60 from Serraniel/bugfix/#54-quick-search-hot-key-triggers-when-text-input-is-focused
#54 Avoid quick search hotkey if input is focused
2020-10-01 21:34:08 +02:00
Daniel 2960d2ce60
Update src/javascript/enhancements/languageDisplay.js
Co-authored-by: kaffem <29717789+kaffem@users.noreply.github.com>
2020-10-01 20:08:29 +02:00
Daniel 3178d145a0
Update src/javascript/enhancements/languageDisplay.js
Co-authored-by: kaffem <29717789+kaffem@users.noreply.github.com>
2020-10-01 20:08:19 +02:00
Daniel c31a1abab4
Update src/javascript/enhancements/languageDisplay.js
Co-authored-by: kaffem <29717789+kaffem@users.noreply.github.com>
2020-10-01 20:08:11 +02:00
Serraniel 1c57d1f45c
#54 Avoid quick search hotkey if input is focused 2020-09-30 20:08:39 +02:00
Daniel 2ce76e3300
Merge pull request #59 from Serraniel/dependabot/npm_and_yarn/develop/terser-5.3.3
Bump terser from 5.3.2 to 5.3.3
2020-09-29 09:46:12 +02:00
dependabot-preview[bot] 92b181e440
Bump terser from 5.3.2 to 5.3.3
Bumps [terser](https://github.com/terser/terser) from 5.3.2 to 5.3.3.
- [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.2...v5.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-29 04:59:00 +00:00
Daniel a9f0a458e1
Create codeql-analysis.yml 2020-09-28 17:20:35 +02:00
Daniel 52162e3627
Merge pull request #57 from Serraniel/feature/#56-update-build-tools
Feature/#56 update build tools
2020-09-27 13:31:45 +02:00
Serraniel d1bbfa58c8
#56 Added versions into readme.md 2020-09-27 13:22:00 +02:00
Serraniel 865cfac45b
#56 Fixed package-lock.json 2020-09-27 13:15:10 +02:00
Serraniel 5b55e0a44c
#56 Run npm dedupe 2020-09-27 13:13:41 +02:00
Serraniel fccdd3ac04
#56 Updated gulp-postcss
v8.0.0 -> v9.0.0
Braking change: Dropped Node v6 support
2020-09-27 13:11:57 +02:00
Serraniel 81b457f8af
#56 Updated del
v5.1.0 -> v6.0.0
Braking change: Requires Node v10
2020-09-27 13:08:44 +02:00
Serraniel 7e3be1e059
#3 Renamed custom property and removed console.log 2020-09-27 12:53:45 +02:00
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