worker-pastebin/src
Peter Cai 2b42e19ecb
fix transition between pages by using a custom LinkButton
by replacing everything with a `<Redirect/>` on switching, it produces a
short blink while the new page appears. But we cannot just use `<Link/>`
because an `<a>` cannot be "disabled". Wrapping `Link` around `button`
is invalid HTML5.

Instead, hack together a custom component for the job.
2020-02-19 19:17:57 +08:00
..
aws index & s3: handle some url encoding mess 2020-02-18 17:58:43 +08:00
web fix transition between pages by using a custom LinkButton 2020-02-19 19:17:57 +08:00
crypto.coffee crypto: use the coffee shorthand for prototype 2020-02-19 16:51:40 +08:00
index.coffee index: limit file name length 2020-02-19 16:49:41 +08:00
util.coffee util: fix typo 2020-02-19 16:50:09 +08:00