summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-04-03Rename user.ts to user-authentication.tsGeorgios Andreadis
2017-04-03Factor out hardcoded SERVER_BASE_URLGeorgios Andreadis
2017-03-31Remove old splashpage mockupsGeorgios Andreadis
2017-03-31Merge branch 'add-screenshots'Georgios Andreadis
2017-03-31Add @Large mention to the footerGeorgios Andreadis
2017-03-31Fix favicon not showing on 404 pageGeorgios Andreadis
Fixes #17
2017-03-22Add real screenshots to the splashpageGeorgios Andreadis
2017-03-14Update GitHub organization URL on splashpageGeorgios Andreadis
2017-03-13Update product lead position on landing pageGeorgios Andreadis
2017-02-26Fix chart handling of time values above 100sGeorgios Andreadis
2017-02-26Fix experiment list overflowGeorgios Andreadis
2017-02-17Fix button handler being triggered multiple timesGeorgios Andreadis
The issue was that previous event handlers of the same button were not removed on closing the dialog. This is now resolved by removing all event handlers of the 'new experiment' button when registering a new handler.
2017-01-27Fix graph view in building modeGeorgios Andreadis
2017-01-27Implement incremental TS compilation for watchingGeorgios Andreadis
2017-01-26Refactor remaining codebase to use 'const'Georgios Andreadis
2017-01-26Refactor controllers to use 'const' when possibleGeorgios Andreadis
2017-01-26Refactor api.ts to use 'const' wherever possibleGeorgios Andreadis
2017-01-26Fix task state generationGeorgios Andreadis
2017-01-26Fetch states for all ticks at onceGeorgios Andreadis
All experiment states are now fetched in one go. Additionally, the experiments are now expected to start at tick 1 (this was wrongly assumed to be 0, before).
2017-01-26Fix NaN on invalid second input to time formatGeorgios Andreadis
2017-01-26Set first tick to be 1 instead of 0Georgios Andreadis
2017-01-25Replace GAuth client ID in HTMLs with placeholderGeorgios Andreadis
2017-01-24Add GitHub link to splash pageGeorgios Andreadis
2017-01-24Initial commitGeorgios Andreadis