Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extensively implemented cookies into the web app. - Every time `setValue` or `doSpecialButtonAction` is called, the `gridState` cookie is updated with the current grid values, classes, direction, cell coordinates and crossword UUID (this is done with the new `saveGridState` method). - A similar method, `saveToggleState` has also been implemented. Removed some hard-coded strings: - Grid operation related strings (moved into the `gridOp` object) - Operation magnitude related strings (moved into the `opMagnitude` object) Added a minor ergonomic feature - pressing [Shift+Backspace] with `auto-word` on when a word is already cleared will shift your word selection backwards.
- Loading branch information