Commit Graph
89 Commits
Author SHA1 Message Date
sunhao 18d65222e7 * [misc] skip to check form filled when no required fields. 2024-09-06 09:50:44 +08:00
sunhao d76a1c7e56 * [misc] disable open-url buttons in form step. 2024-09-04 17:31:41 +08:00
sunhao c70122b6b7 * [misc] fix z-index of tutorial highlight layout. 2024-09-04 17:31:41 +08:00
sunhao b3b4e1d2d0 * [misc] change trigger to click of dropdown with hover trigger. 2024-09-04 17:31:41 +08:00
sunhao 0899afa1c9 * [misc] fix tutorial-light-box rect. 2024-09-04 17:31:41 +08:00
sunhao f7c1ca17c3 * [misc] fix duplicated step popover show. 2024-09-04 17:31:41 +08:00
xieqiyu 7f511c88de * [task#126383,doing,1h] Change the mangeTest. 2024-09-04 17:31:41 +08:00
sunhao 15a804a923 * [misc] prevent user to click outside of step target. 2024-09-04 17:31:41 +08:00
sunhao 820504f54f * [misc] check openApp step on hide popover. 2024-09-04 17:31:41 +08:00
sunhao 75eba44698 * [misc] fix popover show twice time on page load. 2024-09-04 17:31:41 +08:00
sunhao e6537634f1 * [misc] check step on page load. 2024-09-04 17:31:41 +08:00
sunhao f96a4cb305 * [misc] only handle first step target. 2024-09-04 17:31:41 +08:00
sunhao 58e535eaa1 * [misc] support for submit form in form step. 2024-09-04 17:31:41 +08:00
sunhao 3d69cfe9b7 * [refac]. 2024-09-04 17:31:41 +08:00
sunhao 49819cd9a5 * [misc] support checking selectRow step. 2024-09-04 17:31:41 +08:00
sunhao b4a65299ec * [refac]. 2024-09-04 17:31:41 +08:00
xieqiyu d236973028 * [task#126383,doing,0.2h] Add the style of placement to click. 2024-09-04 17:31:41 +08:00
sunhao 88f573cd28 * [misc] skip to submit form on check saveForm step. 2024-09-04 17:31:41 +08:00
sunhao 6f1f7d1f36 * [ui] skip to show required field tip on check form step. 2024-09-04 17:31:41 +08:00
sunhao 2cdcb30242 * [misc] support to open app after finish step. 2024-09-04 17:31:41 +08:00
sunhao dec386efb2 * [misc] support for setting app in url of step. 2024-09-04 17:31:41 +08:00
sunhao 585d65e312 * [ui] change tutorial popover placement for form step. 2024-09-04 17:31:41 +08:00
sunhao 59a0d14066 * [misc] fix showOpenAppStep undefind. 2024-09-04 17:31:41 +08:00
sunhao 222e43b29c * [ui] improve style of tutorial popover. 2024-09-04 17:31:41 +08:00
sunhao 9e6dad86e9 * [misc] improve tutorial UI. 2024-09-04 17:31:41 +08:00
sunhao 95b614b059 * [misc] support for checking step which type is form and saveForm. 2024-09-04 17:31:41 +08:00
sunhao 7402224d8d * [refac]. 2024-09-04 17:31:41 +08:00
sunhao e2280f4893 * [misc] fix checkType. 2024-09-04 17:31:41 +08:00
sunhao 48477c7ca4 * [misc] fix getStepScope issue. 2024-09-04 17:31:41 +08:00
sunhao 3d4fc321bc * [misc] fix step scope issue. 2024-09-04 17:31:41 +08:00
sunhao 056ff6adad * [misc] change tutorial popover animation. 2024-09-04 17:31:41 +08:00
sunhao 54d9593d9e * [refac]. 2024-09-04 17:31:41 +08:00
sunhao 931704c944 * [misc] update browser url on active task. 2024-09-04 17:31:41 +08:00
sunhao 0806ebe3ad * [ui] optimize UI of tutorial popover. 2024-09-04 17:31:41 +08:00
sunhao 05b886d742 * [misc] fix js error on open app on home iframe not loaded. 2024-09-04 17:31:41 +08:00
sunhao 1e52bc1668 * [refac]. 2024-09-04 17:31:41 +08:00
sunhao 58e406a4c5 * [misc] support to active task by url params on page load. 2024-09-04 17:31:41 +08:00
sunhao f770b51475 * [ui] improve tutorial popover position. 2024-09-04 17:31:41 +08:00
sunhao 37e6eb174b * [refac] refactor js. 2024-09-04 17:31:41 +08:00
sunhao d1f6d50955 * [misc] support for getting current step from request header x-zin-tutorial. 2024-09-04 17:31:41 +08:00
sunhao f7386768b9 * [misc] improve UI for checking steps. 2024-09-04 17:31:41 +08:00
sunhao 4f6cb02215 * [ui] support to go to next step. 2024-09-04 17:31:41 +08:00
sunhao d236d862cb * [ui] support for checking step type openApp. 2024-09-04 17:31:41 +08:00
sunhao b91af9decf * [refac] refactor. 2024-09-04 17:31:41 +08:00
sunhao 501dadbf14 * [misc] refactor totorial index page. 2024-09-04 17:31:41 +08:00
tianshujie 2368defb8e - [misc] Remove debug code. 2024-06-03 08:35:52 +08:00
liumengyi 0a85590997 * Fix bug #50426, #50427, #50428, #50429, #50430, #50432, #50433, #50459, #50472. 2024-06-03 08:35:49 +08:00
sunhao 744e037430 * tutorial: fix tutorial highlight not work on load page. 2024-06-03 08:35:45 +08:00
wangyuting fa44594a75 * Fix required tips bug. the bug #43625. 2024-04-11 15:24:07 +08:00
liyang db4e126402 * Remove debugging code. 2024-03-06 14:42:10 +08:00