Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: changelog update (#9867)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude authored Dec 1, 2023
1 parent 6703244 commit 8caa8b0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
7 changes: 7 additions & 0 deletions pages/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ export default function Changelog() {
removal: "text-red-800 bg-red-100",
};
const changes = [
{
title: "Tag reordering",
description:
"Profile and Event tags can now be reordered by dragging and dropping",
type: "addition",
date: "2023-12-01",
},
{
title: "PWA support",
description:
Expand Down
11 changes: 4 additions & 7 deletions pages/roadmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ export default function Roadmap() {
actionText: "See full list",
description: "Enjoy these exciting new features right now!",
features: [
"New branding and design",
"Show more detailed statistics",
"Premium features",
"Dark mode",
"Favourite GitHub repos",
"Custom domains",
],
mostPopular: false,
icon: (
Expand All @@ -41,7 +40,7 @@ export default function Roadmap() {
actionText: "Issue list",
description:
"Features that are currently being worked on or will be soon.",
features: ["Custom domains", "New web app design"],
features: ["External widgets", "More customisation"],
mostPopular: true,
icon: (
<ComputerDesktopIcon
Expand All @@ -51,7 +50,7 @@ export default function Roadmap() {
),
},
{
name: "Coming soon",
name: "Roadmap",
id: "release-future",
href:
BASE_GITHUB_PROJECT_URL +
Expand All @@ -62,8 +61,6 @@ export default function Roadmap() {
features: [
"Follow other Profiles",
"Notifications",
"Advanced analytics",
"Badges",
"More customisation",
],
mostPopular: false,
Expand Down

0 comments on commit 8caa8b0

Please sign in to comment.