Feature/#32 option menu #112

Merged
Serraniel merged 31 commits from feature/#32-option-menu into develop 2020-11-09 17:28:43 +01:00

31 commits

Author SHA1 Message Date
Serraniel 51b943bc0f
#32 Fixed wrong implementation of settings check for language display 2020-11-08 13:25:55 +01:00
Serraniel 483ea7f96e
#32 Fixed issues remarked by scrutinizer-ci
* unused variable
* explicit unedfined assignments
2020-11-08 13:18:41 +01:00
Serraniel 10e584bfa9
#32 Added version information and changelog hyperlink into settings 2020-11-08 13:11:52 +01:00
Serraniel 0cae9dd945
#32 Settings open in tab 2020-11-08 13:11:28 +01:00
Serraniel bce216205f
#32 Added implementation for firefox api 2020-11-08 13:01:05 +01:00
Serraniel bdd94e030a
#32 reduced i statements for css disable 2020-11-08 12:32:45 +01:00
Serraniel 99b50f4786
Merge branch 'develop' into feature/#32-option-menu
# Conflicts:
#	src/stylesheets/enhancements/_lists.scss
2020-11-07 18:50:35 +01:00
Serraniel 4d809dae12
#32 Implemented settings for CSS enhancements 2020-11-07 18:47:58 +01:00
Serraniel d0ace4b1d2
#32 Changed Configuration adapter and switched to callbacks where the configuration is used 2020-11-07 18:23:00 +01:00
Serraniel 1bbca43444
#32 added options check for all JS enhancements 2020-11-07 17:48:27 +01:00
Serraniel f1d96ebcea
#32 Added reload method in the configuration class 2020-11-07 17:32:18 +01:00
Serraniel 0c2621f3a6
#32 Added configuration class 2020-11-07 17:23:29 +01:00
Serraniel 2c45c6ba88
#32 Moved around some of the files and cleaned old and deprecated files from first draft 2020-11-07 17:23:12 +01:00
Serraniel b4a18cdc4d
#32 Finalized settings page 2020-11-07 17:18:18 +01:00
Serraniel f5c5af92ca
#32 Added reset Button to options page and fixed settings script 2020-11-07 17:02:24 +01:00
Serraniel e8d607fd00
#32 Reworked settings page as dummy
Only two dummy checkboxes to approve the concept
2020-11-07 16:56:24 +01:00
Serraniel f7cbaaac1e
#32 Small fix regarding default value of getData in chromium storage provider 2020-11-07 16:54:35 +01:00
Serraniel 88a97af8f4
#32 Probably working script for a settings page? 2020-11-07 16:47:31 +01:00
Serraniel af5656f1ff
#32 Implemented storage provider for chromium based browsers 2020-11-07 16:35:02 +01:00
Serraniel 20eca07408
#32 Added storage permission to manifest files 2020-11-07 16:21:09 +01:00
Serraniel 1dff60dc3b
#32 Preparing storage provider 2020-11-07 16:20:50 +01:00
Serraniel 147b2d8dd1
#32 Altered JS Config for manifest files 2020-11-07 14:43:51 +01:00
Serraniel 65cb380735
#32 Changed build script to handle multiple JS "bundles" as preparation for settings
Also requires gulp-merge and factor-bundle as new devDependencies.
2020-11-07 14:43:20 +01:00
Serraniel 74f48818e4
#32 Added html copy task to gulpfile 2020-11-02 18:42:50 +01:00
Serraniel 448cc3ecb6
#32 Added "html" paths into gulpfile 2020-11-02 18:38:51 +01:00
Serraniel 25c41d7bed
#32 Post merge fixes and moved around some files :D 2020-11-02 18:36:03 +01:00
Serraniel 5ac9a13751
Merge branch 'develop' into feature/#32-option-menu
# Conflicts:
#	manifest.json
2020-11-02 18:30:42 +01:00
kaffem b93ad5e548 fixed a comment 2020-08-15 21:36:44 +02:00
kaffem 531d2a82ed #32 added a SettingsProvider which supports all chrome.storage.local functions 2020-08-15 21:36:17 +02:00
kaffem c6df27e818 #32 added basic settings for #11 2020-08-05 07:12:04 +02:00
kaffem f95cec8999 #32 added mockup files + support 2020-08-05 07:05:57 +02:00