Commit 5a3a499
David Kutugata
Start page (#11605)
* Add command to open the start page
* added the message listener
and added start page to the service registry
* small fix
* added start page front end and its redux store
* add store middleware part 1
* remove redux
* remove redux
* Add functionality to some links/buttons
* open start page on extension activation,
add the last messages like the sample notebook and update settings
* start page will only open the first time the
extension is activated or if the version changes
* localize the start page
* added telemetry
* added functional test that loads the page
and checks the DOM.
* added news file
* Address PR comments and
fix scrapping of release notes
* use one localization per paragraph
* Stop scrapping the date from the release notes.
Added some comments.
* localize the sample notebook
* if the localized sample notebook doesn't exist,
open the english one.
* fix linter complaint
* Change some capitalization,
set the env variable UITEST_DISABLE_INSIDERS
* limit release notes to 5,
increase a margin
* added requested awaits
* Move ipynb to 'pyhtonFiles' and its images to 'images'
other PR comments
* merge mistake,
removed jediEnabled from IPythonSettings
* add function to compare versions
* removed render count from functional test
added unit tests
start page won't open if you go back to a privews version
* moved the start page files to common
* added license
* changed command on package.json
* open a copy of the sample notebook
instead of the original file
* -open a copy of the sample notebook
instead of the original
-set a timeout when opening the start page1 parent 0f3e026 commit 5a3a499
40 files changed
Lines changed: 2015 additions & 5 deletions
File tree
- build/webpack
- images
- news/1 Enhancements
- pythonFiles
- src
- client
- common
- application
- startPage
- utils
- datascience
- commands
- telemetry
- datascience-ui
- interactive-common/redux
- react-common
- images/StartPage
- startPage
- test
- datascience
- commands
- startPage
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
110 | 117 | | |
111 | 118 | | |
112 | 119 | | |
| |||
Loading
Loading
Loading
Loading
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
654 | 655 | | |
655 | 656 | | |
656 | 657 | | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
657 | 663 | | |
658 | 664 | | |
659 | 665 | | |
| |||
1106 | 1112 | | |
1107 | 1113 | | |
1108 | 1114 | | |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
1109 | 1120 | | |
1110 | 1121 | | |
1111 | 1122 | | |
| |||
2841 | 2852 | | |
2842 | 2853 | | |
2843 | 2854 | | |
| 2855 | + | |
| 2856 | + | |
| 2857 | + | |
| 2858 | + | |
| 2859 | + | |
| 2860 | + | |
2844 | 2861 | | |
2845 | 2862 | | |
2846 | 2863 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
491 | 492 | | |
492 | 493 | | |
493 | 494 | | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
494 | 508 | | |
495 | 509 | | |
496 | 510 | | |
| |||
0 commit comments