-
-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule api
updated
12 files
Submodule front
updated
17 files
+1 −0 | .gitignore | |
+30 −0 | .storybook/main.js | |
+9 −0 | .storybook/preview.js | |
+12 −14 | ditto/base.json | |
+1 −0 | globals.d.ts | |
+1 −0 | jest.config.js | |
+14 −4 | package.json | |
+7 −21 | src/components/developpers/EditWebhookDialog.tsx | |
+9 −5 | src/core/router/index.tsx | |
+11 −4 | src/pages/auth/Login.tsx | |
+1 −31 | src/pages/developpers/Webhook.tsx | |
+38 −0 | src/stories/Alert.stories.tsx | |
+24 −0 | src/stories/Introduction.stories.mdx | |
+ − | src/stories/assets/maneki.png | |
+1 −0 | webpack.common.js | |
+3 −0 | webpack.dev.js | |
+6,144 −266 | yarn.lock |