Skip to content

Releases: jalgoarena/JAlgoArena-UI

20181007112039-3a2f01d

07 Oct 11:21
Compare
Choose a tag to compare
- moved solved problems down, as that's non space constant part growi…

20180921134119-2a4a767

21 Sep 13:42
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'

20180916151845-0f66597

16 Sep 15:19
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'

20180819153154-b501f66

19 Aug 15:33
Compare
Choose a tag to compare
- replace usage of lodash methods with ES6 whenever possible

20180819150219-982073a

19 Aug 15:04
Compare
Choose a tag to compare
- replace parseInt with Number (typescript way)

20180819145800-d3ff226: - make all domain classes immutable

19 Aug 14:59
Compare
Choose a tag to compare
- move StatusCode enum to separate file
- remove unused JudgeResponse

20180819142731-312c36b

19 Aug 14:28
Compare
Choose a tag to compare
Decompose profile page

20180819074355-05b4111: Extract Ranking calculation to separate class

19 Aug 07:45
Compare
Choose a tag to compare

20180818205343-99062f6

18 Aug 20:54
99062f6
Compare
Choose a tag to compare
Update README.md

20180818204428-bddfe37: UI Improvements

18 Aug 20:45
Compare
Choose a tag to compare
- use enum for StatusCode (same way as in Java)
- remove setErrorMessage from common - it was unnecessary couple between different modules
- TS compiler - mark unused local variables as error
- improve displaying submission time on submissions view
- cleanup