Skip to content

Speed, speed and speed

Compare
Choose a tag to compare
@minhducsun2002 minhducsun2002 released this 21 Apr 15:25
· 48 commits to master since this release
9145c1d

This release does add new things, but not many though. Here's an outline:

  • Scoreboard now has the scores highlighted with the same color scheme as in Submissions. For themers, classNames are `score_${verdict}` (#135). It also displays the ACM verdicts properly now (#136).
  • You no longer have to wait for, like, 10 seconds to load 2.5MiB of JavaScript and execute it - lazy-loading is here (#134 & #137)! You can type http://server:port/scoreboard and the heavy Ace editor will not be loaded even for once. This also allows me to bundle more features.
    • Like, themes for Ace? (#139)
  • You can now change the language without reloading the whole page (#139). Pretty neat, right?

For developers : localization strings are now at vnma0/hestia-l10n. Be sure to get all the submodules if you haven't.

The release now also includes the gzipped version of each file in the same directory of the original version, which means support for gzipped transmission is possible and so is less loading time. See the comparison here.