Skip to content
Snippets Groups Projects
  1. Nov 07, 2018
    • Alec Theriault's avatar
      Fix issues around plus/minus · 2a46036e
      Alec Theriault authored
        * swap the minimize unicode to something more intuitive
        * use new unicode expander/collapser for instance lists
        * address some alignment issues in the "index" page
      2a46036e
  2. Oct 26, 2018
  3. Oct 25, 2018
    • Alec Theriault's avatar
      Fix the synopsis button · ed1a0c92
      Alec Theriault authored
      Here's these changes are supposed to do:
      
        * put the synopsis back on the right side
        * properly have it on the edge of the screen on wide screens
        * adjust the background of the synopsis to match the button
          (otherwise the grey blends in with what is underneath)
        * get rid of the dotted purple line
        * the synopsis contents are now scrollable even when in wide
          screens (this has been a long-standing bug)
      ed1a0c92
    • Alec Theriault's avatar
      Fix copy-pasta error in data-files · dd45b10d
      Alec Theriault authored
      dd45b10d
    • Alec Theriault's avatar
      Resurrect the style-switcher · a6931170
      Alec Theriault authored
      This fixes #810. Looks like things were broken during the quickjump
      refactor of the JS.
      
      For the (git) record: I do not think the style switcher is a good idea.
      I'm fixing it for the same reason @mzero added it; as an answer to
      
        "rumblings from some that they didn't want their pixels changed on bit"
      a6931170
  4. Oct 24, 2018
    • Alec Theriault's avatar
      Update JS dependencies · 67a14227
      Alec Theriault authored
      This was done via `npm audit fix`. I think this fixes #903 along with
      some more serious vulnerabilities that nobody seems to have noticed.
      67a14227
  5. Oct 18, 2018
  6. Apr 03, 2018
  7. Feb 01, 2018
  8. Oct 30, 2017
  9. Oct 10, 2017
  10. Oct 09, 2017
    • TimBaumann's avatar
      Use <details> element for collapsibles (#690) · e41c1cbe
      TimBaumann authored and Alex Biehl's avatar Alex Biehl committed
      * Remove unnecessary call to 'collapseSection'
      
      The call is unnecessary since there is no corresponding toggle for hiding the
      section of orphan instances.
      
      * Use <details> for collapsibles
      
      This makes them work even when JS is disabled. Closes #560.
      e41c1cbe
  11. Sep 23, 2017
    • TimBaumann's avatar
      Add compile step that bundles and compresses JS files (#684) · e99aefb5
      TimBaumann authored and Alex Biehl's avatar Alex Biehl committed
      * Add compile step that bundles and compresses JS files
      
      Also, manage dependencies on third-party JS libraries using NPM.
      
      * Compile JS from TypeScript
      
      * Enable 'noImplicitAny' in TypeScript
      
      * QuickJump: use JSX syntax
      
      * Generate source maps from TypeScript for easier debugging
      
      * TypeScript: more accurate type
      
      * Separate quick jump css file from ocean theme
      e99aefb5
  12. Sep 01, 2017
  13. Aug 29, 2017
Loading