Skip to content

v0.29.1 - Optimizations & Stuff

Latest
Compare
Choose a tag to compare
@ehanahamed ehanahamed released this 03 Feb 23:01
· 2 commits to main since this release

Changelog

  • Replaced icon font with svg icons in svelte components, so they're compiled avoiding network requests, tree-shake-able, and don't load thousands of unused icons
  • Moved compression from qzfr-api's nodejs server code to our reverse proxy
  • Config files & documentation uses /home/quizfreely/quizfreely instead of /opt/quizfreely
  • Fix syntax errors in API's database queries
  • Move API health checks in qzfr-web to separate file w importexport so it can be used in other pages
  • Add error messages with API checks in qzfr-web for pages like /explore
  • Fix SVG alignment in buttons, fix button-box, use left/start horizontal align on dropdowns, etc in EhUI