forked from moodlehq/moodleapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MOBILE-3371 core: Implement dimmed empty box
Also improved storybook set up to test the new feature
- Loading branch information
1 parent
23f0d07
commit 55609b5
Showing
13 changed files
with
860 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
module.exports = { | ||
framework: '@storybook/angular', | ||
addons: ['@storybook/addon-controls'], | ||
addons: [ | ||
'@storybook/addon-controls', | ||
'@storybook/addon-viewport', | ||
'storybook-addon-designs', | ||
'storybook-addon-rtl-direction', | ||
'storybook-dark-mode', | ||
], | ||
stories: ['../src/**/*.stories.ts'], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
storybook-dynamic-app-root { | ||
color: var(--ion-text-color); | ||
} | ||
|
||
.core-error-info { | ||
max-width: 300px; | ||
} |
Oops, something went wrong.