Skip to content
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
b793a38
new design of welcome page
msivasubramaniaan Aug 19, 2022
4263f9c
added show welcome page checkbox
msivasubramaniaan Aug 22, 2022
44a6d59
added external links
msivasubramaniaan Aug 22, 2022
6e87d62
get release version from package.json
msivasubramaniaan Aug 30, 2022
89c8239
Merge branch 'main' into 2402-design-a-welcome-page-with-instructions…
msivasubramaniaan Aug 30, 2022
28a7541
new design of welcome page
msivasubramaniaan Aug 19, 2022
1040aae
added show welcome page checkbox
msivasubramaniaan Aug 22, 2022
e204fda
added external links
msivasubramaniaan Aug 22, 2022
5331e09
get release version from package.json
msivasubramaniaan Aug 30, 2022
39f076a
repleaced images and added sticky container for scroll
msivasubramaniaan Sep 7, 2022
91907f2
Merge branch '2402-design-a-welcome-page-with-instructions-and-featur…
msivasubramaniaan Sep 7, 2022
5b6fe7e
removed unused codes
msivasubramaniaan Sep 7, 2022
22a5830
new design of welcome page
msivasubramaniaan Aug 19, 2022
5f42b21
added show welcome page checkbox
msivasubramaniaan Aug 22, 2022
eae10f6
get release version from package.json
msivasubramaniaan Aug 30, 2022
fe703d6
removed unused codes
msivasubramaniaan Sep 7, 2022
b3c881d
Merge branch '2402-design-a-welcome-page-with-instructions-and-featur…
msivasubramaniaan Sep 7, 2022
757e143
new design of welcome page
msivasubramaniaan Aug 19, 2022
296bf03
added show welcome page checkbox
msivasubramaniaan Aug 22, 2022
5e135d1
get release version from package.json
msivasubramaniaan Aug 30, 2022
e50a6ca
Merge branch '2402-design-a-welcome-page-with-instructions-and-featur…
msivasubramaniaan Sep 7, 2022
c448c56
added help menu and extension does menu
msivasubramaniaan Sep 8, 2022
f21fca3
cosmetic changes done
msivasubramaniaan Sep 8, 2022
410ccb4
added margin and paddings
msivasubramaniaan Sep 8, 2022
1ac56c5
Update src/welcomePage.ts
msivasubramaniaan Sep 12, 2022
09727c3
Update src/webview/welcome/app/welcomePage.tsx
msivasubramaniaan Sep 12, 2022
1ca8bed
Update src/webview/welcome/app/welcomePage.tsx
msivasubramaniaan Sep 12, 2022
fbde80f
Update src/webview/welcome/app/welcomePage.tsx
msivasubramaniaan Sep 12, 2022
50fc9d8
Update src/webview/welcome/app/welcomePage.tsx
msivasubramaniaan Sep 12, 2022
85c6d3e
Update src/webview/welcome/app/welcomePage.tsx
msivasubramaniaan Sep 12, 2022
ba0a8a1
Update src/webview/welcome/app/welcomePage.tsx
msivasubramaniaan Sep 12, 2022
4e50e26
Update src/webview/welcome/app/welcomePage.tsx
msivasubramaniaan Sep 12, 2022
90d20a9
Update src/webview/welcome/app/welcomePage.tsx
msivasubramaniaan Sep 12, 2022
3a9f74b
Update src/webview/welcome/app/welcomePage.tsx
msivasubramaniaan Sep 12, 2022
afc7950
Update src/webview/welcome/app/welcomePage.tsx
msivasubramaniaan Sep 12, 2022
5ef54a6
Update src/webview/welcome/app/welcomePage.tsx
msivasubramaniaan Sep 12, 2022
c7f712d
Update src/webview/welcome/app/welcomePage.tsx
msivasubramaniaan Sep 12, 2022
45ff8b1
Update src/webview/welcome/app/welcomePage.tsx
msivasubramaniaan Sep 12, 2022
2813ea1
width and height changes done
msivasubramaniaan Sep 12, 2022
cd86f1e
added null on href
msivasubramaniaan Sep 12, 2022
186bfa8
Merge branch 'main' into 2402-design-a-welcome-page-with-instructions…
msivasubramaniaan Sep 12, 2022
81291e3
changed scroll logic
msivasubramaniaan Sep 19, 2022
70097a0
get latest release logic changed and other cosmetic changes done
msivasubramaniaan Sep 20, 2022
0b81e97
removed unused images
msivasubramaniaan Sep 20, 2022
507f562
removed scroll logic and provided static images
msivasubramaniaan Sep 21, 2022
b3331d7
removed scroll logic and added additional resources menu
msivasubramaniaan Sep 21, 2022
1c11414
cosmetic changes and sub title change
msivasubramaniaan Sep 22, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ src/webview/webpack.config.js
out
src/webview/create-service
src/webview/devfile-registry
src/webview/welcome
Binary file added images/welcome/OpenShift-Branding-box.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
405 changes: 405 additions & 0 deletions images/welcome/cloud.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/welcome/component.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
177 changes: 177 additions & 0 deletions images/welcome/component.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/welcome/devfile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
177 changes: 177 additions & 0 deletions images/welcome/devfile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/welcome/microsoft.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading