Commit Graph

483 Commits

Author SHA1 Message Date
Fredrik Adelöw da51bd777c Add README and comment to clarify example status of backend 2020-04-23 09:26:30 +02:00
Wesley Yee efb789a4fe Move error api to more generic alert api (#605) 2020-04-22 20:14:56 +02:00
Fredrik Adelöw ab86d08e16 Merge pull request #617 from spotify/freben/backend
Initial skeleton for the backend
2020-04-22 19:41:58 +02:00
Fredrik Adelöw c2b5647036 Address comments 2020-04-22 19:36:19 +02:00
Fredrik Adelöw 83689b6236 Restrict node engine version 2020-04-22 16:00:20 +02:00
Fredrik Adelöw 15301311e1 Add dummy test 2020-04-22 15:57:38 +02:00
Fredrik Adelöw 35320bdb4f Simplify 2020-04-22 15:43:46 +02:00
nikek 1269cc9e6b remove css zoom 2020-04-22 13:59:47 +02:00
Fredrik Adelöw 1c99b3bc38 Merge pull request #611 from OrkoHunter/OrkoHunter/#573-more-trendline-stories
Show a variety of Trendline components in the storybook
2020-04-22 07:15:35 +02:00
Fredrik Adelöw 9e1c6c6f8d Merge pull request #610 from OrkoHunter/OrkoHunter/#606-copytextbutton-to-typescript
Port CopyTextButton component to TypeScript
2020-04-22 07:14:24 +02:00
Himanshu Mishra c5b9feed54 Wrap the sortable table into an info card 2020-04-22 12:32:35 +09:00
Himanshu Mishra da14cdf84e Show a variety of Trendline components in storybook 2020-04-22 03:53:10 +09:00
Himanshu Mishra 219f058f02 Add type check to core component since they will be used in JS 2020-04-22 03:17:33 +09:00
Himanshu Mishra d454803525 Use HTMLInputElement when calling useRef
Run prettier on the file
2020-04-22 02:35:54 +09:00
Himanshu Mishra 1cb81ce5c0 Use absolute import instead of relative import 2020-04-22 02:09:51 +09:00
Himanshu Mishra e750cdbf02 Port CopyTextButton to TypeScript 2020-04-22 02:09:29 +09:00
Himanshu Mishra a72bd32b1f index.tsx required for the components namespace 2020-04-22 00:10:02 +09:00
Himanshu Mishra 6a0ff5ee22 SortableTable depends on the Status component 2020-04-22 00:01:41 +09:00
Himanshu Mishra 9cffb0258d Move SortableTable component files in a directory 2020-04-21 23:58:39 +09:00
Himanshu Mishra abc0f6dc87 Move HorizontalScrollGrid component files in a directory 2020-04-21 23:57:59 +09:00
Fredrik Adelöw c4e5297ba0 More stuff according to article 2020-04-21 12:00:06 +02:00
Fredrik Adelöw 1a06701272 Adding some basics 2020-04-21 09:31:54 +02:00
Fredrik Adelöw 5607735aea Initial commit 2020-04-21 09:12:08 +02:00
Patrik Oldsberg c6c17cdf3e packages/cli: move create-plugin/codeowners to lib 2020-04-20 23:16:47 +02:00
Patrik Oldsberg a923254947 packages/cli: moved build cache implementation to lib 2020-04-20 23:16:47 +02:00
Patrik Oldsberg a2e612cad3 packages/cli: add log func options to run, making it usable in more places 2020-04-20 23:15:50 +02:00
Patrik Oldsberg 2c095442ed packages/cli: most of watch-deps into lib and re-use from there instead 2020-04-20 23:15:50 +02:00
Patrik Oldsberg 921beb792d packages/cli: added a more reusable and less verbose logging util and use in watch-deps 2020-04-20 23:15:49 +02:00
Patrik Oldsberg 462f82e4e6 packages/cli: rename helpers to lib 2020-04-20 23:15:48 +02:00
Marcus Eide 17c4a04818 Merge pull request #578 from spotify/eide/cy-in-app
Include cypress tests when creating a new app
2020-04-20 15:17:13 +02:00
Patrik Oldsberg 6313674558 Merge pull request #601 from spotify/rugvip/rollup-logs
packages/cli: more beautiful rollup output
2020-04-20 15:09:28 +02:00
Marcus Eide 52736265a2 Use cross-env 2020-04-20 14:12:24 +02:00
Himanshu Mishra 7a5a57dd31 Disable ProgressPlugin which logs verbose webpack build progress
Warnings and Errors are still logged during build.
2020-04-20 21:02:21 +09:00
Marcus Eide f5c67a4740 Add workflow step for cypress test 2020-04-20 13:34:12 +02:00
Patrik Oldsberg c615fb18cc packages/cli: more beautiful rollup output 2020-04-20 12:33:02 +02:00
Himanshu Mishra f293d9fb0e Add textContrast as color for white/black text in dark/light theme 2020-04-20 18:00:22 +09:00
Himanshu Mishra c2e2c9363f Check if dark mode is enabled and toggle
Storybook components are wrapped using a decorator in the storybook config. When rendering, useDarkMode() will let the component know which theme (dark/light) to thoose.
2020-04-20 18:00:22 +09:00
Himanshu Mishra fe972b1e21 Use storybook-dark-mode addon to toggle light/dark mode
See the project https://github.com/hipstersmoothie/storybook-dark-mode
2020-04-20 18:00:21 +09:00
Patrik Oldsberg fe2ae12670 Merge pull request #541 from spotify/alund/components
Port over more internal components
2020-04-19 19:03:52 +02:00
Patrik Oldsberg 15908eec6d packages/cli: forward all args to jest and run in watch mode by default 2020-04-19 13:27:39 +02:00
Patrik Oldsberg 23beb80579 packages/core/components/CopyTextButton: fix disabled test 2020-04-18 19:49:44 +02:00
Patrik Oldsberg 8b429c03a7 packages/core/components/CopyTextButton: refactor to functional component + provide errorApi in storybook 2020-04-18 18:50:16 +02:00
Patrik Oldsberg 8f6e3ef9ee Merge pull request #586 from ruairitobrien/fix-deps
Change peerDependencies to dependencies #584
2020-04-18 16:44:29 +02:00
Patrik Oldsberg 7584350834 packages/cli: use separate tsconfig for builds to get currect config in tests 2020-04-18 14:52:09 +02:00
Patrik Oldsberg fe5844038e Merge pull request #585 from spotify/rugvip/cli-watch
packages/cli: fix and document watch mode
2020-04-18 13:18:40 +02:00
Ruairi O Brien 4ed0abc7b7 Moveed all test-util deps to dependencies 2020-04-18 01:50:48 +01:00
Ruairi O Brien c1ada09d06 Change peerDependencies to dependencies
Also removed some duplication.

Addresses #584
2020-04-18 01:41:41 +01:00
Patrik Oldsberg 2e470f4548 packages/cli: fix and document watch mode 2020-04-18 01:14:12 +02:00
Ruairí O'Brien 6f1c910a20 Put backstage cli back in dev dependencies 2020-04-17 19:15:04 +01:00
Ruairi O Brien da6ec4e17d Change peer dependencies to be regular dependencies #576
Removed explicit dependency on backstage cli to inherit from root.
2020-04-17 16:35:22 +01:00