mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-02 21:33:07 +00:00
Organise modal stories into a "Modals" folder (#3814)
GitOrigin-RevId: bced6f0591d14c9d56ce5875acd5598216285487
This commit is contained in:
parent
79a520dd1c
commit
989aeca7f2
6 changed files with 6 additions and 6 deletions
|
@ -27,7 +27,7 @@ export const SpecificError = args => {
|
|||
}
|
||||
|
||||
export default {
|
||||
title: 'Clone Project Modal / Content',
|
||||
title: 'Modals / Clone Project / Content',
|
||||
component: CloneProjectModalContent,
|
||||
args: {
|
||||
animation: false,
|
||||
|
|
|
@ -31,7 +31,7 @@ Interactive.propTypes = {
|
|||
}
|
||||
|
||||
export default {
|
||||
title: 'Clone Project Modal',
|
||||
title: 'Modals / Clone Project',
|
||||
component: CloneProjectModal,
|
||||
args: {
|
||||
projectId: 'original-project',
|
||||
|
|
|
@ -15,7 +15,7 @@ export const MacModifier = args => {
|
|||
}
|
||||
|
||||
export default {
|
||||
title: 'Hotkeys Modal',
|
||||
title: 'Modals / Hotkeys',
|
||||
component: HotkeysModal,
|
||||
args: {
|
||||
animation: false,
|
||||
|
|
|
@ -225,7 +225,7 @@ const project = {
|
|||
}
|
||||
|
||||
export default {
|
||||
title: 'Share Project Modal',
|
||||
title: 'Modals / Share Project',
|
||||
component: ShareProjectModal,
|
||||
args: {
|
||||
show: true,
|
||||
|
|
|
@ -31,7 +31,7 @@ export const Messages = args => {
|
|||
}
|
||||
|
||||
export default {
|
||||
title: 'Word Count Modal / Content',
|
||||
title: 'Modals / Word Count / Content',
|
||||
component: WordCountModalContent,
|
||||
args: {
|
||||
animation: false,
|
||||
|
|
|
@ -41,7 +41,7 @@ Interactive.propTypes = {
|
|||
}
|
||||
|
||||
export default {
|
||||
title: 'Word Count Modal',
|
||||
title: 'Modals / Word Count',
|
||||
component: WordCountModal,
|
||||
args: {
|
||||
clsiServerId: 'server-id',
|
||||
|
|
Loading…
Reference in a new issue