From 345a5c74abb7b91dbc2291a85d4d88e09f9a0760 Mon Sep 17 00:00:00 2001
From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com>
Date: Fri, 4 Jul 2025 15:51:10 -0400
Subject: [PATCH] Mark completed roadmap items
---
landing/index.html | 12 ++++++------
landing/style.css | 6 ++++++
2 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/landing/index.html b/landing/index.html
index d6568f0..60b4612 100644
--- a/landing/index.html
+++ b/landing/index.html
@@ -129,11 +129,11 @@ Enter your choice (1-6):
Phase 1: Core Functionality and Security Enhancements
Goal: Establish a robust foundation with individual entry management, secure seed handling, and seamless Nostr integration.
- - Configuration File Management
+ - Configuration File Management
- Individual JSON File Management
- - Enhanced JSON Schema Integration
- - Nostr Integration Enhancements
- - Backup and Restore Index Option
+ - Enhanced JSON Schema Integration
+ - Nostr Integration Enhancements
+ - Backup and Restore Index Option
- Security Enhancements
- Comprehensive Testing and Security Auditing
- Managed Users’ Data Loading
@@ -150,8 +150,8 @@ Enter your choice (1-6):
- Advanced Data Fields and New Kinds
- Family Password Management
- - Easy BIP39 Seed Generation for Various Use Cases
- - Nostr Public/Private Key Pair Generation
+ - Easy BIP39 Seed Generation for Various Use Cases
+ - Nostr Public/Private Key Pair Generation
diff --git a/landing/style.css b/landing/style.css
index 44434a9..7aef5cc 100644
--- a/landing/style.css
+++ b/landing/style.css
@@ -579,6 +579,12 @@ footer .social-media a:focus {
color: var(--text-secondary);
}
+/* Style for completed roadmap tasks */
+.timeline-item .timeline-content ul li.completed {
+ text-decoration: line-through;
+ color: var(--text-muted);
+}
+
@media screen and (max-width: 768px) {
.timeline:before {
left: 20px;