Skip to content

Commit

Permalink
Add react/redux passed popup UI
Browse files Browse the repository at this point in the history
  • Loading branch information
RonjaPonja committed Apr 28, 2020
1 parent 57e9c4b commit d8272f5
Show file tree
Hide file tree
Showing 36 changed files with 3,984 additions and 3,486 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# http://editorconfig.org
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true

[*.md]
max_line_length = 0
trim_trailing_whitespace = false

[COMMIT_EDITMSG]
max_line_length = 0
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
es6: true,
},
extends: [
'airbnb-base',
'airbnb',
],
globals: {
Atomics: 'readonly',
Expand All @@ -14,5 +14,8 @@ module.exports = {
ecmaVersion: 2018,
},
rules: {
// shorthand fucks up my editors syntax highlighting
// could be fixed, but i don't wanna
"react/jsx-fragments": [2, "element"],
},
};
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store
node_modules/
dist/
web-ext-artifacts/
key.pem
4 changes: 4 additions & 0 deletions .sentryclirc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[defaults]
project=webextension
org=audible-backup

3 changes: 3 additions & 0 deletions .web-extension-id
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file was created by https://github.com/mozilla/web-ext
# Your auto-generated extension ID for addons.mozilla.org is:
{ce7e905b-dd6c-4628-bc77-926d47ff8a8d}
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"manifest_version": 2,
"name": "Audible Backup",
"version": "3",

"description": "Download and backup your Audible books to a remote server",
"description": "Download and backup your Audible books",
"author": "Patrick Meyer",
"version": "6",

"browser_action": {
"default_icon": {
Expand Down
Loading

0 comments on commit d8272f5

Please sign in to comment.