From 779c1ef6ae3d3f3bfffaec74b14569ee4eeb1d05 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Mon, 30 Aug 2021 08:28:24 +0200 Subject: [PATCH 1/3] #79 - scrollbar fix --- src/pagesView/components/WelcomeScreen.tsx | 110 +++++++++++---------- 1 file changed, 56 insertions(+), 54 deletions(-) diff --git a/src/pagesView/components/WelcomeScreen.tsx b/src/pagesView/components/WelcomeScreen.tsx index 4aafc5a8..daead105 100644 --- a/src/pagesView/components/WelcomeScreen.tsx +++ b/src/pagesView/components/WelcomeScreen.tsx @@ -13,70 +13,72 @@ export interface IWelcomeScreenProps { export const WelcomeScreen: React.FunctionComponent = ({settings}: React.PropsWithChildren) => { return ( -
-
-
-
-
-

- Manage your static site with{' '} - Front Matter -

+
+
+
+
+
+
+

+ Manage your static site with{' '} + Front Matter +

-

- Thank you for taking the time to test out Front Matter! -

+

+ Thank you for taking the time to test out Front Matter! +

-

- We try to aim to make Front Matter as easy to use as possible, but if you have any questions, please don't hesitate to reach out to us on GitHub. -

+

+ We try to aim to make Front Matter as easy to use as possible, but if you have any questions, please don't hesitate to reach out to us on GitHub. +

- -
-
- -
-
-
- -
-

- Perform the next steps to get you started with the extension -

- -
-
- - -

- Once you completed both actions, the dashboard will show its full potential. You can also use the extension from the Front Matter side panel. There you will find the actions you can perform specifically for your pages. -

+
+ +
-

- We hope you enjoy Front Matter! -

-
-
+
+

+ Perform the next steps to get you started with the extension +

+ +
+
+ + +

+ Once you completed both actions, the dashboard will show its full potential. You can also use the extension from the Front Matter side panel. There you will find the actions you can perform specifically for your pages. +

+
+
+ +

+ We hope you enjoy Front Matter! +

+
+
+ ); }; \ No newline at end of file From 1a8f10e9422be1bcb3ccc6c1eb8e89f21985e451 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Mon, 30 Aug 2021 08:29:14 +0200 Subject: [PATCH 2/3] Updated changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb45d37b..f90fd779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [3.0.1] - 2020-08-30 + +- [#79](https://github.com/estruyf/vscode-front-matter/issues/79): Fix scrollbar not visible on the welcome screen + ## [3.0.0] - 2020-08-27 - [#61](https://github.com/estruyf/vscode-front-matter/issues/61): List of recently modified files From 6ac15e92521412aca30a478db2ce997b0c5c1095 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Mon, 30 Aug 2021 08:29:27 +0200 Subject: [PATCH 3/3] 3.0.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 329358a7..08ddf2cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-front-matter", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1334e1fd..958dbbde 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Front Matter", "description": "An essential Visual Studio Code extension when you want to manage the markdown pages of your static site like: Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...", "icon": "assets/frontmatter-teal-128x128.png", - "version": "3.0.0", + "version": "3.0.1", "preview": false, "publisher": "eliostruyf", "galleryBanner": {