summaryrefslogtreecommitdiff
path: root/js/codeq/problem.js
AgeCommit message (Collapse)Author
2015-09-29Changes to process language.js files with ordered problems (arrays instead ↵Aleš Smodiš
of dictionaries).
2015-09-29login removed from navbarMarko Pušnik
2015-09-28Implement in-structure GUI translation for python and problem editing screens.Aleš Smodiš
Hints are not yet covered.
2015-09-26Reimplemented translation support: leave the DOM structure intact, upon ↵Aleš Smodiš
display language switch only replace language-dependent content.
2015-09-24Implemented: CodeQ event queue, basic translation infrastructure, ↵Aleš Smodiš
reimplemented problem index from JSON data.
2015-09-22enabled buttons in the navigation header (at least buttons on the left side ↵Robert Zorko
of the bar), renamed stateMachine to navigation
2015-09-18split the selection of the language and the selection of the problem into ↵Robert Zorko
two seperate screens (this update also required some changes at the codeq-server, so that one needs to be up to date as well for this to work)