diff --git a/assets/static/__snapshots__/filters.test.js.snap b/assets/static/__snapshots__/filters.test.js.snap index 91b106da6..bdd733d54 100644 --- a/assets/static/__snapshots__/filters.test.js.snap +++ b/assets/static/__snapshots__/filters.test.js.snap @@ -1,10 +1,7 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`appended filtes should be present in history 1`] = ` -"
  • - - -
  • +"
  • default @@ -34,11 +31,14 @@ exports[`appended filtes should be present in history 2`] = `
  • + -
  • + +
  • +
  • @@ -75,6 +75,7 @@ exports[`appended filtes should be present in history 3`] = `
  • + @@ -93,11 +94,14 @@ exports[`appended filtes should be present in history 3`] = ` + -
  • + +
  • +
  • @@ -138,6 +142,7 @@ exports[`appended filtes should be present in history 4`] = `
  • + @@ -160,6 +165,7 @@ exports[`appended filtes should be present in history 4`] = ` + @@ -178,11 +184,14 @@ exports[`appended filtes should be present in history 4`] = ` + -
  • + +
  • +
  • @@ -223,6 +232,7 @@ exports[`appended filtes should be present in history 5`] = `
  • + @@ -245,6 +255,7 @@ exports[`appended filtes should be present in history 5`] = ` + @@ -263,11 +274,14 @@ exports[`appended filtes should be present in history 5`] = ` + -
  • + +
  • +
  • @@ -300,6 +314,7 @@ exports[`appended filtes should be present in history 6`] = `
  • + @@ -326,6 +341,7 @@ exports[`appended filtes should be present in history 6`] = ` + @@ -348,11 +364,14 @@ exports[`appended filtes should be present in history 6`] = ` + -
  • + +
  • +
  • @@ -371,10 +390,7 @@ exports[`appended filtes should be present in history 6`] = ` `; exports[`default filter should be in history after setting filter to foo 1`] = ` -"
  • - - -
  • +"
  • default diff --git a/assets/static/unsee.js b/assets/static/unsee.js index 49b5e1b9c..340800f75 100644 --- a/assets/static/unsee.js +++ b/assets/static/unsee.js @@ -338,7 +338,7 @@ function onReady(localStore) { $(".toggle").bootstrapSwitch(); // enable tooltips, #settings is a dropdown so it already uses different data-toggle - $("[data-toggle='tooltip'], #settings").tooltip({ + $("[data-toggle='tooltip'], #settings, #history").tooltip({ trigger: "hover" }); diff --git a/assets/templates/history.html b/assets/templates/history.html index 55c8e9943..d4f95e0fd 100644 --- a/assets/templates/history.html +++ b/assets/templates/history.html @@ -1,13 +1,17 @@