git-annex/Assistant/WebApp
Joey Hess 1f89712e6b add a navbar button that opens the repo in the desktop's native file browser
This should work on linux (xdg-open) and OSX (open). If the program
is not in $PATH, it falls back to opening a browser window/tab with file:///

The only tricky bit is the javascript code, that handles clicking on the
link. This is to avoid unnecessary page refreshes. Until I added the
return false at the end, the <a>'s normal click event also fired, so two
file browsers opened. I have not checked portability extensively.
2012-08-03 10:02:56 -04:00
..
Configurators.hs fix tilde expansion 2012-08-02 07:55:10 -04:00
DashBoard.hs add a navbar button that opens the repo in the desktop's native file browser 2012-08-03 10:02:56 -04:00
Documentation.hs made navbar work 2012-07-31 02:30:26 -04:00
Notifications.hs reorg templates 2012-07-31 01:24:49 -04:00
routes add a navbar button that opens the repo in the desktop's native file browser 2012-08-03 10:02:56 -04:00
SideBar.hs add slight delay in between sidebar updates, to avoid excessive churn 2012-08-02 13:55:38 -04:00