Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Serialize to indexdb" #664

Merged
merged 34 commits into from
Oct 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
29eb56b
Revert "Don't re-center windows when loading from serialized state"
captbaritone Oct 1, 2018
4bcaf61
Revert "Clean up comment"
captbaritone Oct 1, 2018
9f62474
Revert "Fix spelling of IndexedDB"
captbaritone Oct 1, 2018
b145a20
Revert "Add a few more generic assertions about serialized state"
captbaritone Oct 1, 2018
80f5e93
Revert "Refactor debounce and throttle"
captbaritone Oct 1, 2018
9f3b29b
Revert "Double check that the serialized state we generated equals th…
captbaritone Oct 1, 2018
6a1c96c
Revert "Add many tests for serialization"
captbaritone Oct 1, 2018
928e9a4
Revert "Split serialized state types into their own file"
captbaritone Oct 1, 2018
469dfb9
Revert "Refactor how we manage window positions"
captbaritone Oct 1, 2018
29d82af
Revert "Fix export"
captbaritone Oct 1, 2018
2f32826
Revert "Clean up selectors file"
captbaritone Oct 1, 2018
a990acf
Revert "Mark serialization methods priviate for now"
captbaritone Oct 1, 2018
b034677
Revert "Add types for WindowManager"
captbaritone Oct 1, 2018
8c3f000
Revert "Export Box"
captbaritone Oct 1, 2018
d28f842
Revert "Use browserSize from state. Make it non-optional"
captbaritone Oct 1, 2018
1852195
Revert "Add back resetWindowLayout"
captbaritone Oct 1, 2018
185c16c
Revert "Begin tracking window size"
captbaritone Oct 1, 2018
20002ad
Revert "Use namespaced Utils for webamplazy"
captbaritone Oct 1, 2018
665ee3f
Revert "Use namespaced Utils"
captbaritone Oct 1, 2018
50d2aa3
Revert "Add initial approach of recovering from bad window positions"
captbaritone Oct 1, 2018
d0fcbbb
Revert "Move centerWindowsIfNeeded to an action creatorThis forces us…
captbaritone Oct 1, 2018
f5e7489
Revert "Make state serialization opt-in (for now)"
captbaritone Oct 1, 2018
0fd5908
Revert "Persist focus, and handle bad focus"
captbaritone Oct 1, 2018
6cfbfa2
Revert "Handle the case where `positions` might be an empty object to…
captbaritone Oct 1, 2018
da46fe1
Revert "Don't center windows when restoring from serialized state"
captbaritone Oct 1, 2018
73de91a
Revert "Center windows correctly, even if the windows don't start at …
captbaritone Oct 1, 2018
9b8cb03
Revert "Make hotkeys a function not a singleton class that has side e…
captbaritone Oct 1, 2018
e823cdc
Revert "Move global file input out of NPM module"
captbaritone Oct 1, 2018
aadcccc
Revert "Don't exclude generic windows"
captbaritone Oct 1, 2018
7602727
Revert "Serialize window position as well"
captbaritone Oct 1, 2018
66002cb
Revert "Persist window states (exept position)"
captbaritone Oct 1, 2018
86c2c66
Revert "Serialize media state, and apply equalizer state to on deseri…
captbaritone Oct 1, 2018
d89495b
Revert "Add a flag to clear IndexDB state"
captbaritone Oct 1, 2018
e0f2ba0
Revert "Serialize state to indexdb"
captbaritone Oct 1, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions css/webamp.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}

/* Prevent accidental highlighting */
Expand Down
115 changes: 0 additions & 115 deletions js/__snapshots__/serialization.test.ts.snap

This file was deleted.

111 changes: 0 additions & 111 deletions js/__tests__/fixtures/serializedState/v1/balance.json

This file was deleted.

111 changes: 0 additions & 111 deletions js/__tests__/fixtures/serializedState/v1/double-mode.json

This file was deleted.

Loading