From 3d5ea0627b70eabb62af148b21abc3bc90d7a746 Mon Sep 17 00:00:00 2001
From: Kushagra Gour
Date: Mon, 6 May 2024 12:14:56 +0530
Subject: [PATCH] add changelog
---
.../{Notifications.jsx => Changelog.jsx} | 18 +++++++++++++++---
src/components/HelpModal.jsx | 14 +++++---------
src/components/app.jsx | 4 ++--
3 files changed, 22 insertions(+), 14 deletions(-)
rename src/components/{Notifications.jsx => Changelog.jsx} (98%)
diff --git a/src/components/Notifications.jsx b/src/components/Changelog.jsx
similarity index 98%
rename from src/components/Notifications.jsx
rename to src/components/Changelog.jsx
index cc773fb..b0e72d5 100644
--- a/src/components/Notifications.jsx
+++ b/src/components/Changelog.jsx
@@ -1,5 +1,6 @@
import { h } from 'preact';
import { Button } from './common';
+import { Icon } from './Icons';
function NotificationItem({ type, label, children }) {
var strongTag;
@@ -83,15 +84,18 @@ function Notification({ version, isLatest, ...props }) {
rel="noopener noreferrer"
class="btn"
>
- Please rate Web Maker
+ Please rate Web Maker
+
+
Share it
@@ -100,11 +104,19 @@ function Notification({ version, isLatest, ...props }) {
);
}
-export function Notifications(props) {
+export function Changelog(props) {
return (
Whats new?
-
+
+
+ đšī¸ Kaboom game engine: Kaboom.js is now available in
+ quick-add library list. Also, a new template to quick-start in Kaboom
+ has been added.
+
+
+
+
đ PRO plan đ: Today I introduce to you - Web
Maker's PRO plan! A set of additional super-features which you can
diff --git a/src/components/HelpModal.jsx b/src/components/HelpModal.jsx
index ca86989..3b7b899 100644
--- a/src/components/HelpModal.jsx
+++ b/src/components/HelpModal.jsx
@@ -63,17 +63,13 @@ export function HelpModal(props) {