This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 69
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix typo * fix delete dat functionality * rework and optimize delete dat functionality * migrate all buttons
* add standard. closes #465 * add missing standard dependency * standard --fix
* add status-bar. closes #483 * refactor up/down terminology * refactor * prettier
* 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
* 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
… as well (i.e. udp-native)
Prevent "webpacking" of native dependencies
* optimize and refactor table-row * pass { dat } prop instead of { datKey } to row
* 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
* 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
Significantly simplified TitleField to fix edit inconsistencies.
…load # Conflicts: # app/actions/index.js # app/components/table-row.js # app/reducers/index.js
Removes package-lock.json from the repository
Fix/clean npm scripts
Merge/react add download
Duplicate of #516 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Applied the below change proposal.
#516 (comment)