| Age | Commit message (Collapse) | Author |
|
This change updates the project structure to become flattened.
Previously, the simulator, frontend and API each lived into their own
directory.
With this change, all modules of the project live in the top-level
directory of the repository. This should improve discoverability of
modules of the project.
|
|
This change reduces the trace sampling rate of the Sentry SDK to prevent
reaching the limits of the free Sentry subscription.
|
|
This change sets up Sentry to collect errors that occur at the frontend.
|
|
This change updates the frontend to use the built-in Sass support
provided by Create React App to simplify the development pipeline.
|
|
|
|
|
|
|
|
This change prepares the frontend Git repository for the monorepo
residing at https://github.com/atlarge-research.com/opendc. To
accomodate for this, we move all files into a frontend subdirectory.
|