.codeclimate.yml | |
|
|
.dockerignore | |
|
|
.editorconfig | |
|
|
.flake8 | |
|
|
.gitattributes | |
|
|
.github/PULL_REQUEST_TEMPLATE | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/ci.yml | |
|
|
.github/workflows/thorough.yml | |
|
|
.gitignore | |
|
|
.mailmap | |
|
|
.mypy-checked | |
|
|
.pre-commit-config.yaml | |
|
|
LICENSE | |
|
|
README.rst | |
|
|
azure-pipelines-data.yml | |
|
|
client.py | 43 | A 0 mins |
|
client/.eslintrc.js | 249 | A 0 mins |
|
client/.gitignore | |
|
|
client/README.md | |
|
|
client/index.html | |
|
|
client/package-lock.json | |
|
|
client/package.json | |
|
|
client/public/favicon.ico | |
|
|
client/public/manifest.json | |
|
|
client/src/About.tsx | 58 | C 1 day |
|
client/src/App.test.tsx | 14 | A 0 mins |
|
client/src/App.tsx | 22 | A 0 mins |
|
client/src/Menu.tsx | 30 | A 0 mins |
|
client/src/actions.ts | 18 | A 0 mins |
|
client/src/analysis/actions.ts | 33 | A 40 mins |
|
client/src/analysis/reducers.ts | 68 | B 4 hrs |
|
client/src/analysis/types.ts | 10 | A 0 mins |
|
client/src/basicTypes.ts | 4 | A 0 mins |
|
client/src/browser/actions.ts | 26 | A 1 hr |
|
client/src/browser/api.ts | 20 | C 1 day |
|
client/src/browser/components/BrowserWrapper.tsx | 33 | A 1 hr |
|
client/src/browser/components/FileBrowser.tsx | 82 | A 0 mins |
|
client/src/browser/components/FileBrowserEntry.tsx | 107 | A 3 hrs |
|
client/src/browser/components/FileBrowserHeader.tsx | 29 | A 0 mins |
|
client/src/browser/components/FileEntry.tsx | 25 | A 0 mins |
|
client/src/browser/components/FolderEntry.tsx | 23 | A 0 mins |
|
client/src/browser/components/PathBar.tsx | 74 | A 3 hrs |
|
client/src/browser/components/PathDropDownItem.tsx | 25 | A 0 mins |
|
client/src/browser/components/PathInput.tsx | 33 | A 0 mins |
|
client/src/browser/components/RecentFiles.tsx | 47 | A 1 hr |
|
client/src/browser/helpers.ts | 52 | A 35 mins |
|
client/src/browser/reducers.ts | 59 | A 1 hr |
|
client/src/browser/sagas.ts | 89 | A 35 mins |
|
client/src/browser/types.ts | 13 | A 0 mins |
|