Skip to content

Commit a053818

Browse files
authored
Revert "Serialize to indexdb" (#664)
* Revert "Don't re-center windows when loading from serialized state" This reverts commit d778c03. * Revert "Clean up comment" This reverts commit 8253093. * Revert "Fix spelling of IndexedDB" This reverts commit b34d90e. * Revert "Add a few more generic assertions about serialized state" This reverts commit a826758. * Revert "Refactor debounce and throttle" This reverts commit 6ecc514. * Revert "Double check that the serialized state we generated equals the one we have saved" This reverts commit 82a81bf. * Revert "Add many tests for serialization" This reverts commit 5560334. * Revert "Split serialized state types into their own file" This reverts commit 4c9c5b9. * Revert "Refactor how we manage window positions" This reverts commit d6a1bae. * Revert "Fix export" This reverts commit 462cf4b. * Revert "Clean up selectors file" This reverts commit cdfa993. * Revert "Mark serialization methods priviate for now" This reverts commit fc79c77. * Revert "Add types for WindowManager" This reverts commit 0a7f258. * Revert "Export Box" This reverts commit e94cdef. * Revert "Use browserSize from state. Make it non-optional" This reverts commit 53481ba. * Revert "Add back resetWindowLayout" This reverts commit 35f4004. * Revert "Begin tracking window size" This reverts commit 96ed2b3. * Revert "Use namespaced Utils for webamplazy" This reverts commit 949a2bc. * Revert "Use namespaced Utils" This reverts commit 3049350. * Revert "Add initial approach of recovering from bad window positions" This reverts commit 1791bab. * Revert "Move centerWindowsIfNeeded to an action creatorThis forces us to type it, as a nice side benefit" This reverts commit 40e31f0. * Revert "Make state serialization opt-in (for now)" This reverts commit bef421e. * Revert "Persist focus, and handle bad focus" This reverts commit 3f1861d. * Revert "Handle the case where `positions` might be an empty object to begin with" This reverts commit f8544ed. * Revert "Don't center windows when restoring from serialized state" This reverts commit ca1cfe3. * Revert "Center windows correctly, even if the windows don't start at 0,0" This reverts commit 777d482. * Revert "Make hotkeys a function not a singleton class that has side effects when you construct it" This reverts commit 87ca43b. * Revert "Move global file input out of NPM module" This reverts commit 9f72689. * Revert "Don't exclude generic windows" This reverts commit 245dd16. * Revert "Serialize window position as well" This reverts commit b71e092. * Revert "Persist window states (exept position)" This reverts commit 690f650. * Revert "Serialize media state, and apply equalizer state to on deserialize" This reverts commit 94e105b. * Revert "Add a flag to clear IndexDB state" This reverts commit 364ddb7. * Revert "Serialize state to indexdb" This reverts commit 60429b2.
1 parent d778c03 commit a053818

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+390
-3205
lines changed

css/webamp.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
position: absolute;
55
top: 0;
66
left: 0;
7-
right: 0;
8-
bottom: 0;
9-
overflow: hidden;
107
}
118

129
/* Prevent accidental highlighting */

js/__snapshots__/serialization.test.ts.snap

Lines changed: 0 additions & 115 deletions
This file was deleted.

js/__tests__/fixtures/serializedState/v1/balance.json

Lines changed: 0 additions & 111 deletions
This file was deleted.

js/__tests__/fixtures/serializedState/v1/double-mode.json

Lines changed: 0 additions & 111 deletions
This file was deleted.

0 commit comments

Comments
 (0)