Code-dot-mil / code.mil

An experiment in open source at the Department of Defense.
https://www.code.mil
MIT License
1.28k stars 122 forks source link

Support back #187

Closed arichiv-usds closed 6 years ago

arichiv-usds commented 6 years ago

closes #136

Thanks to @fulldecent for the implementation tips!

I implemented this using hash-based history storage, separating entries with a !. There's a good amount of plumbing, but in the end, the rendering code got easier to read (we can simply re-draw each time).

jordangov commented 6 years ago

This is good overall. I want to double check it on my local machine (or maybe @jgarber623-gov can). After that (and the one comment), let's merge.

fulldecent commented 6 years ago

Looks great! Walkthrough:

67