Skip to content

Commit

Permalink
refactor: move the statistics to the plugin's settings (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nmw authored Sep 25, 2024
1 parent 81b7e67 commit a4b88dc
Show file tree
Hide file tree
Showing 29 changed files with 1,250 additions and 1,254 deletions.
2 changes: 1 addition & 1 deletion docs/docs/en/flashcards/statistics.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Statistics

The statistics section can be accessed using the `View Statistics` command.
The statistics section can be accessed in the `Statistics` section in the plugin's settings.

### Forecast

Expand Down
3 changes: 1 addition & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@ module.exports = {
"node_modules/",

// GUI & Obsidian coupled code
"src/app-core.ts",
"src/core.ts",
"src/sr-file.ts",
"src/gui/",
"src/icons/",
"src/main.ts",
"src/next-note-review-handler.ts",
"src/plugin-data.ts",
"src/settings.ts",
"src/utils/renderers.ts",

// debugging utils
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"author": "Stephen Mwangi",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.11.0",
"@eslint/js": "^9.11.1",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.13",
"@types/node": "^22.5.5",
"@types/node": "^22.7.1",
"@types/vhtml": "^2.2.9",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"auto-changelog": "^2.5.0",
"builtin-modules": "^4.0.0",
"esbuild": "^0.23.1",
"eslint": "^9.11.0",
"eslint": "^9.11.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^55.0.0",
"jest": "^29.7.0",
Expand All @@ -42,7 +42,7 @@
"ts-jest": "^29.2.5",
"tslib": "^2.7.0",
"typescript": "~5.5.4",
"typescript-eslint": "^8.6.0",
"typescript-eslint": "^8.7.0",
"vhtml": "^2.2.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit a4b88dc

Please sign in to comment.