You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Shihua Ma b1371508ed fix base64 bug (#412)
* fix base64 bug

The Base64 table has Char '+' [https://en.wikipedia.org/wiki/Base64](https://en.wikipedia.org/wiki/Base64), it will turn to blank characters in url request, It will cause some error when  deserializeState the state.

* Fix encodeURIComponent for serialize
6 years ago
..
custom Add Nord theme (#426) 6 years ago
api.js Fix spinner position (#398) 6 years ago
colors.js Lint and fix issues, don't add linting yet though (#293) 7 years ago
constants.js Pull out formatTimestamp into function 6 years ago
customDomToImage.js Add linting back (#349) 7 years ago
react-codemirror.js fix cursor jumping at the end after every editor update 7 years ago
routing.js fix base64 bug (#412) 6 years ago
util.js Reuse escapeHtml 6 years ago