Existing Issues

  • Does not yet support changing to a previous patch.
  • Can not show current state of a file's contents
  • Can not open an empty directory.
  • Can not change the selected patch, but clicking an element that should change the current patch will change the URL based on that patch's hash.
  • We are leaking memory to fetch JSON of the next selected route.
    • Check out download_patch_json() in app/src/lib.rs
  • Can not toggle diff_mode on the application state