1. 22 Jun, 2016 1 commit
    • Detect URLs in /info and render them as links · 9086e00c
      Johannes Edmeier authored
      With this commit urls form the /info endpoint are deteceted and rendered as
      links.
      The downside is to make that work I had to drop the collapsible info section in
      the overview list and replaced it with an resizable/scrollabe <pre> section.
  2. 18 Jun, 2016 1 commit
  3. 16 Jun, 2016 1 commit
  4. 15 Jun, 2016 2 commits
  5. 14 Jun, 2016 5 commits
  6. 12 Jun, 2016 1 commit
  7. 11 Jun, 2016 3 commits
  8. 09 Jun, 2016 2 commits
  9. 08 Jun, 2016 7 commits
  10. 06 Jun, 2016 2 commits
  11. 05 Jun, 2016 2 commits
  12. 03 Jun, 2016 3 commits
  13. 02 Jun, 2016 1 commit
  14. 01 Jun, 2016 3 commits
  15. 30 May, 2016 5 commits
  16. 25 May, 2016 1 commit
    • Use FontAwsome, Remove Sidebar · 7861033b
      Johannes Edmeier authored
      With this commit the icons from FontAwesome are used. To achive this the
      webpack css-loader is used and the location for the module.css has slightly
      changed.
      Also I removed the ugly sidebar (what a short life) and added a slim navbar at
      the top for the detail views.