Skip to content

Commit

Permalink
updated at 2024-07-23T16:04:34-04:00
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfitz committed Jul 23, 2024
1 parent f3ed6c5 commit fb22d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core
Submodule core updated 42 files
+0 −6 app/client/components/commandList.ts
+4 −0 app/client/models/AppModel.ts
+29 −1 app/client/models/HomeModel.ts
+0 −6 app/client/ui/AddNewTip.ts
+5 −0 app/client/ui/AppUI.ts
+108 −110 app/client/ui/DocMenu.ts
+87 −57 app/client/ui/DocTutorial.ts
+5 −4 app/client/ui/HomeLeftPane.ts
+232 −0 app/client/ui/OnboardingCards.ts
+747 −0 app/client/ui/OnboardingPage.ts
+12 −11 app/client/ui/OpenVideoTour.ts
+0 −217 app/client/ui/TutorialCard.ts
+0 −176 app/client/ui/WelcomeQuestions.ts
+13 −0 app/client/ui/YouTubePlayer.ts
+8 −0 app/client/ui2018/IconList.ts
+4 −1 app/common/Prefs.ts
+6 −1 app/common/UserAPI.ts
+5 −2 app/common/gristUrls.ts
+12 −0 app/gen-server/ApiServer.ts
+3 −3 app/gen-server/entity/Document.ts
+2 −3 app/server/lib/DocApi.ts
+9 −4 app/server/lib/FlexServer.ts
+6 −0 app/server/lib/gristSettings.ts
+2 −1 app/server/lib/sendAppPage.ts
+56 −0 sandbox/grist/test_useractions.py
+54 −6 sandbox/grist/useractions.py
+7 −3 static/icons/icons.css
+ static/img/get-started.png
+ static/img/tutorial-screenshot.png
+ static/img/youtube-screenshot.png
+9 −4 static/ui-icons/Login/LoginStreamline.svg
+10 −3 static/ui-icons/Login/LoginUnify.svg
+12 −5 static/ui-icons/Login/LoginVisualize.svg
+3 −0 static/ui-icons/UI/Skip.svg
+3 −0 static/ui-icons/UI/Star.svg
+6 −0 static/ui-icons/UI/VideoPlay.svg
+3 −0 static/ui-icons/UI/VideoPlay2.svg
+ test/fixtures/docs/GristNewUserInfo.grist
+72 −51 test/nbrowser/DocTutorial.ts
+1 −0 test/nbrowser/Features.ts
+3 −3 test/nbrowser/HomeIntro.ts
+36 −36 test/nbrowser/gristUtils.ts

0 comments on commit fb22d94

Please sign in to comment.