diff --git a/TODO b/TODO index 427fe74..b47e9f6 100644 --- a/TODO +++ b/TODO @@ -5,7 +5,6 @@ -> redraw 'ignore's as a greyed out box? -> menu should only allow override IF we have put override on... SO, override manual match, is awkward if somehow the file/face changes (e.g. we rescan a file for faces, do I delete override? if not and we rescan, there will he a new face id, how do I know which it connects with????) - - allow joblog search from the viewer for that file... * should allow right-click from View menu (particularly useful on search) to show other files around this one by date (maybe that folder or something?) diff --git a/internal/icons.svg b/internal/icons.svg index b1a3e22..a19cc56 100644 --- a/internal/icons.svg +++ b/internal/icons.svg @@ -207,8 +207,22 @@ - diff --git a/internal/js/view_support.js b/internal/js/view_support.js index ceaf57e..c6b70cb 100644 --- a/internal/js/view_support.js +++ b/internal/js/view_support.js @@ -284,10 +284,14 @@ function JoblogSearch() data="eid="+current $.ajax({ type: 'POST', data: data, url: '/joblog_search', success: function(res) { data = JSON.parse(res) - div='
| Log | When | Job |
|---|---|---|
| ' + data[i].log + ' | ' + data[i].log_date + ' | ' + div+='' + data[i].name + ' #:'+data[i].id+' |