summaryrefslogtreecommitdiff
path: root/frontend/src
AgeCommit message (Collapse)Author
2020-10-29Reimplement modals for stabilityFabian Mastenbroek
2020-10-29Migrate to Reactstrap for NavbarFabian Mastenbroek
2020-10-29Do not pass boolean to classNameFabian Mastenbroek
2020-10-29Send correct room identifier to serverFabian Mastenbroek
2020-10-29Fix implementation of NewScenarioModalFabian Mastenbroek
2020-10-29Convert UnitTabs to ReactstrapFabian Mastenbroek
2020-10-29Pack Bootstrap dependency ourselvesFabian Mastenbroek
2020-10-29Delete unnecessary jQuery utilFabian Mastenbroek
2020-10-29Use built-in Sass support from Create React AppFabian Mastenbroek
This change updates the frontend to use the built-in Sass support provided by Create React App to simplify the development pipeline.
2020-10-28Eliminate use of jQuery from the frontendFabian Mastenbroek
2020-10-28Migrate popovers to ReactstrapFabian Mastenbroek
2020-10-28Migrate to Reactstrap for Modal implementationFabian Mastenbroek
2020-10-28Use scroll-padding for aligning anchorsFabian Mastenbroek
This change is one in a series of patches to remove the use of jQuery. Here, we can utilize the scroll-padding CSS property to align anchors properly in presence of a fixed top header.
2020-10-27Fix images on frontpageFabian Mastenbroek
This change fixes the invalid images on the frontpage by hosting them ourselves.
2020-10-27Split prod and dev config for Docker ComposeFabian Mastenbroek
This change splits the Docker Compose configuration into three files in order to share the configuration for different environments (e.g. development and production). Furthermore, this change drops the requirement for a reverse proxy.
2020-10-27Propagate user-specified API url to React buildFabian Mastenbroek
This change fixes an issue where we did not forward the environmental variable for controlling the API url to the React build.
2020-08-24yarn format on prefabsjc0b
2020-08-24Fix frontend build failurejc0b
2020-08-24Code cleanupjc0b
2020-08-24Adding prefabs works nowjc0b
2020-08-24replaced yield calls()jc0b
2020-08-24Debugging RoomStorejc0b
2020-08-24More stuff for reviewjc0b
2020-08-24Merge branch 'master' of github.com:atlarge-research/opendc-devjc0b
2020-08-24Improve docsGeorgios Andreadis
2020-08-24Some debugging stuffjc0b
2020-08-24Create prefabs from topologiesjc0b
2020-08-24Increase component limits and add overflow handlingGeorgios Andreadis
2020-08-24Merge branch 'master' of github.com:atlarge-research/opendc-devjc0b
2020-08-24changes to prefabs with giorgiosjc0b
2020-08-24Merge branch 'master' onto working copyjc0b
2020-08-24Fix scenario name handling and increase marginGeorgios Andreadis
2020-08-24Remove topology printGeorgios Andreadis
2020-08-24Set first scenario name to be "Base scenario"Georgios Andreadis
2020-08-24Fix name of duplicate topologyGeorgios Andreadis
2020-08-24Implement topology duplicationGeorgios Andreadis
2020-08-24Remove old charting libraryGeorgios Andreadis
2020-08-24Fix polling and upgrade bootstrapGeorgios Andreadis
2020-08-24Add error barsGeorgios Andreadis
2020-08-24Fix overflow and rearrangeGeorgios Andreadis
2020-08-24Add first plotting attempts for portfoliosGeorgios Andreadis
2020-08-24Merge branch 'master' onto local working copyjc0b
Preserve working copy while updating
2020-08-24Add prototype of web experiment runnerFabian Mastenbroek
This change adds a bridge between the frontend and the new simulator implementation via MongoDB.
2020-08-24Make frontend independent of APIFabian Mastenbroek
This change makes the frontend independent of the API by removing the static file serving logic from the API server. Instead, we can serve the frontend as static HTML over CDNs.
2020-08-24prefab startjc0b
2020-08-24Add implementation of portfolio and scenario UI structureGeorgios Andreadis
2020-08-24Add routes for portfolios and scenariosGeorgios Andreadis
2020-08-24Add a web server CI setupGeorgios Andreadis
2020-08-24Add new left sidebar, move topology controlsGeorgios Andreadis
2020-08-24Rename simulations to projects and remove experiment viewGeorgios Andreadis