Commit Graph

7958 Commits

Author SHA1 Message Date
Raghunandan aef09f8d52 print stacktrace for commands that are run after plugin creation 2020-03-06 13:30:47 +01:00
Patrik Oldsberg a707a79ef6 cli: always use src/ version of cli inside repo 2020-03-06 12:09:47 +01:00
Patrik Oldsberg 7931324945 cli: added plugin build,lint,test commands + use them in plugins 2020-03-06 12:07:11 +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
Marcus Eide 9117380ce9 Fix paths and add spinners 2020-03-06 11:14:11 +01:00
Marcus Eide 8a836fb7ad Remove unnecessary chalking 2020-03-06 09:07:21 +01:00
Marcus Eide 9c1d95740c Use temporary folder for plugin creation to be able to clean up easy 2020-03-06 09:07:21 +01:00
Patrik Oldsberg 56226ae84d frontend: move to repo root 2020-03-05 16:28:14 +01:00