mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-11 10:18:07 +09:00
Updated order of tooltips and wizards
This commit is contained in:
parent
8bf281c185
commit
0eb2676705
2 changed files with 20 additions and 17 deletions
BIN
dist/img/help/onboarding/space-s.mp4
vendored
Normal file
BIN
dist/img/help/onboarding/space-s.mp4
vendored
Normal file
Binary file not shown.
|
@ -196,18 +196,23 @@ export default {
|
|||
{
|
||||
name: translate('onboardingDashboard1Title'),
|
||||
description: translate('onboardingDashboard1Text'),
|
||||
video: './img/help/onboarding/homepage.mp4',
|
||||
param: commonParam
|
||||
param: {
|
||||
element: '#page.isFull #footer #button-help',
|
||||
classNameWrap: 'fixed',
|
||||
vertical: I.MenuDirection.Top,
|
||||
horizontal: I.MenuDirection.Right,
|
||||
}
|
||||
},
|
||||
{
|
||||
name: translate('onboardingDashboard2Title'),
|
||||
description: translate('onboardingDashboard2Text'),
|
||||
video: './img/help/onboarding/sidebar.mp4',
|
||||
name: translate('onboardingSpaceSelectTitle'),
|
||||
description: translate('onboardingSpaceSelectDescription'),
|
||||
video: './img/help/onboarding/space-s.mp4',
|
||||
param: {
|
||||
...commonParam,
|
||||
element: '#sidebar',
|
||||
horizontal: I.MenuDirection.Left,
|
||||
offsetX: $('#sidebar').width() + 10,
|
||||
element: '#navigationPanel #button-navigation-profile',
|
||||
vertical: I.MenuDirection.Top,
|
||||
horizontal: I.MenuDirection.Center,
|
||||
noArrow: false,
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -223,15 +228,14 @@ export default {
|
|||
}
|
||||
},
|
||||
{
|
||||
name: translate('onboardingSpaceSelectTitle'),
|
||||
description: translate('onboardingSpaceSelectDescription'),
|
||||
name: translate('onboardingDashboard2Title'),
|
||||
description: translate('onboardingDashboard2Text'),
|
||||
video: './img/help/onboarding/sidebar.mp4',
|
||||
param: {
|
||||
element: '#navigationPanel #button-navigation-profile',
|
||||
classNameWrap: 'fixed',
|
||||
vertical: I.MenuDirection.Top,
|
||||
horizontal: I.MenuDirection.Center,
|
||||
offsetY: -24,
|
||||
noButton: true,
|
||||
...commonParam,
|
||||
element: '#sidebar',
|
||||
horizontal: I.MenuDirection.Left,
|
||||
offsetX: $('#sidebar').width() + 10,
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -242,7 +246,6 @@ export default {
|
|||
buttons: [
|
||||
canWrite ? { text: translate('commonImport'), action: 'import' } : null
|
||||
],
|
||||
param: commonParam,
|
||||
}
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue