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
d5518ff5fa
Merge branch 'eide/cli-atomic' of https://github.com/spotify/backstage into eide/cli-atomic
2020-03-06 11:27:39 +01:00
Marcus Eide
6d44b0bc91
Merge branch 'master' of https://github.com/spotify/backstage into eide/cli-atomic
2020-03-06 11:23:06 +01:00
Marcus Eide
9117380ce9
Fix paths and add spinners
2020-03-06 11:14:11 +01:00
Stefan Ålund
ea4810c32d
Merge pull request #175 from spotify/rugvip/no-yarn
...
README: update plugin instructions to not always run yarn
2020-03-06 10:45:13 +01:00
Patrik Oldsberg
5978fab46e
README: update plugin instructions to not always run yarn
2020-03-06 10:36:19 +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
61f14d1baf
Merge pull request #174 from spotify/rugvip/hoist
...
frontend: move to repo root
2020-03-05 16:34:33 +01:00
Patrik Oldsberg
56226ae84d
frontend: move to repo root
2020-03-05 16:28:14 +01:00
Patrik Oldsberg
5b9845f62f
Merge pull request #173 from spotify/rugvip/theme
...
core/theme: cleanup mui component styles
2020-03-05 15:59:17 +01:00
Marcus Eide
0eaad36a1e
Remove unnecessary chalking
2020-03-05 15:41:16 +01:00
Patrik Oldsberg
212d7f4bcb
core/theme: cleanup mui component styles
2020-03-05 15:32:20 +01:00
Patrik Oldsberg
a44767f9e2
Merge pull request #166 from spotify/rugvip/dynamic-watch-deps
...
cli: update watch targets when depedencies of watched package change
2020-03-05 15:10:47 +01:00
Marcus Eide
da977d1c98
Use temporary folder for plugin creation to be able to clean up easy
2020-03-05 14:56:46 +01:00
Raghunandan Balachandran
08ad99c5fd
Merge pull request #168 from spotify/soapraj/fix-paths
...
Fix paths used in create plugin
2020-03-05 14:19:04 +01:00
Raghunandan
5939937f81
Fix paths used in create plugin. Add plugin to app only if app package exists.
2020-03-05 13:53:55 +01:00
Stefan Ålund
2443009f0d
Merge pull request #160 from spotify/rugvip/yi
...
cli/createPlugin: use yarn install instead of yarn
2020-03-05 13:48:40 +01:00
Stefan Ålund
3229ea3645
Merge pull request #165 from spotify/alund/plugin-them
...
Update default theme for new plugins
2020-03-05 13:48:09 +01:00
Fredrik Adelöw
8520187945
Merge pull request #149 from spotify/jdwelch/129-fontfamily
...
[WIP] Use Red Hat Display & Red Hat Text faces
2020-03-05 13:29:58 +01:00
Fredrik Adelöw
0022b3b20c
Merge pull request #155 from spotify/freben/icons
...
Add a basis for system icons
2020-03-05 13:11:41 +01:00
Stefan Ålund
5918057388
Update yarn.lock
2020-03-05 12:55:02 +01:00
Patrik Oldsberg
e3f2b62212
README: update create plugin docs
2020-03-05 11:57:54 +01:00
Patrik Oldsberg
363739f2e9
cli: update watch targets when depedencies of watched package change
2020-03-05 11:49:31 +01:00
Stefan Ålund
386e679a7a
Update default theme for new plugins
2020-03-05 11:26:19 +01:00
Patrik Oldsberg
f8895a6395
Merge pull request #163 from spotify/rugvip/green-check
...
cli/createPlugin: fix color inconsistency for check marks
2020-03-05 11:07:42 +01:00
Patrik Oldsberg
34a6708780
Merge pull request #162 from spotify/rugvip/remove-login
...
app,plugin/login: remove login page for now
2020-03-05 11:07:35 +01:00
Patrik Oldsberg
5fff89ab05
packages/app: add simple test
2020-03-05 11:02:45 +01:00
Patrik Oldsberg
1c9480a4a0
cli/createPlugin: fix color inconsistency for check marks
2020-03-05 10:58:59 +01:00
Patrik Oldsberg
01986c3885
app: sort dependencies
2020-03-05 10:54:30 +01:00
Patrik Oldsberg
5377ca9d56
app,plugin/login: remove login page for now
2020-03-05 10:54:13 +01:00
Patrik Oldsberg
4541b45b0e
Merge pull request #159 from spotify/rugvip/sidebar-sync
...
app/Sidebar: update to latest version with peek
2020-03-05 10:51:34 +01:00
Patrik Oldsberg
99af94979c
cli/createPlugin: use yarn install instead of yarn
2020-03-05 10:47:43 +01:00
Patrik Oldsberg
68daf79cef
app/Sidebar: remove dead links
2020-03-05 10:45:14 +01:00
Patrik Oldsberg
5003899222
app/Sidebar: update to latest version with peek
2020-03-05 10:38:00 +01:00
Niklas
cb4d1e82b7
Merge pull request #156 from spotify/stefanalund-patch-2
...
Remove link to proto docs
2020-03-04 21:12:53 +01:00
Stefan Ålund
192b16aac6
Merge pull request #157 from spotify/raghub/prettier
...
Prettier changes
2020-03-04 19:11:26 +01:00
Stefan Ålund
fef66a0dd6
Merge pull request #154 from spotify/stefanalund-patch-1
...
yarn build no longer needed
2020-03-04 17:59:57 +01:00
Raghunandan
cfc882b617
Prettier changes
2020-03-04 16:54:01 +01:00
JD Welch
aa03c0c422
simplify font stack
...
Signed-off-by: JD Welch <jdwelch@spotify.com >
2020-03-04 16:08:52 +01:00
Stefan Ålund
a9007371e3
Remove link to proto docs
2020-03-04 15:49:39 +01:00
Stefan Ålund
fde92f9651
yarn build no longer needed
2020-03-04 15:44:41 +01:00
Fredrik Adelöw
805862924c
Add a basis for system icons
2020-03-04 15:43:06 +01:00
Stefan Ålund
aa1d8ec024
Merge pull request #153 from spotify/nikek/build-on-start
...
add build to start script
2020-03-04 15:28:05 +01:00
nikek
3686ec6a92
add build to start script
2020-03-04 14:33:47 +01:00
Patrik Oldsberg
ab5d6d6ac2
README: add instruction to run yarn build
...
For now yarn build is needed, but we want to get rid of that soon
2020-03-04 13:18:07 +01:00
Patrik Oldsberg
6f09e99d56
Merge pull request #152 from spotify/rugvip/plugin-template-ts
...
cli/templates: update plugin template to use separate build
2020-03-04 12:59:33 +01:00
Stefan Ålund
e878b13028
Merge pull request #148 from spotify/alund/timezones
...
Make timezone more global
2020-03-04 12:53:35 +01:00
Patrik Oldsberg
cd8dae40cf
cli: build plugin after creation
2020-03-04 12:50:05 +01:00