Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Proposal Creation #199

Merged
merged 2 commits into from
Sep 19, 2023

Merge branch 'master' into proposal-creation-improvements

4516123
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Improve Proposal Creation #199

Merge branch 'master' into proposal-creation-improvements
4516123
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint succeeded Sep 19, 2023 in 0s

8 warnings

ESLint found 8 warnings

Annotations

Check warning on line 1 in scripts/accounts.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

scripts/accounts.js#L1

'Contact' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 2 in scripts/contacts-book.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

scripts/contacts-book.js#L2

'Account' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 1 in scripts/database.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

scripts/database.js#L1

'IDBPDatabase' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 225 in scripts/database.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

scripts/database.js#L225

'publicKey' is defined but never used. Allowed unused args must match /^_/u (@typescript-eslint/no-unused-vars)

Check warning on line 11 in scripts/global.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

scripts/global.js#L11

'LegacyMasterKey' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 1 in scripts/i18n.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

scripts/i18n.js#L1

'translation_template' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 6 in scripts/wallet.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

scripts/wallet.js#L6

'MasterKey' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 178 in scripts/wallet.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

scripts/wallet.js#L178

'fSavePublicKey' is assigned a value but never used (@typescript-eslint/no-unused-vars)