summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-09-23Implement room creationGeorgios Andreadis
2017-09-23Add conditional topology sidebarGeorgios Andreadis
2017-09-23Add title to navbar home linkGeorgios Andreadis
2017-09-23Complete homepage transferGeorgios Andreadis
2017-09-23Add content sections to homepageGeorgios Andreadis
2017-09-23Restyle navbar and use across entire siteGeorgios Andreadis
2017-09-23Reduce rack border widthGeorgios Andreadis
2017-09-23Enable going from room to tile and backGeorgios Andreadis
2017-09-23Enable going from building to room and backGeorgios Andreadis
2017-09-23Implement wall drawingGeorgios Andreadis
2017-09-23Fetch and display datacenter topologyGeorgios Andreadis
2017-09-23Add route logic for construction routesGeorgios Andreadis
2017-09-23Add tile rendering logicGeorgios Andreadis
2017-09-23Add PropType shapes for static resourcesGeorgios Andreadis
2017-09-23Add basic react-konva rendering prototypeGeorgios Andreadis
2017-09-23Generalize denormalization of object resourcesGeorgios Andreadis
2017-09-23Add profile pageGeorgios Andreadis
2017-09-23Properly align simulation list cellsGeorgios Andreadis
2017-09-23Connect simulation remove to APIGeorgios Andreadis
2017-09-23Rename project to sim and enable sim-addingGeorgios Andreadis
2017-09-23Connect to backend and fetch initial project dataGeorgios Andreadis
2017-09-23Get Google authentication flow workingGeorgios Andreadis
2017-09-23Suppress duplicate modal close actionsGeorgios Andreadis
2017-09-23Add action buttons to project rowsGeorgios Andreadis
2017-09-23Create basic projects page with add-buttonGeorgios Andreadis
2017-09-23Add date time utility functionsGeorgios Andreadis
2017-09-23Add navbar to projects pageGeorgios Andreadis
2017-09-23Remove old frontendGeorgios Andreadis
2017-09-23Fix typing errorsGeorgios Andreadis
2017-05-21Escape text input before sending to serverGeorgios Andreadis
Fixes #15.
2017-04-04Rename GOOGLE_OAUTH_CLIENT_ID to OAUTH_CLIENT_IDGeorgios Andreadis
2017-04-04Use AtLarge email on splashpageGeorgios Andreadis
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