-
Notifications
You must be signed in to change notification settings - Fork 69
Commits on Jan 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 10966ee - Browse repository at this point
Copy the full SHA 10966eeView commit details
Commits on Jan 29, 2018
-
fixes typo and delete dat functionality + migrate buttons (#459)
* fix typo * fix delete dat functionality * rework and optimize delete dat functionality * migrate all buttons
Configuration menu - View commit details
-
Copy full SHA for 8df5206 - Browse repository at this point
Copy the full SHA 8df5206View commit details -
Configuration menu - View commit details
-
Copy full SHA for f39372c - Browse repository at this point
Copy the full SHA f39372cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f7ebef - Browse repository at this point
Copy the full SHA 5f7ebefView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1f7054 - Browse repository at this point
Copy the full SHA a1f7054View commit details
Commits on Jan 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2ef4d8a - Browse repository at this point
Copy the full SHA 2ef4d8aView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 688575e - Browse repository at this point
Copy the full SHA 688575eView commit details
Commits on Jan 31, 2018
-
* add standard. closes #465 * add missing standard dependency * standard --fix
Configuration menu - View commit details
-
Copy full SHA for 93d9687 - Browse repository at this point
Copy the full SHA 93d9687View commit details -
Configuration menu - View commit details
-
Copy full SHA for d275d2b - Browse repository at this point
Copy the full SHA d275d2bView commit details -
Add confirm dialog on dat delete. #464 (#482)
* Add confirm dialog on dat delete. #464 * prettier, standard
Configuration menu - View commit details
-
Copy full SHA for 5ed5657 - Browse repository at this point
Copy the full SHA 5ed5657View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8d7254 - Browse repository at this point
Copy the full SHA f8d7254View commit details -
* add status-bar. closes #483 * refactor up/down terminology * refactor * prettier
Configuration menu - View commit details
-
Copy full SHA for 5dacdf9 - Browse repository at this point
Copy the full SHA 5dacdf9View commit details
Commits on Feb 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 023911c - Browse repository at this point
Copy the full SHA 023911cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72b1261 - Browse repository at this point
Copy the full SHA 72b1261View commit details -
* rework and optimize delete dat functionality * add inspect dat screen * fix back to overview functionality * Dependency on missing package mirror * group elements in ternary in parentheses * use `const` according to feedback * make event name more sensible and consistent * simplify show hide behavior * simplify state and use fragment in place of display none * run prettier, standard
Configuration menu - View commit details
-
Copy full SHA for 0e6cbfa - Browse repository at this point
Copy the full SHA 0e6cbfaView commit details -
Add pause/resume for dats. (#489)
* add hover state to hex-content * add pause/resume for dats. closes #462 * fix merge error, prettier, standard * run prettier * actions: refactor without custom eventemitter * table-row: prevent click on icon from opening inspect screen * update package-lock
Configuration menu - View commit details
-
Copy full SHA for 5d76009 - Browse repository at this point
Copy the full SHA 5d76009View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12fb49c - Browse repository at this point
Copy the full SHA 12fb49cView commit details
Commits on Feb 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0755d5f - Browse repository at this point
Copy the full SHA 0755d5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2c7587 - Browse repository at this point
Copy the full SHA c2c7587View commit details
Commits on Feb 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 65384c6 - Browse repository at this point
Copy the full SHA 65384c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 703b431 - Browse repository at this point
Copy the full SHA 703b431View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fdb6de - Browse repository at this point
Copy the full SHA 0fdb6deView commit details
Commits on Feb 7, 2018
-
Using node externals to make sure that native dependencies are loaded…
… as well (i.e. udp-native)
Configuration menu - View commit details
-
Copy full SHA for 53e12ff - Browse repository at this point
Copy the full SHA 53e12ffView commit details -
Merge pull request #508 from dotloom/fix/react-native-deps
Prevent "webpacking" of native dependencies
Configuration menu - View commit details
-
Copy full SHA for 659b8de - Browse repository at this point
Copy the full SHA 659b8deView commit details
Commits on Feb 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9fe1787 - Browse repository at this point
Copy the full SHA 9fe1787View commit details -
Add progressbar and notification. Closes #479 (#504)
* add progress bar * add notifications on download finished
Configuration menu - View commit details
-
Copy full SHA for c4aafb6 - Browse repository at this point
Copy the full SHA c4aafb6View commit details -
optimize and refactor table-row (#506)
* optimize and refactor table-row * pass { dat } prop instead of { datKey } to row
Configuration menu - View commit details
-
Copy full SHA for 7f9888e - Browse repository at this point
Copy the full SHA 7f9888eView commit details
Commits on Feb 9, 2018
-
add persist state on disk. closes #467 (#500)
* store dats in Object instead of Set * add persist state in localStorage. closes #467 * cleanup unused dependency * dat -> datOpt * use previous dat-desktop storage format * prettier, standard * store same info in dats.json, refactor internal dats data structure * fix discrepancy between dat.paused and dat.state * persist paused state as well * prettier, standard * refactor * refactor * standard
Configuration menu - View commit details
-
Copy full SHA for 1a2790c - Browse repository at this point
Copy the full SHA 1a2790cView commit details
Commits on Feb 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f7e44a6 - Browse repository at this point
Copy the full SHA f7e44a6View commit details -
make title field editable (#509)
* make title field editable * add comment about `why innerRef` * use better name for event and action * stop propagation to row component on click save title * add prettier * reformat code * use async/await to read/write dat.json * add prettier * reducers: hint schema of titleUnderEdit * rename titleUnderEdit to titleEditInPlace
Configuration menu - View commit details
-
Copy full SHA for ea732f0 - Browse repository at this point
Copy the full SHA ea732f0View commit details -
* fix iteration over dats * prettier * fix TableRowContainer * Fix clicking hex opens inspect screen Sometimes svg would be lower case * add back updateState
Configuration menu - View commit details
-
Copy full SHA for 0a8ab2d - Browse repository at this point
Copy the full SHA 0a8ab2dView commit details
Commits on Feb 12, 2018
-
* add intro screen * fix button style * add dots to intro screen * add keydown ev listener to intro * fix opening home page externally * run through prettier * run through standard and make suggested fix * fix merge error * refactor reducer * simplify screen logic by introducing .screen state variable * smaller diff * refactor
Configuration menu - View commit details
-
Copy full SHA for e96c640 - Browse repository at this point
Copy the full SHA e96c640View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1efbea7 - Browse repository at this point
Copy the full SHA 1efbea7View commit details
Commits on Feb 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8b7f52c - Browse repository at this point
Copy the full SHA 8b7f52cView commit details
Commits on Mar 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2c18d2c - Browse repository at this point
Copy the full SHA 2c18d2cView commit details
Commits on Mar 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3f006c0 - Browse repository at this point
Copy the full SHA 3f006c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9464cb - Browse repository at this point
Copy the full SHA b9464cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24c5176 - Browse repository at this point
Copy the full SHA 24c5176View commit details -
Configuration menu - View commit details
-
Copy full SHA for 789c39a - Browse repository at this point
Copy the full SHA 789c39aView commit details
Commits on Apr 10, 2018
-
Merge pull request #522 from dat-land/add/unit-tests
Add non-dom based unit tests
Configuration menu - View commit details
-
Copy full SHA for 48fe220 - Browse repository at this point
Copy the full SHA 48fe220View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6db6ef5 - Browse repository at this point
Copy the full SHA 6db6ef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for faee9c0 - Browse repository at this point
Copy the full SHA faee9c0View commit details
Commits on Apr 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c4352a5 - Browse repository at this point
Copy the full SHA c4352a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e14a27d - Browse repository at this point
Copy the full SHA e14a27dView commit details
Commits on Apr 13, 2018
-
Merge pull request #526 from dat-land/refactor/merge-react
Merge master changes into react.
Configuration menu - View commit details
-
Copy full SHA for 150cc4f - Browse repository at this point
Copy the full SHA 150cc4fView commit details
Commits on Apr 15, 2018
-
Merge pull request #523 from dat-land/add/info
Readded info-screen
Configuration menu - View commit details
-
Copy full SHA for 8590281 - Browse repository at this point
Copy the full SHA 8590281View commit details
Commits on Apr 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1b08654 - Browse repository at this point
Copy the full SHA 1b08654View commit details
Commits on Apr 17, 2018
-
Merge pull request #524 from dat-land/refactor/remove-test-link
Removed temporary link in the import-dat ui element.
Configuration menu - View commit details
-
Copy full SHA for 34ddb04 - Browse repository at this point
Copy the full SHA 34ddb04View commit details
Commits on May 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b20ad7a - Browse repository at this point
Copy the full SHA b20ad7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32fd942 - Browse repository at this point
Copy the full SHA 32fd942View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffd0781 - Browse repository at this point
Copy the full SHA ffd0781View commit details -
More dat specific updates, the breaking change in mirror-folder is in…
…tended for the expected dat behavior
Configuration menu - View commit details
-
Copy full SHA for 39d70d7 - Browse repository at this point
Copy the full SHA 39d70d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fb0286 - Browse repository at this point
Copy the full SHA 4fb0286View commit details -
Configuration menu - View commit details
-
Copy full SHA for beb8b62 - Browse repository at this point
Copy the full SHA beb8b62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70a6bb9 - Browse repository at this point
Copy the full SHA 70a6bb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 475790c - Browse repository at this point
Copy the full SHA 475790cView commit details
Commits on May 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d1d3c4a - Browse repository at this point
Copy the full SHA d1d3c4aView commit details
Commits on Jun 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ec7c57d - Browse repository at this point
Copy the full SHA ec7c57dView commit details
Commits on Jun 4, 2018
-
Merge pull request #533 from dat-land/cleanup/react-version-bump
Dependency updates
Configuration menu - View commit details
-
Copy full SHA for 0ef0aa3 - Browse repository at this point
Copy the full SHA 0ef0aa3View commit details
Commits on Jun 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 43acfb8 - Browse repository at this point
Copy the full SHA 43acfb8View commit details
Commits on Jun 6, 2018
-
Setting the mode for build in npm scripts
… allowing for development and production builds.
Configuration menu - View commit details
-
Copy full SHA for 36ed83d - Browse repository at this point
Copy the full SHA 36ed83dView commit details -
Open devtools only in developer mode
... to make sure that they are not opened in production
Configuration menu - View commit details
-
Copy full SHA for 97d98f4 - Browse repository at this point
Copy the full SHA 97d98f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32b0a93 - Browse repository at this point
Copy the full SHA 32b0a93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28ad14f - Browse repository at this point
Copy the full SHA 28ad14fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6561e75 - Browse repository at this point
Copy the full SHA 6561e75View commit details -
Note: Requires DAT team email address!
Configuration menu - View commit details
-
Copy full SHA for 052cfe1 - Browse repository at this point
Copy the full SHA 052cfe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c55ae72 - Browse repository at this point
Copy the full SHA c55ae72View commit details -
Fixed Environment variables in development process
… using [`cross-env`](https://www.npmjs.com/package/cross-env) and [`DefinePlugin`](https://webpack.js.org/plugins/define-plugin/)) to make sure that the environment variables will be respected in the build scripts
Configuration menu - View commit details
-
Copy full SHA for a77a712 - Browse repository at this point
Copy the full SHA a77a712View commit details -
Configuration menu - View commit details
-
Copy full SHA for b62ffd9 - Browse repository at this point
Copy the full SHA b62ffd9View commit details -
Readded clean & burnthemall scripts
... though in a slightly different fashion: now using `git clean` instead of `rm` to clean ALL ignored files.
Configuration menu - View commit details
-
Copy full SHA for ded7be1 - Browse repository at this point
Copy the full SHA ded7be1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dd3e43 - Browse repository at this point
Copy the full SHA 1dd3e43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e849d6 - Browse repository at this point
Copy the full SHA 1e849d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2530271 - Browse repository at this point
Copy the full SHA 2530271View commit details
Commits on Jun 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 72b6ea3 - Browse repository at this point
Copy the full SHA 72b6ea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9063f74 - Browse repository at this point
Copy the full SHA 9063f74View commit details -
Running start & watch in parallel to prevent zombie process (and make…
… sure they should be working on windows)
Configuration menu - View commit details
-
Copy full SHA for 0d1a34f - Browse repository at this point
Copy the full SHA 0d1a34fView commit details -
Merge pull request #535 from dat-land/dev-improvements
Updates in the development process
Configuration menu - View commit details
-
Copy full SHA for b08f9e2 - Browse repository at this point
Copy the full SHA b08f9e2View commit details
Commits on Jun 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4ec872e - Browse repository at this point
Copy the full SHA 4ec872eView commit details -
Merge pull request #536 from dat-land/fix/drag-drop
Fixed header drag & drop
Configuration menu - View commit details
-
Copy full SHA for 9a9a1e1 - Browse repository at this point
Copy the full SHA 9a9a1e1View commit details
Commits on Jun 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ceb2fe8 - Browse repository at this point
Copy the full SHA ceb2fe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a70483e - Browse repository at this point
Copy the full SHA a70483eView commit details -
Graceful dat.json title update
abluchet committedJun 13, 2018 Configuration menu - View commit details
-
Copy full SHA for d0c06cb - Browse repository at this point
Copy the full SHA d0c06cbView commit details -
NODE_ENV can be set quickly via the optimization.nodeEnv property.
https://github.com/webpack/webpack/blob/5fee19d687dbe433a421fb5cbecfb09f16fa4f0e/lib/WebpackOptionsDefaulter.js#L301-L304 Adding another DefinePlugin just adds to the overhead. This reduced the complexity a bit. https://github.com/webpack/webpack/blob/603cb60b00e0075acb2c623576368f203a8864a0/lib/WebpackOptionsApply.js#L360-L364
Configuration menu - View commit details
-
Copy full SHA for ca58bb1 - Browse repository at this point
Copy the full SHA ca58bb1View commit details -
Merge pull request #538 from dat-land/fix/npm-run-all
Small dev adjustments.
Configuration menu - View commit details
-
Copy full SHA for 3290328 - Browse repository at this point
Copy the full SHA 3290328View commit details
Commits on Jun 14, 2018
-
Added Notice if Dat Desktop is running inside a Node version that is …
…different from the electron node version
Configuration menu - View commit details
-
Copy full SHA for 4d8f174 - Browse repository at this point
Copy the full SHA 4d8f174View commit details -
Merge pull request #537 from soyuka/update-title
Graceful dat.json title update
Configuration menu - View commit details
-
Copy full SHA for 29b6102 - Browse repository at this point
Copy the full SHA 29b6102View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b3e113 - Browse repository at this point
Copy the full SHA 5b3e113View commit details -
Configuration menu - View commit details
-
Copy full SHA for d680d86 - Browse repository at this point
Copy the full SHA d680d86View commit details -
Configuration menu - View commit details
-
Copy full SHA for b636749 - Browse repository at this point
Copy the full SHA b636749View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ca6b58 - Browse repository at this point
Copy the full SHA 1ca6b58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 562daa3 - Browse repository at this point
Copy the full SHA 562daa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59e62d7 - Browse repository at this point
Copy the full SHA 59e62d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 577a78d - Browse repository at this point
Copy the full SHA 577a78dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b79992 - Browse repository at this point
Copy the full SHA 4b79992View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67908b7 - Browse repository at this point
Copy the full SHA 67908b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fc7b89 - Browse repository at this point
Copy the full SHA 8fc7b89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91e916d - Browse repository at this point
Copy the full SHA 91e916dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26cd3d7 - Browse repository at this point
Copy the full SHA 26cd3d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 039cb05 - Browse repository at this point
Copy the full SHA 039cb05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b438ad - Browse repository at this point
Copy the full SHA 3b438adView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4d9524 - Browse repository at this point
Copy the full SHA d4d9524View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f3e1ef - Browse repository at this point
Copy the full SHA 5f3e1efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23ab581 - Browse repository at this point
Copy the full SHA 23ab581View commit details -
Configuration menu - View commit details
-
Copy full SHA for eef9103 - Browse repository at this point
Copy the full SHA eef9103View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa760f7 - Browse repository at this point
Copy the full SHA aa760f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e57c3e6 - Browse repository at this point
Copy the full SHA e57c3e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8521625 - Browse repository at this point
Copy the full SHA 8521625View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9aba52 - Browse repository at this point
Copy the full SHA f9aba52View commit details -
Preventing the repeat download of the same dat. The repeat adding of …
…the same folder.
Configuration menu - View commit details
-
Copy full SHA for b459945 - Browse repository at this point
Copy the full SHA b459945View commit details -
Merge pull request #540 from dat-land/add/warning-node-v
Warning about different Node Version
Configuration menu - View commit details
-
Copy full SHA for 2b062eb - Browse repository at this point
Copy the full SHA 2b062ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 772055e - Browse repository at this point
Copy the full SHA 772055eView commit details
Commits on Jun 20, 2018
-
Adding trigger property that doesn't propagate to parent elements. Th…
…is fixes the problem that it shows a detail view if you click the delete button on the corner.
Configuration menu - View commit details
-
Copy full SHA for 4a3754e - Browse repository at this point
Copy the full SHA 4a3754eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d834d51 - Browse repository at this point
Copy the full SHA d834d51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9096dcd - Browse repository at this point
Copy the full SHA 9096dcdView commit details -
Destroying the mirroring process on removal, this way no accidental D…
…AT_FILES event can be triggered after the removal of a dat.
Configuration menu - View commit details
-
Copy full SHA for e4e7597 - Browse repository at this point
Copy the full SHA e4e7597View commit details
Commits on Jun 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for df1cb77 - Browse repository at this point
Copy the full SHA df1cb77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 472cf38 - Browse repository at this point
Copy the full SHA 472cf38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7205ba7 - Browse repository at this point
Copy the full SHA 7205ba7View commit details -
Merge pull request #541 from dat-land/fix/title-edit
Significantly simplified TitleField to fix edit inconsistencies.
Configuration menu - View commit details
-
Copy full SHA for 472698a - Browse repository at this point
Copy the full SHA 472698aView commit details -
Merge commit '472698a1e711b9e9e85b6f3b316d5861619ccd85' into add/down…
…load # Conflicts: # app/actions/index.js # app/components/table-row.js # app/reducers/index.js
Configuration menu - View commit details
-
Copy full SHA for 536b53b - Browse repository at this point
Copy the full SHA 536b53bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d17dfd5 - Browse repository at this point
Copy the full SHA d17dfd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67dd5aa - Browse repository at this point
Copy the full SHA 67dd5aaView commit details
Commits on Oct 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3f7256f - Browse repository at this point
Copy the full SHA 3f7256fView commit details -
Merge pull request #553 from dat-land/fix/remove-package-lock
Removes package-lock.json from the repository
Configuration menu - View commit details
-
Copy full SHA for 5ae32da - Browse repository at this point
Copy the full SHA 5ae32daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09a2f32 - Browse repository at this point
Copy the full SHA 09a2f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 291c4ce - Browse repository at this point
Copy the full SHA 291c4ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12f0286 - Browse repository at this point
Copy the full SHA 12f0286View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31687e3 - Browse repository at this point
Copy the full SHA 31687e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 451957c - Browse repository at this point
Copy the full SHA 451957cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71e3af1 - Browse repository at this point
Copy the full SHA 71e3af1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ae82a6 - Browse repository at this point
Copy the full SHA 0ae82a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09cc7dd - Browse repository at this point
Copy the full SHA 09cc7ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 799e5c5 - Browse repository at this point
Copy the full SHA 799e5c5View commit details -
Merge pull request #551 from dat-land/fix/clean-npm-scripts
Fix/clean npm scripts
Configuration menu - View commit details
-
Copy full SHA for e8012fe - Browse repository at this point
Copy the full SHA e8012feView commit details
Commits on Oct 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fc522b6 - Browse repository at this point
Copy the full SHA fc522b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77d55f2 - Browse repository at this point
Copy the full SHA 77d55f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4830c33 - Browse repository at this point
Copy the full SHA 4830c33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 668af34 - Browse repository at this point
Copy the full SHA 668af34View commit details
Commits on Oct 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 01d46d5 - Browse repository at this point
Copy the full SHA 01d46d5View commit details -
Merge pull request #554 from dat-land/merge/react-add_download
Merge/react add download
Configuration menu - View commit details
-
Copy full SHA for d9f1369 - Browse repository at this point
Copy the full SHA d9f1369View commit details
Commits on Oct 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 47abdb2 - Browse repository at this point
Copy the full SHA 47abdb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6a8953 - Browse repository at this point
Copy the full SHA b6a8953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f40bc6 - Browse repository at this point
Copy the full SHA 7f40bc6View commit details
Commits on Oct 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5be7ec3 - Browse repository at this point
Copy the full SHA 5be7ec3View commit details -
fixed: From inspect view back to dat view still showed inspect view o…
…n screen bottom.
Configuration menu - View commit details
-
Copy full SHA for 45fcdf4 - Browse repository at this point
Copy the full SHA 45fcdf4View commit details -
fixed: From inspect view back to dat view still showed inspect view o…
…n screen bottom.
Configuration menu - View commit details
-
Copy full SHA for 8461e9f - Browse repository at this point
Copy the full SHA 8461e9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c32888 - Browse repository at this point
Copy the full SHA 3c32888View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebada69 - Browse repository at this point
Copy the full SHA ebada69View commit details -
Configuration menu - View commit details
-
Copy full SHA for c999bd2 - Browse repository at this point
Copy the full SHA c999bd2View commit details
Commits on Oct 19, 2018
-
Merge pull request #563 from dat-land/fix/minimum_window_width
Fix: dev tools at minimum window width
Configuration menu - View commit details
-
Copy full SHA for cdc4802 - Browse repository at this point
Copy the full SHA cdc4802View commit details -
Merge pull request #561 from dat-land/add/screen_consts
Extracted screens into constants
Configuration menu - View commit details
-
Copy full SHA for c8dde46 - Browse repository at this point
Copy the full SHA c8dde46View commit details -
Merge pull request #562 from dat-land/fix/inspect-view
Fix: Update inspection data only in "inspect" screen
Configuration menu - View commit details
-
Copy full SHA for f687bbe - Browse repository at this point
Copy the full SHA f687bbeView commit details