:+1: and maybe allow renaming a board by essentially editing the URL (i.e. give options for creating a new board at the url or renaming the board you were on before). You couldn't use document.referrer for that, but you could store the URL in localStorage on unload (and maybe a timestamp so you don't present the rename option hours later).
:+1: and maybe allow renaming a board by essentially editing the URL (i.e. give options for creating a new board at the url or renaming the board you were on before). You couldn't use
document.referrer
for that, but you could store the URL inlocalStorage
on unload (and maybe a timestamp so you don't present the rename option hours later).