summaryrefslogtreecommitdiff
path: root/js/codeq/language.js
AgeCommit message (Collapse)Author
2015-10-06Rename state 'problem' to problem_listTimotej Lazar
Remove the Language element from the navbar and have "CodeQ" (logo TBD) send user to the language-selection page.
2015-09-30Add the robot problem screenTimotej Lazar
Mostly a copy of the Python screen, a lot of functionality is missing.
2015-09-29login removed from navbarMarko Pušnik
2015-09-24Reimplemented language selection with simple links. Removed unused ↵Aleš Smodiš
startup.js, moved the boot sequence to core.js.
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)
2015-09-18divided the login and problem chooser into two different screensRobert Zorko