jmoiron plays the blues

jmoiron/metasync main 769d336 get some js testing set, plan out implementation for a gphotos like scroll control
jmoiron/metasync main 7602cfd sadly switch to js based rendering for photos which has the benefit of rendering the correct grouping up front and is massively faster
jmoiron/metasync main a2b7877 some major perf fixes to photo grouping that happens onload when you are viewing by session, and an experiment with using a manual virtual dom approach
jmoiron/monet master 0fcc267 restore rss/atom links on index and /blog/ view for better discovery
jmoiron/metasync main d3a4b84 make default geolocate results come back in english so there is a chance users can read them
jmoiron/metasync main 0818447 add a forked version of gominatim that has a better interface and more modern style, add a large map with geo lookups for aiding in applying manual GPS selections
jmoiron/metasync main 0b90fbe generate jpegs from cr2 and other raw formats using libraw for large previews, fix progress reporting for metadata scan step
jmoiron/metasync main 4832d21 make the time fix tools a little more explicit about what they do; even though they are a little more complicated now, they can perform every action I need and they are more user friendly
jmoiron/metasync main e53d7a8 add async layer to see incremental updates for longer processes in the actual application, fix a toggle issue in the menu, fix some directory browser navigation behavior, refactor image processing into its own package
jmoiron/metasync main 31b9bbe add a directory browser to let the user browse and select directories; show by default when --target and --ref are not supplied. change default listen addr from :8080 to only listening on loopback, but there are still security implications to this