Commit Graph

9 Commits

Author SHA1 Message Date
Fredrik Adelöw 17a9e71e96 Step back versions to 0.x to signal non-finished status 2020-03-11 10:28:57 +01:00
nikek 8045713c9a Add a welcome page 2020-03-10 18:49:57 +01:00
Patrik Oldsberg 54214323c6 packages/core: removed entity-related APIs 2020-03-10 15:54:25 +01:00
Patrik Oldsberg 12f607c6f0 Merge pull request #218 from spotify/patriko/cra
app: try using create-react-app without hoisting
2020-03-10 14:38:25 +01:00
Stefan Ålund d1a5d5850d Change title dot color 2020-03-10 08:43:24 +01:00
Patrik Oldsberg 246e5b70c7 app: try using create-react-app without hoisting 2020-03-09 22:46:03 +01:00
Fredrik Adelöw 3c1ce0a6dd Restructure the app sidebar + shell to be mainly in core 2020-03-09 10:55:10 +01:00
Fredrik Adelöw f1ef39ec8c Zoom out when on small screens :)
This does absolutely nothing on firefox, but works great in safari and chrome.

There are tricks to make zooming happen on firefox, but it involves stuff like this

```
        html {
          -moz-transform: scale(0.7);
          -moz-transform-origin: 0 0;
        }
        @-moz-document url-prefix() {
          html {
            width: 142.857%;
          }
        }
```

amd after that some things still have a very hard time staying aligned with the screen edges (such as the sidebar). So I've left that as a future exercise.
2020-03-06 12:04:29 +01:00
Patrik Oldsberg 56226ae84d frontend: move to repo root 2020-03-05 16:28:14 +01:00